Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Feb 2001 07:42:42 -0800 (PST)
From:      Nik Clayton <nik@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: doc/share/mk doc.docbook.mk
Message-ID:  <200102221542.f1MFgg604237@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
nik         2001/02/22 07:42:42 PST

  Modified files:
    share/mk             doc.docbook.mk 
  Log:
  1. Add a new knob, GEN_INDEX.  If defined (nothing does yet), collateindex.pl
  will be run to generate index.sgml, an automatically generated index for
  the document.  This is also added to the list of dependencies.
  
  2. Add a DOCBOOKSUFFIX variable, defaulting to "sgml", so we can write
  
     MASTERDOC?=  ${.CURDIR}/${DOC}.${DOCBOOKSUFFIX}
  
  Requested by:   Michael Wiedmann <mw@miwie.in-berlin.de>
                  Linux Documentation Project
  
  3. Set the DSSSL 'openjade' variable to #t if we're processing with
     OpenJade.
  
  4. Work around a bug in the stylesheets.  If we split the <legalnotice>
     out in to a separate file it isn't added to the HTML.manifest.  Check
     for it by hand, and include it if necessary.
  
  Revision  Changes    Path
  1.26      +28 -6     doc/share/mk/doc.docbook.mk


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?200102221542.f1MFgg604237>