pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/doc/guide Add a 'do-lint' target that will verify the ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2f398663cee1
branches:  trunk
changeset: 483245:2f398663cee1
user:      hubertf <hubertf%pkgsrc.org@localhost>
date:      Tue Nov 09 17:37:29 2004 +0000

description:
Add a 'do-lint' target that will verify the XML structure

diffstat:

 doc/guide/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r af8c67bce5f1 -r 2f398663cee1 doc/guide/Makefile
--- a/doc/guide/Makefile        Tue Nov 09 17:16:38 2004 +0000
+++ b/doc/guide/Makefile        Tue Nov 09 17:37:29 2004 +0000
@@ -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 @@
                ${WRKSRC}/*.html \
                ${HTDOCSDIR}/Documentation/pkgsrc
 
+do-lint:
+       cd ${WRKSRC} ; ${MAKE} lint
+
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index