summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorhubertf <hubertf>2004-11-09 17:37:29 +0000
committerhubertf <hubertf>2004-11-09 17:37:29 +0000
commit193e753e65f27562b2d7e8471b73a83ea42f06ca (patch)
treebe203a71ac4f16bd53d78d9ff42bfd1457c01722 /doc
parent3a873909bab97cbdc8e39d26b7e8febc4065bfe7 (diff)
downloadpkgsrc-193e753e65f27562b2d7e8471b73a83ea42f06ca.tar.gz
Add a 'do-lint' target that will verify the XML structure
Diffstat (limited to 'doc')
-rw-r--r--doc/guide/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/guide/Makefile b/doc/guide/Makefile
index 7ec5172e8b9..00c5a0fd1b0 100644
--- a/doc/guide/Makefile
+++ b/doc/guide/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2004/11/02 17:52:35 hubertf Exp $
+# $NetBSD: Makefile,v 1.7 2004/11/09 17:37:29 hubertf Exp $
#
DISTNAME= htdocs-share-20041021
@@ -112,4 +112,7 @@ install-htdocs: build
${WRKSRC}/*.html \
${HTDOCSDIR}/Documentation/pkgsrc
+do-lint:
+ cd ${WRKSRC} ; ${MAKE} lint
+
.include "../../mk/bsd.pkg.mk"