summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorSimon Steinbeiss <simon.steinbeiss@elfenbeinturm.at>2018-08-28 00:21:21 +0200
committerSimon Steinbeiss <simon.steinbeiss@elfenbeinturm.at>2018-08-28 00:21:21 +0200
commit535ca5405ddecf4a81f02000ec4c16d799aac82c (patch)
treec5bd849767db3a1602f170eede4750fd643b5ede /Makefile.in
parent1e65140c0d58ecba74b9f24835f829537b2ad0b5 (diff)
downloadelementary-xfce-535ca5405ddecf4a81f02000ec4c16d799aac82c.tar.gz
Make the output of the build scripts more readable
Diffstat (limited to 'Makefile.in')
-rwxr-xr-xMakefile.in12
1 files changed, 7 insertions, 5 deletions
diff --git a/Makefile.in b/Makefile.in
index bd57efe5..2ff1ef6f 100755
--- a/Makefile.in
+++ b/Makefile.in
@@ -14,6 +14,7 @@ install: build
cp -rf build/elementary-xfce-dark $(DESTDIR)/$(PREFIX)/share/icons
cp -rf build/elementary-xfce-darker $(DESTDIR)/$(PREFIX)/share/icons
cp -rf build/elementary-xfce-darkest $(DESTDIR)/$(PREFIX)/share/icons
+ @echo \nThe icon-theme cache has not yet been regenerated, which means your changes may not be visible yet. Please run 'make icon-caches' next.
uninstall:
rm -rf $(DESTDIR)/$(PREFIX)/share/icons/elementary-xfce
@@ -29,11 +30,12 @@ icon-caches:
build: builddir
chmod +x ./svgtopng/pngtheme.sh
- ./svgtopng/pngtheme.sh build/elementary-xfce
- ./svgtopng/pngtheme.sh build/elementary-xfce-dark
- ./svgtopng/pngtheme.sh build/elementary-xfce-darker
- ./svgtopng/pngtheme.sh build/elementary-xfce-darkest
- find build -type f -iname '*.png' | xargs optipng -strip all -silent
+ @./svgtopng/pngtheme.sh build/elementary-xfce
+ @./svgtopng/pngtheme.sh build/elementary-xfce-dark
+ @./svgtopng/pngtheme.sh build/elementary-xfce-darker
+ @./svgtopng/pngtheme.sh build/elementary-xfce-darkest
+ @echo == Optimizing all icon pngs
+ @find build -type f -iname '*.png' | xargs optipng -strip all -silent
builddir:
mkdir -p build