From ccb1b90cdfe6e58fea45cc4ba1c8b20d2aef4d02 Mon Sep 17 00:00:00 2001 From: ben Date: Mon, 29 Dec 2008 14:38:46 +0000 Subject: =?UTF-8?q?=C3=9Cberfl=C3=BCssige=20pngs=20und=20pdfs=20gel=C3=B6s?= =?UTF-8?q?cht=20+=20grafik-Makefile=20um=20alle=20svgs=20erg=C3=A4nzt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://svn.neo-layout.org@1338 b9310e46-f624-0410-8ea1-cfbb3a30dc96 --- grafik/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'grafik/Makefile') diff --git a/grafik/Makefile b/grafik/Makefile index 4193edb..6fc2e72 100644 --- a/grafik/Makefile +++ b/grafik/Makefile @@ -1,4 +1,4 @@ -SVGFILES=${wildcard tastatur2d-svg/*.svg} ${wildcard tastatur3d-svg/*.svg} +SVGFILES=${wildcard */*.svg} ${wildcard */*/*.svg} ${wildcard */*/*.svg} PDFFILES=${addsuffix .pdf,${basename ${SVGFILES}}} PNGFILES=${addsuffix .png,${basename ${SVGFILES}}} -- cgit v1.2.3