From: Keith Packard Date: Wed, 18 Dec 2013 04:24:19 +0000 (-0800) Subject: doc: Publish images with HTML bits X-Git-Tag: 1.3~32 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=212a1b66ae04317b7b42ba57573b910fde09ca6c;hp=2ecb6a8276b2ce40d2a4da586dbc17581cfda26d doc: Publish images with HTML bits Otherwise the html won't render right. Signed-off-by: Keith Packard --- diff --git a/doc/Makefile b/doc/Makefile index f586ad17..bc8dc2a2 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -48,11 +48,11 @@ SVG=\ RELNOTES_XSL=$(RELNOTES:.html=.xsl) HTML=altusmetrum.html altos.html telemetry.html companion.html micropeak.html $(RELNOTES) PDF=altusmetrum.pdf altos.pdf telemetry.pdf companion.pdf micropeak.pdf -DOC=$(HTML) $(PDF) HTMLSTYLE=/usr/share/xml/docbook/stylesheet/docbook-xsl/html/docbook.xsl FOSTYLE=xorg-fo.xsl PDFSTYLE= IMAGES=$(PICTURES) $(SVG) +DOC=$(HTML) $(PDF) $(PICTURES) .SUFFIXES: .xsl .html .pdf