summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-06-17 19:12:03 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-06-17 19:12:03 +0000
commitb559503279171e7716ff46ab476ab5527412d6a6 (patch)
treebff236ca510aeb64a88a7badd4fcfe25dfa5e544 /Makefile
parent06cead600a8695c2664e5728569d8982e8fcbd47 (diff)
downloadmandoc-b559503279171e7716ff46ab476ab5527412d6a6.tar.gz
Bumped version.VERSION.1.7.19
Removed CVS note from index (they'll contact me if they need it). Properly ordered mandoc.1 CAVEATS/COMPATIBILITY.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 86a9f3e8..0391a50c 100644
--- a/Makefile
+++ b/Makefile
@@ -9,8 +9,8 @@ INSTALL_DATA = install -m 0444
INSTALL_LIB = install -m 0644
INSTALL_MAN = $(INSTALL_DATA)
-VERSION = 1.7.18
-VDATE = 15 June 2009
+VERSION = 1.7.19
+VDATE = 17 June 2009
VFLAGS = -DVERSION=\"$(VERSION)\"
CFLAGS += -W -Wall -Wstrict-prototypes -Wno-unused-parameter -g
@@ -254,10 +254,10 @@ mandoc: $(MAINOBJS) libmdoc.a libman.a
sed -e "s!@VERSION@!$(VERSION)!" -e "s!@VDATE@!$(VDATE)!" $< > $@
.1.1.txt:
- ./mandoc -Wall $< | col -b > $@
+ ./mandoc -Wall,error -fstrict $< | col -b > $@
.3.3.txt:
- ./mandoc -Wall $< | col -b > $@
+ ./mandoc -Wall,error -fstrict $< | col -b > $@
.7.7.txt:
- ./mandoc -Wall $< | col -b > $@
+ ./mandoc -Wall,error -fstrict $< | col -b > $@