mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 12:03:31 +01:00
svg.mk: Inkscape --export-pdf is not supported anylonger
inkscape --export-pdf is not supported anylonger, replace that with --export-filename. Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
069b82b3cd
commit
ae1a4dd242
2 changed files with 3 additions and 3 deletions
|
|
@ -264,10 +264,10 @@ texsrc: $(GENERATED)
|
|||
$(mangle_tmpl)
|
||||
|
||||
$(FRONTLOGO_PDF): $(WWW_IMAGEDIR)/$(patsubst %.pdf,%.svg,$(FRONTLOGO_PDF))
|
||||
inkscape -w 30mm --export-pdf=$@ $<
|
||||
inkscape --export-filename="$@" $<
|
||||
|
||||
%.pdf: %.svg
|
||||
inkscape --export-pdf=$@ $<
|
||||
inkscape --export-filename="$@" $<
|
||||
|
||||
$(WWW_IMAGEDIR)/%.svg: %.svg
|
||||
cp $< $@
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue