summaryrefslogtreecommitdiffstats
path: root/bitbake
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-03-16 16:09:46 +0000
commitb26640f30a4c80fcedda0d19bcf96ed412062a33 (patch)
treeb1587fd31e7369fcafa79aa05328da52e727ff6a /bitbake
parentb65a336ea0728b4be440293a86be0b52e0f19b64 (diff)
downloadast2050-yocto-poky-b26640f30a4c80fcedda0d19bcf96ed412062a33.zip
ast2050-yocto-poky-b26640f30a4c80fcedda0d19bcf96ed412062a33.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. Signed-off-by: Darren Hart <dvhart@linux.intel.com> CC: Joshua Lock <josh@linux.intel.com>
Diffstat (limited to 'bitbake')
-rw-r--r--bitbake/doc/manual/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/doc/manual/Makefile b/bitbake/doc/manual/Makefile
index a43c025..341ab55 100644
--- a/bitbake/doc/manual/Makefile
+++ b/bitbake/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)
OpenPOWER on IntegriCloud