From 43b1797189095c402e1c35bdc317c4196e180e66 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Mon, 17 Feb 2014 21:30:28 -0800 Subject: [PATCH 1/1] 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 --- doc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2