aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDarren Hart <dvhart@linux.intel.com>2011-03-09 12:55:20 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-05-06 15:33:16 +0100
commit2884ecb471c33db868f8df6c0c538e38531d2170 (patch)
tree4c4f6bd54fdf4f597100e991814292cf5c4ea56d /doc
parente081b20c10f19058f4ddc4a491420ce25fea48d9 (diff)
downloadbitbake-2884ecb471c33db868f8df6c0c538e38531d2170.tar.gz
bitbake docs: use dblatex to build the pdf bitbake manual
Fix [BUGID #593] The current manual build fails for printing formats which use latex as an intermediate format. This bug has been reported in multiple locations and I haven't found a solution posted to any of them. Using --with-dblatex uses dblatex to make the conversion and successfully generates the pdf. It adds a dependency on dblatex and its dependencies. (From Poky rev: b26640f30a4c80fcedda0d19bcf96ed412062a33) Signed-off-by: Darren Hart <dvhart@linux.intel.com> CC: Joshua Lock <josh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/manual/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/Makefile b/doc/manual/Makefile
index a43c02545..341ab55e2 100644
--- a/doc/manual/Makefile
+++ b/doc/manual/Makefile
@@ -45,7 +45,7 @@ endif
$(call command,xsltproc --stringparam base.dir $@/ $(if $(htmlcssfile),--stringparam html.stylesheet $(htmlcssfile)) $(htmlxsl) $(manual),XSLTPROC $@ $(manual))
$(xmltotypes): $(manual)
- $(call command,xmlto --extensions -o $(topdir)/$@ $@ $(manual),XMLTO $@ $(manual))
+ $(call command,xmlto --with-dblatex --extensions -o $(topdir)/$@ $@ $(manual),XMLTO $@ $(manual))
clean:
rm -rf $(cleanfiles)