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 $< $@