Skip to content
Snippets Groups Projects
Commit 2300b59d authored by Joseph Weston's avatar Joseph Weston
Browse files

doc: use inkscape to convert SVG to PDF

Produce vector graphics, rather than rasterizing,
as rsvg-convert does.
parent 4ff5a572
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -127,7 +127,7 @@ doctest:
"results in $(BUILDDIR)/doctest/output.txt."
%.pdf: %.svg
rsvg-convert -f pdf -o $@ $<
inkscape --export-pdf=$@ $<
# Make tutorial scripts by extracting the (complete!) context of the "patches".
# We make sure not to use 'wiggle' here.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment