- Restore support for make lint
- Validation is now actually XML validation
This commit is contained in:
parent
54c0bf5890
commit
a1c12382a0
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/projects/xml-tools/; revision=40694
2 changed files with 2 additions and 3 deletions
|
@ -723,7 +723,7 @@ ${DOC}.${_curformat}:
|
|||
#
|
||||
|
||||
lint validate:
|
||||
@${XMLLINT} --nonet --noout --noent --valid ${MASTERDOC}
|
||||
${XMLLINT} --catalogs --nonet --noout --noent --valid ${MASTERDOC}
|
||||
|
||||
# ------------------------------------------------------------------------
|
||||
#
|
||||
|
|
|
@ -180,8 +180,7 @@ ${DOC}.${_curformat}:
|
|||
#
|
||||
|
||||
lint validate:
|
||||
${NSGMLS} -s -c ${HTMLCATALOG} ${MASTERDOC}
|
||||
|
||||
${XMLLINT} --catalogs --nonet --noout --noent --valid ${MASTERDOC}
|
||||
|
||||
# ------------------------------------------------------------------------
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue