Add ${DSSSLCATALOG} and ${JADECATALOG} to the list of catalogs the lint:
target uses -- this ensures that any options (such as "OMITTAG NO") that are used when building the docs are also used when linting them, so that errors don't slip through the cracks. Prompted by r1.93 of the FAQ.
This commit is contained in:
parent
3fce94899d
commit
a9b9a2fe08
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=8020
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
#
|
||||
# $FreeBSD: doc/share/mk/doc.docbook.mk,v 1.15 2000/07/17 22:30:03 nik Exp $
|
||||
# $FreeBSD: doc/share/mk/doc.docbook.mk,v 1.16 2000/07/18 16:30:45 nik Exp $
|
||||
#
|
||||
# This include file <doc.docbook.mk> handles building and installing of
|
||||
# DocBook documentation in the FreeBSD Documentation Project.
|
||||
|
@ -239,7 +239,7 @@ ${DOC}.tar: ${SRCS}
|
|||
#
|
||||
|
||||
lint validate:
|
||||
nsgmls -s -c ${FREEBSDCATALOG} -c ${DOCBOOKCATALOG} ${EXTRA_CATALOGS:S/^/-c /g} ${MASTERDOC}
|
||||
nsgmls -s -c ${FREEBSDCATALOG} -c ${DSSSLCATALOG} -c ${DOCBOOKCATALOG} -c ${JADECATALOG} ${EXTRA_CATALOGS:S/^/-c /g} ${MASTERDOC}
|
||||
|
||||
# ------------------------------------------------------------------------
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue