diff options
author | Keith Packard <keithp@keithp.com> | 2014-02-17 21:30:28 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2014-02-17 21:31:02 -0800 |
commit | 43b1797189095c402e1c35bdc317c4196e180e66 (patch) | |
tree | 8dae983074d3aee5c76cfcfd874788a5d40dcf3e /doc | |
parent | 874d0065ecb066ee746a016876edebc7cc6e3d96 (diff) |
doc: Need to publish .svg files as well
The drill templates are all .svg files that are referenced by the
generated html.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile b/doc/Makefile index d8879d47..1477d325 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -69,7 +69,7 @@ FOSTYLE=xorg-fo.xsl TEMPLATES=titlepage.templates.xsl PDFSTYLE= IMAGES=$(PICTURES) $(SVG) -DOC=$(HTML) $(PDF) $(PICTURES) +DOC=$(HTML) $(PDF) $(IMAGES) .SUFFIXES: .xml .xsl .html .pdf |