1 # doc/src/sgml/images/Makefile
3 # see README in this directory about image handling
6 genetic-algorithm.svg \
12 XSLTPROC
= xsltproc
--nonet
17 $(DOT
) -T svg
-o
$@
$<
20 $(DITAA
) -E
-S
--svg
$< $@
22 # Post-processing for SVG files coming from other tools
24 # Use --novalid to avoid loading SVG DTD if a file specifies it, since
25 # it might not be available locally, and we don't need it.
26 %.svg
: %.svg.tmp fixup-svg.xsl
27 $(XSLTPROC
) --novalid
-o
$@
$(word 2,$^
) $<