[Greater-commits] r3821 - trunk/greater-pre-processing/doc/images

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Mon Nov 21 16:27:03 CET 2011


Author: frank
Date: 2011-11-21 16:27:02 +0100 (Mon, 21 Nov 2011)
New Revision: 3821

Added:
   trunk/greater-pre-processing/doc/images/Makefile
Log:
New makefile to convert images in subdir to pdf

Added: trunk/greater-pre-processing/doc/images/Makefile
===================================================================
--- trunk/greater-pre-processing/doc/images/Makefile	2011-11-21 15:25:31 UTC (rev 3820)
+++ trunk/greater-pre-processing/doc/images/Makefile	2011-11-21 15:27:02 UTC (rev 3821)
@@ -0,0 +1,13 @@
+.SUFFIXES: .dvi .tex .jpg .eps .ps .fig .pdf .html
+
+IMAGES = layer.pdf puzzle_en.pdf scales.pdf
+
+%.pdf:	%.eps
+	epspdf -r -b $*.eps
+
+images: $(IMAGES)
+
+clean:
+	rm -f *.pdf
+
+very_clean: clean



More information about the Greater-commits mailing list