diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-07-13 00:49:32 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-07-13 00:49:32 +0200 |
| commit | 2aa988dc7c8790f6f4fa91eddb3292a8d67e99eb (patch) | |
| tree | 0e47461a17e2ea4156cd97e78963203f96ca473c | |
| parent | a9a24536dfd68cb7b8fe6d026e164875fae089f0 (diff) | |
Update manual Makefile for Inkscape 1.0
| -rw-r--r-- | doc/manual/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
