------------------------------------------
Cylc document generation from LaTeX source
------------------------------------------

cug = Cylc User Guide
sdg = Suite Design Guide

make all - create cug and sdg, and install to 'doc/install/'

make sdg - just create sdg (PDF)

make cug - just create cug (PDF and HTML)
make cug-pdf - just create cug-pdf
make cug-html - just create cug-html (single and multi-page versions)

make install - install created docs to 'doc/install/', create index.html
make clean - remove all generated files (except those in 'doc/install/')
make installclean - remove the 'doc/install/' directory

-----------------------------------------------------------------------
NOTE 'doc/install/' can be moved wholesale to another location (add the
new location to your global.rc so that 'cylc doc' works properly).
-----------------------------------------------------------------------
