summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/manual/Makefile4
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