For the moment the source for this document is not part of the
full SCons hierarchy which builds the
hiaper/display
source tree. Instead it has its
own SConstruct
file. There are rules in the
file for converting the XML source to PDF, single HTML, and sections
of HTML, all using xmlto. All of the output can
be generated and published using this command:
scons publish
To test the formatting and publish to an alternate location,
change the devdir
variable in the SConstruct
file and run this:
scons proof
To update the formatted output in the current working directory, enter the
particular output as the target, or else use .
as the
target. Here are examples:
scons . scons html scons hiaper-display-design.pdf