From b26640f30a4c80fcedda0d19bcf96ed412062a33 Mon Sep 17 00:00:00 2001 From: Darren Hart Date: Wed, 9 Mar 2011 12:55:20 -0800 Subject: 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 CC: Joshua Lock --- bitbake/doc/manual/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bitbake/doc') 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 $(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) -- cgit v1.2.3-54-g00ecf