From 05b3738ce0f32c1bfdbb661b8e412621d8afc115 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Fri, 12 Jun 2009 12:54:04 +0000 Subject: Don't run with -Werror when generating texts. --- Makefile | 6 +++--- 1 file 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 > $@ -- cgit v1.2.3-56-ge451