From fa07b6aebf0cdc114009a0ab3ff7508a4e5b3cf4 Mon Sep 17 00:00:00 2001 From: Jan Lindemann Date: Tue, 24 May 2016 14:05:12 +0000 Subject: [PATCH] tex.mk: Code beautification (removed unnecessary inkscape option) Signed-off-by: Jan Lindemann --- make/tex.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make/tex.mk b/make/tex.mk index 461ce116..7a551c31 100644 --- a/make/tex.mk +++ b/make/tex.mk @@ -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 $< $@