Changeset 1339

Show
Ignore:
Timestamp:
12/29/08 15:48:09 (4 years ago)
Author:
ben
Message:

--without-gui als inkscapeoption im Makefile ergänzt

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • grafik/Makefile

    r1338 r1339  
    1616 
    1717%.pdf: %.svg 
    18         inkscape --export-pdf=$@ $< 
     18        inkscape --without-gui --export-pdf=$@ $< 
    1919 
    2020%.png: %.svg 
    21         inkscape --export-png=$@ -w1000 $< 
     21        inkscape --without-gui --export-png=$@ -w1000 $< 
    2222 
    2323.PHONY: clean cleanpng cleanpdf pdf png