Skip to content

Commit 5a53ea1

Browse files
committed
Update Inkscape export
1 parent ed6663a commit 5a53ea1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Revision.tex: always
2323
git rev-parse HEAD | qrencode -i -o Revision.png
2424

2525
%.pdf: %.svg
26-
inkscape -A $@ $<
26+
inkscape --export-filename=$< $@
2727

2828
rmtemp:
2929
rm -f Recipe.dvi Recipe.ps missfont.log Recipe.out

0 commit comments

Comments
 (0)