tex.mk: Code beautification (removed unnecessary inkscape option)

Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
Jan Lindemann 2016-05-24 14:05:12 +00:00
commit fa07b6aebf

View file

@ -255,7 +255,7 @@ $(FRONTLOGO_PDF): $(WWW_IMAGEDIR)/$(patsubst %.pdf,%.svg,$(FRONTLOGO_PDF))
inkscape -w 30mm --export-pdf=$@ $<
%.pdf: %.svg
inkscape -w 30mm --export-pdf=$@ $<
inkscape --export-pdf=$@ $<
$(WWW_IMAGEDIR)/%.svg: %.svg
cp $< $@