summaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2008-12-09 17:09:12 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2008-12-09 17:09:12 +0000
commitde293edce893b52ed59d9c7bff96f77a591319e1 (patch)
tree6831daa628ac0da230cb3b5215b5253e818a4ac2 /Makefile
parentf71c769f3131a98555b338bfb3f462d3bb674108 (diff)
downloadmandoc-de293edce893b52ed59d9c7bff96f77a591319e1.tar.gz
mandoc-de293edce893b52ed59d9c7bff96f77a591319e1.tar.zst
mandoc-de293edce893b52ed59d9c7bff96f77a591319e1.zip
Considerable clean-ups.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index b035ff17..42b194ba 100644
--- a/Makefile
+++ b/Makefile
@@ -71,13 +71,13 @@ clean:
rm -f $(CLEAN)
index.html: index.7 mdocml.css
- ./mdocml -W -fhtml -e -o $@ index.7
+ ./mdocml -Wall -fhtml -e -o $@ index.7
index.xml: index.7 mdocml.css
- ./mdocml -W -o $@ index.7
+ ./mdocml -Wall -o $@ index.7
mdocml.html: mdocml.1 mdocml.css
- ./mdocml -W -fhtml -e -o $@ mdocml.1
+ ./mdocml -Wall -fhtml -e -o $@ mdocml.1
install-www: www dist
install -m 0644 mdocml.tgz $(PREFIX)/mdocml-$(VERSION).tgz