Changeset 1342 for grafik/Makefile

Show
Ignore:
Timestamp:
12/29/08 17:43:28 (4 years ago)
Author:
erik
Message:

das war doppelt im makefile, sicher keine absicht

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • grafik/Makefile

    r1339 r1342  
    1 SVGFILES=${wildcard */*.svg} ${wildcard */*/*.svg} ${wildcard */*/*.svg} 
     1SVGFILES=${wildcard *.svg} ${wildcard */*.svg} ${wildcard */*/*.svg} 
    22 
    33PDFFILES=${addsuffix .pdf,${basename ${SVGFILES}}}