Once cloned, you can build (for example) a PDF version of the Developer's Manual by:
$ pushd documentationHowever, for some reason when I try this on my openSUSE 13.2 system I get:
$ make pdf DOC=ref-manual
$ popd
cd dev-manual; ../tools/poky-docbook-to-pdf dev-manual.xml ../template; cd ..A quick work-around for this is to (temporarily) uninstall the docbook-xsl-stylesheet package:
warning: failed to load external entity "http://docbook.sourceforge.net/release/xsl/current/template/titlepage.xsl"
cannot parse http://docbook.sourceforge.net/release/xsl/current/template/titlepage.xsl
# rpm -e --nodeps docbook-xsl-stylesheetsOnce done building the Yocto Project documentation simply re-install the package:
# zypper install docbook-xsl-stylesheets
No comments:
New comments are not allowed.