Add JADEFLAGS to the nsgmls command line, so that any special "-i" settings

get passed down properly.  This fixes "make lint" for the Handbook, now that
the chapters are individually buildable.
This commit is contained in:
Nik Clayton 2001-07-16 15:11:54 +00:00
parent 7d44b5e448
commit 9524fc725a
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=9923

View file

@ -1,5 +1,5 @@
#
# $FreeBSD: doc/share/mk/doc.docbook.mk,v 1.38 2001/07/14 18:04:06 chris Exp $
# $FreeBSD: doc/share/mk/doc.docbook.mk,v 1.39 2001/07/16 05:00:20 murray Exp $
#
# This include file <doc.docbook.mk> handles building and installing of
# DocBook documentation in the FreeBSD Documentation Project.
@ -323,7 +323,7 @@ ${DOC}.tar: ${SRCS}
#
lint validate:
${NSGMLS} -s -c ${LANGUAGECATALOG} -c ${FREEBSDCATALOG} -c ${DSSSLCATALOG} -c ${DOCBOOKCATALOG} -c ${JADECATALOG} ${EXTRA_CATALOGS:S/^/-c /g} ${MASTERDOC}
${NSGMLS} ${JADEFLAGS} -s -c ${LANGUAGECATALOG} -c ${FREEBSDCATALOG} -c ${DSSSLCATALOG} -c ${DOCBOOKCATALOG} -c ${JADECATALOG} ${EXTRA_CATALOGS:S/^/-c /g} ${MASTERDOC}
# ------------------------------------------------------------------------
#