summaryrefslogtreecommitdiffstatshomepage
path: root/Makefile
diff options
context:
space:
mode:
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