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

pere at alioth.debian.org pere at alioth.debian.org
Thu Aug 8 20:08:42 UTC 2013


Author: pere
Date: 2013-08-08 20:08:41 +0000 (Thu, 08 Aug 2013)
New Revision: 81980

Modified:
   branches/wheezy/debian-edu-artwork/art/splash/Makefile.am
Log:
Start on build rule to build the grub artwork using the SVG as the source.

Modified: branches/wheezy/debian-edu-artwork/art/splash/Makefile.am
===================================================================
--- branches/wheezy/debian-edu-artwork/art/splash/Makefile.am	2013-08-08 19:04:22 UTC (rev 81979)
+++ branches/wheezy/debian-edu-artwork/art/splash/Makefile.am	2013-08-08 20:08:41 UTC (rev 81980)
@@ -5,6 +5,12 @@
 
 grub2splashdir= /usr/share/desktop-base/
 
+# Draft 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:
 	cp background-grub2.png $@
 




More information about the debian-edu-commits mailing list