- Restore support for make lint

- Validation is now actually XML validation
This commit is contained in:
Gabor Kovesdan 2013-01-21 17:31:17 +00:00
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

View file

@ -723,7 +723,7 @@ ${DOC}.${_curformat}:
#
lint validate:
@${XMLLINT} --nonet --noout --noent --valid ${MASTERDOC}
${XMLLINT} --catalogs --nonet --noout --noent --valid ${MASTERDOC}
# ------------------------------------------------------------------------
#

View file

@ -180,8 +180,7 @@ ${DOC}.${_curformat}:
#
lint validate:
${NSGMLS} -s -c ${HTMLCATALOG} ${MASTERDOC}
${XMLLINT} --catalogs --nonet --noout --noent --valid ${MASTERDOC}
# ------------------------------------------------------------------------
#