%BOOK_ENTITIES; ]>
Building &PRODUCT; Documentation To build a specific guide, go to the source tree of the documentation in /docs and identify the guide you want to build. Currenlty there are four guides plus the release notes, all defined in publican configuration files: publican-adminguide.cfg publican-devguide.cfg publican-installation.cfg publican-plugin-niciranvp.cfg publican-release-notes.cfg To build the Developer guide for example, do the following: publican build --config=publican-devguide.cfg --formats=pdf --langs=en-US A pdf file will be created in tmp/en-US/pdf, you may choose to build the guide in a different format like html. In that case just replace the format value.