summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2004-11-09 17:37:29 +0000
committerhubertf <hubertf@pkgsrc.org>2004-11-09 17:37:29 +0000
commita00032656e758d49e727019335e18a8cbd8eedb2 (patch)
treebe203a71ac4f16bd53d78d9ff42bfd1457c01722 /doc
parent37a4d630fe7444ea04ebf0285a1ecbb104e64a0e (diff)
downloadpkgsrc-a00032656e758d49e727019335e18a8cbd8eedb2.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"