diff options
author | hubertf <hubertf@pkgsrc.org> | 2004-11-09 17:37:29 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2004-11-09 17:37:29 +0000 |
commit | a00032656e758d49e727019335e18a8cbd8eedb2 (patch) | |
tree | be203a71ac4f16bd53d78d9ff42bfd1457c01722 /doc/guide/Makefile | |
parent | 37a4d630fe7444ea04ebf0285a1ecbb104e64a0e (diff) | |
download | pkgsrc-a00032656e758d49e727019335e18a8cbd8eedb2.tar.gz |
Add a 'do-lint' target that will verify the XML structure
Diffstat (limited to 'doc/guide/Makefile')
-rw-r--r-- | doc/guide/Makefile | 5 |
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" |