summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-02-27 09:39:40 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-02-27 09:39:40 +0000
commit79f971e5f7cb6c69d1b2ed2d38a5bccd604a24f5 (patch)
treee79a27c76524024d5fa19f0e46c5dcb1f257d997 /Makefile
parent7b98305324c48ff2b74e270c6b4a44f644a56350 (diff)
downloadmandoc-79f971e5f7cb6c69d1b2ed2d38a5bccd604a24f5.tar.gz
Lintified sources.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c4e2686c..9ce3deae 100644
--- a/Makefile
+++ b/Makefile
@@ -128,6 +128,9 @@ lint: $(LLNS)
clean:
rm -f $(CLEAN)
+cleanlint:
+ rm -f $(LNS) $(LLNS)
+
dist: mdocml-$(VERSION).tar.gz
port: mdocml-oport-$(VERSION).tar.gz
@@ -141,7 +144,7 @@ installwww: www
install -m 0444 mdocml-$(VERSION).tar.gz $(PREFIX)/snapshots/mdocml.tar.gz
install -m 0444 mdocml-oport-$(VERSION).tar.gz $(PREFIX)/ports-openbsd/mdocml.tar.gz
-regress::
+regress: mdoclint
@for f in $(FAIL); do \
echo "./mdoclint $$f" ; \
./mdoclint $$f 2>/dev/null || continue ; exit 1 ; done