doc/share/mk
Murray Stokely a36b0de6c7 Add two new options to our documentation infrastructure.
TWO_SIDE    - If defined, two sided output will be created.  This
                  means that new chapters will only start on odd
                  numbered (aka right side, aka recto) pages and the
                  headers and footers will be aligned appropriately
                  for double sided paper.  Blank pages may be added as
                  needed.

    BOOK_OUTPUT - If defined, this will set all of the other
                  print-output options that can significantly increase
                  the build time, but make for much nicer looking
                  output.

To implement the two sided output, we need to override a TeX variable
to control the behavior of the JadeTeX macro package.  So this also
introduces a TEXCMDS variable that can be set with additional TeX
commands that should be run before processing the input TeX document.
In the TWO_SIDE case, we simply set it to \def\PageTwoSide{1}
2001-09-07 10:21:41 +00:00
..
doc.docbook.mk Add two new options to our documentation infrastructure. 2001-09-07 10:21:41 +00:00
doc.html.mk If running on the Alpha, use OpenJade. 2001-03-22 22:49:01 +00:00
doc.images.mk Add scr -> png -> eps support, so that we can build Randy's new 2001-08-14 21:51:25 +00:00
doc.install.mk Typo fixes 1999-10-13 00:42:21 +00:00
doc.project.mk ISO_* -> ISO* rename 2001-06-11 01:20:40 +00:00
doc.subdir.mk Bump the number of directories traversed to find LANGCODE to 10. This 2001-05-22 03:18:38 +00:00