diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-06-17 19:12:03 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-06-17 19:12:03 +0000 |
commit | b559503279171e7716ff46ab476ab5527412d6a6 (patch) | |
tree | bff236ca510aeb64a88a7badd4fcfe25dfa5e544 /Makefile | |
parent | 06cead600a8695c2664e5728569d8982e8fcbd47 (diff) | |
download | mandoc-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-- | Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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 > $@ |