diff options
author | Keith Packard <keithp@keithp.com> | 2013-12-17 20:24:19 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2013-12-17 20:24:19 -0800 |
commit | 212a1b66ae04317b7b42ba57573b910fde09ca6c (patch) | |
tree | 5628090303bfa333c100a692cb2ac6266d3d91c1 | |
parent | 2ecb6a8276b2ce40d2a4da586dbc17581cfda26d (diff) |
doc: Publish images with HTML bits
Otherwise the html won't render right.
Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r-- | doc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |