summaryrefslogtreecommitdiffstatshomepage
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
commit63aa9d77e4526a51fbef92b2bfebf5d640087f56 (patch)
treebf93ade3d19aba7a783ba4f3eb93895eba8859e2 /Makefile
parent4a7f9ae0762610908152945fffb1c567aac87557 (diff)
downloadmandoc-63aa9d77e4526a51fbef92b2bfebf5d640087f56.tar.gz
mandoc-63aa9d77e4526a51fbef92b2bfebf5d640087f56.tar.zst
mandoc-63aa9d77e4526a51fbef92b2bfebf5d640087f56.zip
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" ; \