summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-02-23 16:01:33 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-02-23 16:01:33 +0000
commitcae3df3ebe37af1f8a19323e169f44e166a76a95 (patch)
tree04062e706364dd76093b5988fbc7851673fdb054 /Makefile
parentfbba0fe349e3fe0955a7fd12e3e9b89abe38ac21 (diff)
downloadmandoc-cae3df3ebe37af1f8a19323e169f44e166a76a95.tar.gz
Fixing port generation & instructions.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 5e208c5a..bc4fa815 100644
--- a/Makefile
+++ b/Makefile
@@ -115,6 +115,9 @@ port: mdocml-oport-$(VERSION).tar.gz
www: $(HTMLS)
+installwww: www
+ install -m 0444 $(HTMLS) $(STATICS) $(PREFIX)/
+
regress:: mdoclint
@for f in $(FAIL); do \
echo "./mdoclint $$f" ; \