[debian-edu-commits] r81982 - branches/wheezy/debian-edu-artwork/art/splash

pere at alioth.debian.org pere at alioth.debian.org
Thu Aug 8 20:25:35 UTC 2013


Author: pere
Date: 2013-08-08 20:25:35 +0000 (Thu, 08 Aug 2013)
New Revision: 81982

Modified:
   branches/wheezy/debian-edu-artwork/art/splash/Makefile.in
Log:
Generate using automake.

Modified: branches/wheezy/debian-edu-artwork/art/splash/Makefile.in
===================================================================
--- branches/wheezy/debian-edu-artwork/art/splash/Makefile.in	2013-08-08 20:24:04 UTC (rev 81981)
+++ branches/wheezy/debian-edu-artwork/art/splash/Makefile.in	2013-08-08 20:25:35 UTC (rev 81982)
@@ -397,9 +397,15 @@
 	uninstall-am uninstall-splashDATA
 
 
-debian-edu-splash-grub.png:
-	cp background-grub2.png $@
+# Build rule for the PNG using the SVG as the source
+debian-edu-splash.png: debian-edu-splash.svg
+	convert $^ $@
+	optipng -o4 -i0 -fix $@
+	advpng -z4 $@
 
+debian-edu-splash-grub.png: debian-edu-splash.png
+	cp $^ $@
+
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.
 .NOEXPORT:




More information about the debian-edu-commits mailing list