Fix the lint target to use ${NSGMLSFLAGS}.

This commit is contained in:
Hiroki Sato 2004-07-07 13:30:49 +00:00
parent 3c5ecbc144
commit eb69b4c15d
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=21385

View file

@ -618,7 +618,7 @@ ${DOC}.${_curformat}:
#
lint validate:
${NSGMLS} ${NSGMLSWARNINGS} -s ${SGMLFLAGS} ${CATALOGS} ${MASTERDOC}
${NSGMLS} ${NSGMLSWARNINGS} -s ${NSGMLSFLAGS} ${SGMLFLAGS} ${CATALOGS} ${MASTERDOC}
# ------------------------------------------------------------------------