[debian-edu-commits] debian-edu/ 427/437: Generate using automake.

Mike Gabriel sunweaver at debian.org
Sun Mar 2 23:50:00 UTC 2014


This is an automated email from the git hooks/post-receive script.

sunweaver pushed a commit to branch master
in repository debian-edu-artwork.

commit fc877eb8f70baab515c71e01576772bd024fc01c
Author: Petter Reinholdtsen <pere at hungry.com>
Date:   Thu Aug 8 20:25:35 2013 +0000

    Generate using automake.
---
 art/splash/Makefile.in | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/art/splash/Makefile.in b/art/splash/Makefile.in
index 39b2605..5fd8148 100644
--- a/art/splash/Makefile.in
+++ b/art/splash/Makefile.in
@@ -397,8 +397,14 @@ uninstall-am: uninstall-splashDATA
 	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.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/debian-edu-artwork.git



More information about the debian-edu-commits mailing list