diff options
author | ben <ben@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2008-12-29 14:38:46 +0000 |
---|---|---|
committer | ben <ben@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2008-12-29 14:38:46 +0000 |
commit | ccb1b90cdfe6e58fea45cc4ba1c8b20d2aef4d02 (patch) | |
tree | 88eb7a2ee52565ca0cfdd27ac62f3d240af46e31 /grafik/Makefile | |
parent | d9e0ac6b37c5926c6c9f49676f54542a068a5df5 (diff) | |
download | neo-layout-ccb1b90cdfe6e58fea45cc4ba1c8b20d2aef4d02.tar.gz neo-layout-ccb1b90cdfe6e58fea45cc4ba1c8b20d2aef4d02.tar.bz2 neo-layout-ccb1b90cdfe6e58fea45cc4ba1c8b20d2aef4d02.zip |
Überflüssige pngs und pdfs gelöscht + grafik-Makefile um alle svgs ergänzt
git-svn-id: https://svn.neo-layout.org@1338 b9310e46-f624-0410-8ea1-cfbb3a30dc96
Diffstat (limited to 'grafik/Makefile')
-rw-r--r-- | grafik/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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}}} |