From: Keith Packard Date: Tue, 18 Feb 2014 05:30:28 +0000 (-0800) Subject: doc: Need to publish .svg files as well X-Git-Tag: 1.3.2.2~178 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=43b1797189095c402e1c35bdc317c4196e180e66;ds=sidebyside 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 --- 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