From: Carl Hetherington Date: Sun, 12 Jul 2020 22:49:32 +0000 (+0200) Subject: Update manual Makefile for Inkscape 1.0 X-Git-Tag: v2.15.90~4 X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=2aa988dc7c8790f6f4fa91eddb3292a8d67e99eb Update manual Makefile for Inkscape 1.0 --- diff --git a/doc/manual/Makefile b/doc/manual/Makefile index 328242e33..049acd7df 100644 --- a/doc/manual/Makefile +++ b/doc/manual/Makefile @@ -59,11 +59,11 @@ html/screenshots/kdm-creator.png: screenshots/kdm-creator.png # For HTML: convert diagrams from SVG to PNG diagrams/%.png: diagrams/%.svg - inkscape -z -f $< --export-png $@ --export-area-drawing + inkscape $< --export-type=png --export-filename=$@ --export-area-drawing # For LaTeX/PDF: convert diagrams from SVG to PDF diagrams/%.pdf: diagrams/%.svg - inkscape -z -f $< --export-pdf $@ --export-area-drawing + inkscape $< --export-type=pdf --export-filename=$@ --export-area-drawing config.xml: ../../src/lib/config.cc config.py python3 config.py ../../src/lib/config.cc > config.xml