Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Sep 1999 10:07:20 -0700 (PDT)
From:      Nik Clayton <nik@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: doc/share/mk doc.docbook.mk doc.install.mk doc.project.mk doc.subdir.mk
Message-ID:  <199909031707.KAA25611@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
nik         1999/09/03 10:07:19 PDT

  Added files:
    share/mk             doc.docbook.mk doc.install.mk 
                         doc.project.mk doc.subdir.mk 
  Log:
  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>



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199909031707.KAA25611>