summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 0ae00ff3..86e5d3f8 100644
--- a/Makefile
+++ b/Makefile
@@ -254,10 +254,10 @@ mandoc: $(MAINOBJS) libmdoc.a libman.a
sed -e "s!@VERSION@!$(VERSION)!" -e "s!@VDATE@!$(VDATE)!" $< > $@
.1.1.txt:
- ./mandoc -Wall,error $< | col -b > $@
+ ./mandoc -Wall $< | col -b > $@
.3.3.txt:
- ./mandoc -Wall,error $< | col -b > $@
+ ./mandoc -Wall $< | col -b > $@
.7.7.txt:
- ./mandoc -Wall,error $< | col -b > $@
+ ./mandoc -Wall $< | col -b > $@