doc/share/mk
Nik Clayton 7d4a994791 New make(1) infrastructure. Split out docproj.docbook.mk into a number
of smaller doc.<foo>.mk files, reflecting the functionality they contain.
Long overdue, kudos to the submitter for the carrying out the work.

Also makes the files independent of the system include files that
normally live in /usr/share/mk, making it easier for non-FreeBSD systems
to download and build our docs (an important factor in making it easier
to share our work with other projects).

Finally, it (in theory) lets you build the docs with a r/o doc/ directory.

Changes to the submitted files:

doc.docbook.mk    The HTML generation depends on ${DSLHTML}, and the
                  print generation depends on ${DSLPRINT}.  Changing
                  these files will force a rebuild (which makes testing
                  changes a little easier).

                  Removed ${DOC}.doc target.  It's a hangover from when
                  I (mistakenly) thought that Jade could generate MS Word
                  .doc files.

                  Added support for using compress(1) to build .Z files
                  (been on my todo list for ages).

                  Fixed a couple of typos.

Submitted by:   Neil Blakey-Milner <nbm@mithrandr.moria.org>
1999-09-03 17:07:19 +00:00
..
doc.docbook.mk New make(1) infrastructure. Split out docproj.docbook.mk into a number 1999-09-03 17:07:19 +00:00
doc.install.mk New make(1) infrastructure. Split out docproj.docbook.mk into a number 1999-09-03 17:07:19 +00:00
doc.project.mk New make(1) infrastructure. Split out docproj.docbook.mk into a number 1999-09-03 17:07:19 +00:00
doc.subdir.mk New make(1) infrastructure. Split out docproj.docbook.mk into a number 1999-09-03 17:07:19 +00:00
docproj.docbook.mk Define new LANGCODE variable, which should contain the language name 1999-08-28 09:50:49 +00:00