summaryrefslogtreecommitdiffstatshomepage
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
commit3d925827cd8e2a4546ab0dbbe79cba9b7044cb20 (patch)
treeab2fcbde4c7e14d1650cfb89b724166fd726ee3d /Makefile
parentdd0b45a5cfe0f7770ab784d9d8a039c2afce10e6 (diff)
downloadmandoc-3d925827cd8e2a4546ab0dbbe79cba9b7044cb20.tar.gz
mandoc-3d925827cd8e2a4546ab0dbbe79cba9b7044cb20.tar.zst
mandoc-3d925827cd8e2a4546ab0dbbe79cba9b7044cb20.zip
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 > $@