Fix the lint target to use ${NSGMLSFLAGS}.
This commit is contained in:
parent
3c5ecbc144
commit
eb69b4c15d
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=21385
1 changed files with 1 additions and 1 deletions
|
@ -618,7 +618,7 @@ ${DOC}.${_curformat}:
|
|||
#
|
||||
|
||||
lint validate:
|
||||
${NSGMLS} ${NSGMLSWARNINGS} -s ${SGMLFLAGS} ${CATALOGS} ${MASTERDOC}
|
||||
${NSGMLS} ${NSGMLSWARNINGS} -s ${NSGMLSFLAGS} ${SGMLFLAGS} ${CATALOGS} ${MASTERDOC}
|
||||
|
||||
|
||||
# ------------------------------------------------------------------------
|
||||
|
|
Loading…
Reference in a new issue