diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2008-12-09 17:09:12 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2008-12-09 17:09:12 +0000 |
commit | e7ff9604055db4b313427625036e15953beaaebc (patch) | |
tree | 09f5427972b1b8933cc9cb76e2da40aedcd5dd5d /Makefile | |
parent | d11be70aced0438a57958154b9abf75c30743b39 (diff) | |
download | mandoc-e7ff9604055db4b313427625036e15953beaaebc.tar.gz |
Considerable clean-ups.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |