From 5e027fbc1ae3265aebde5ad90f4dc66ef02b9d96 Mon Sep 17 00:00:00 2001 From: ben Date: Mon, 29 Dec 2008 17:33:19 +0000 Subject: Target zum automatischen Bauen aller Ebenen aus tastatur_neo_alle_Ebenen.svg git-svn-id: https://svn.neo-layout.org@1344 b9310e46-f624-0410-8ea1-cfbb3a30dc96 --- grafik/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'grafik/Makefile') diff --git a/grafik/Makefile b/grafik/Makefile index 9785628..e1efc4a 100644 --- a/grafik/Makefile +++ b/grafik/Makefile @@ -1,4 +1,4 @@ -SVGFILES=${wildcard *.svg} ${wildcard */*.svg} ${wildcard */*/*.svg} +SVGFILES=${wildcard *.svg} ${wildcard */*.svg} ${wildcard */*/*.svg} $(foreach i, 1 2 3 4 5 6, tastatur3d/tastatur_neo_Ebene${i}.svg) PDFFILES=${addsuffix .pdf,${basename ${SVGFILES}}} PNGFILES=${addsuffix .png,${basename ${SVGFILES}}} @@ -14,6 +14,9 @@ cleanpng: cleanpdf: rm -rf ${PDFFILES} +tastatur3d/tastatur_neo_Ebene%.svg: tastatur3d/tastatur_neo_alle_Ebenen.svg + /bin/echo -e '/inkscape:label="Ebene $*"\n.+1\ns/none/inline/g\nw $@'|ed $< + %.pdf: %.svg inkscape --without-gui --export-pdf=$@ $< -- cgit v1.2.3