diff options
author | erik <erik@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2008-12-29 16:43:28 +0000 |
---|---|---|
committer | erik <erik@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2008-12-29 16:43:28 +0000 |
commit | bdb2a8d610fe4baad7cdd11ba11c0c89e2f46708 (patch) | |
tree | a61a0f7a2d25c6c56c1a6f5d785710d81320ccbc /grafik/Makefile | |
parent | 429b6b41608a36a0c2e6b212d34e60ee6581dd13 (diff) |
das war doppelt im makefile, sicher keine absicht
git-svn-id: https://svn.neo-layout.org@1342 b9310e46-f624-0410-8ea1-cfbb3a30dc96
Diffstat (limited to '')
-rw-r--r-- | grafik/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/grafik/Makefile b/grafik/Makefile index fdf9a9f..9785628 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} PDFFILES=${addsuffix .pdf,${basename ${SVGFILES}}} PNGFILES=${addsuffix .png,${basename ${SVGFILES}}} |