summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorSean Davis <smd.seandavis@gmail.com>2018-08-26 21:03:18 -0400
committerSimon Steinbeiß <simon.steinbeiss@elfenbeinturm.at>2018-08-27 23:57:09 +0200
commitf45dc1a79e1df4c6d6c9b39db202c8bb2e8dc6a3 (patch)
tree4b5e0d154aaf034d56856e6a8b2cfc819127cdfe /Makefile.in
parent5b5526b5c415c5312b3f94dbdb45c9d170575a5a (diff)
downloadelementary-xfce-f45dc1a79e1df4c6d6c9b39db202c8bb2e8dc6a3.tar.gz
Run optipng on build for reproducible builds and smaller install size
Diffstat (limited to 'Makefile.in')
-rwxr-xr-xMakefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 20beec2d..d5e9cebf 100755
--- a/Makefile.in
+++ b/Makefile.in
@@ -33,6 +33,7 @@ build: builddir
./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
builddir:
mkdir -p build