From a1c12382a015771863ade0b79a28b99372a6f724 Mon Sep 17 00:00:00 2001 From: Gabor Kovesdan Date: Mon, 21 Jan 2013 17:31:17 +0000 Subject: [PATCH] - Restore support for make lint - Validation is now actually XML validation --- share/mk/doc.docbook.mk | 2 +- share/mk/doc.html.mk | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/share/mk/doc.docbook.mk b/share/mk/doc.docbook.mk index 4669dff66e..b2a058e99f 100644 --- a/share/mk/doc.docbook.mk +++ b/share/mk/doc.docbook.mk @@ -723,7 +723,7 @@ ${DOC}.${_curformat}: # lint validate: - @${XMLLINT} --nonet --noout --noent --valid ${MASTERDOC} + ${XMLLINT} --catalogs --nonet --noout --noent --valid ${MASTERDOC} # ------------------------------------------------------------------------ # diff --git a/share/mk/doc.html.mk b/share/mk/doc.html.mk index d7559fd1f7..85fb4ef7e4 100644 --- a/share/mk/doc.html.mk +++ b/share/mk/doc.html.mk @@ -180,8 +180,7 @@ ${DOC}.${_curformat}: # lint validate: - ${NSGMLS} -s -c ${HTMLCATALOG} ${MASTERDOC} - + ${XMLLINT} --catalogs --nonet --noout --noent --valid ${MASTERDOC} # ------------------------------------------------------------------------ #