diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-10-20 18:20:59 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-10-20 18:20:59 +0000 |
commit | 876d1df1cc8e560e48b3f85261ded3cfd26091c7 (patch) | |
tree | 63e5aa6a03a4c1cdf1982393a81f3a44b902fd07 | |
parent | e815ddb69a170bd6aab7b774ad2ff30ed1c17f11 (diff) | |
download | mandoc-876d1df1cc8e560e48b3f85261ded3cfd26091c7.tar.gz |
Version: 1.9.9.
-rw-r--r-- | Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -9,16 +9,16 @@ INSTALL_DATA = install -m 0444 INSTALL_LIB = install -m 0644 INSTALL_MAN = $(INSTALL_DATA) -VERSION = 1.9.8 -VDATE = 10 October 2009 +VERSION = 1.9.9 +VDATE = 21 October 2009 VFLAGS = -DVERSION=\"$(VERSION)\" CFLAGS += -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings -g CFLAGS += $(VFLAGS) LINTFLAGS += $(VFLAGS) -MANDOCFLAGS = -Wall -fstrict -MANDOCHTML = -Thtml -ostyle=style.css,man=%N.%S.html,includes=%I.html +MANDOCFLAGS = -Wall -fstrict +MANDOCHTML = -Thtml -ostyle=style.css,man=%N.%S.html,includes=%I.html MDOCLNS = mdoc_macro.ln mdoc.ln mdoc_hash.ln mdoc_strings.ln \ mdoc_argv.ln mdoc_validate.ln mdoc_action.ln \ |