diff options
author | Darren Hart <dvhart@linux.intel.com> | 2011-03-09 12:55:20 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-03-16 16:09:46 +0000 |
commit | b26640f30a4c80fcedda0d19bcf96ed412062a33 (patch) | |
tree | b1587fd31e7369fcafa79aa05328da52e727ff6a /bitbake/doc/manual/Makefile | |
parent | b65a336ea0728b4be440293a86be0b52e0f19b64 (diff) | |
download | 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/doc/manual/Makefile')
-rw-r--r-- | bitbake/doc/manual/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/doc/manual/Makefile b/bitbake/doc/manual/Makefile index a43c025455..341ab55e2c 100644 --- a/bitbake/doc/manual/Makefile +++ b/bitbake/doc/manual/Makefile | |||
@@ -45,7 +45,7 @@ endif | |||
45 | $(call command,xsltproc --stringparam base.dir $@/ $(if $(htmlcssfile),--stringparam html.stylesheet $(htmlcssfile)) $(htmlxsl) $(manual),XSLTPROC $@ $(manual)) | 45 | $(call command,xsltproc --stringparam base.dir $@/ $(if $(htmlcssfile),--stringparam html.stylesheet $(htmlcssfile)) $(htmlxsl) $(manual),XSLTPROC $@ $(manual)) |
46 | 46 | ||
47 | $(xmltotypes): $(manual) | 47 | $(xmltotypes): $(manual) |
48 | $(call command,xmlto --extensions -o $(topdir)/$@ $@ $(manual),XMLTO $@ $(manual)) | 48 | $(call command,xmlto --with-dblatex --extensions -o $(topdir)/$@ $@ $(manual),XMLTO $@ $(manual)) |
49 | 49 | ||
50 | clean: | 50 | clean: |
51 | rm -rf $(cleanfiles) | 51 | rm -rf $(cleanfiles) |