diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-07-10 23:33:39 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-07-10 23:33:39 +0200 |
| commit | a7d276c1e0a61c9d99e1927b7df00bdf53d08d18 (patch) | |
| tree | 47b86398c3c34320a7424b1f7d0fbbe6988f77ef /doc | |
| parent | f4c81dc4041f7b33ca2e5fa081b39b3463c65987 (diff) | |
Further manual build fixes.v2.14.x
Diffstat (limited to 'doc')
| -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 60a2e3437..c2c5701c0 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 $< --export-png $@ --export-area-drawing + inkscape -z $< --export-filename $@ --export-area-drawing # For LaTeX/PDF: convert diagrams from SVG to PDF diagrams/%.pdf: diagrams/%.svg - inkscape -z $< --export-pdf $@ --export-area-drawing + inkscape -z $< --export-filename $@ --export-area-drawing config.xml: ../../src/lib/config.cc config.py python3 config.py ../../src/lib/config.cc > config.xml |
