Skip to content
Snippets Groups Projects
Verified Commit fbf7aec7 authored by Mateusz Gozdek's avatar Mateusz Gozdek
Browse files

themes/*/*/Makefile.am: remove trailing whitespace


Signed-off-by: default avatarMateusz Gozdek <mgozdekof@gmail.com>
parent 50ef2403
No related branches found
No related tags found
1 merge request!2Update to XFCE 4.16
......@@ -13,12 +13,12 @@ install-data-local:
for file in `find . -name "*.png"`; do \
$(mkdir_p) $(DESTDIR)$(themedir); \
$(install_sh_DATA) $$file $(DESTDIR)$(themedir); \
done;
done;
clean: clean-data-local clean-am
clean-data-local:
echo -e "Going to clean png files"; \
rm -f *.png *.xpm;
rm -f *.png *.xpm;
uninstall-local: uninstall-am
......@@ -13,7 +13,7 @@ install-data-local:
for file in `find . -name "*.xpm"` themerc; do \
$(mkdir_p) $(DESTDIR)$(themedir); \
$(install_sh_DATA) $$file $(DESTDIR)$(themedir); \
done;
done;
clean: clean-data-local clean-am
......
......@@ -13,12 +13,12 @@ install-data-local:
for file in `find . -name "*.png"`; do \
$(mkdir_p) $(DESTDIR)$(themedir); \
$(install_sh_DATA) $$file $(DESTDIR)$(themedir); \
done;
done;
clean: clean-data-local clean-am
clean-data-local:
echo -e "Going to clean png files"; \
rm -f *.png *.xpm;
rm -f *.png *.xpm;
uninstall-local: uninstall-am
......@@ -13,7 +13,7 @@ install-data-local:
for file in `find . -name "*.xpm"` themerc; do \
$(mkdir_p) $(DESTDIR)$(themedir); \
$(install_sh_DATA) $$file $(DESTDIR)$(themedir); \
done;
done;
clean: clean-data-local clean-am
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment