mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +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
|
|
@ -48,7 +48,7 @@ clean.images:
|
|||
$(INKSCAPE_EXPORT_PNG)=$@ copied-$(shell echo $* | sed 's/-[0-9]\+$$//').svg
|
||||
|
||||
%.pdf: copied-%.svg
|
||||
inkscape --export-pdf=$@ $<
|
||||
inkscape --export-filename="$@" $<
|
||||
|
||||
copied-%.svg: $(SVG)
|
||||
@echo $^
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue