summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-10-20 18:20:59 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-10-20 18:20:59 +0000
commit876d1df1cc8e560e48b3f85261ded3cfd26091c7 (patch)
tree63e5aa6a03a4c1cdf1982393a81f3a44b902fd07
parente815ddb69a170bd6aab7b774ad2ff30ed1c17f11 (diff)
downloadmandoc-876d1df1cc8e560e48b3f85261ded3cfd26091c7.tar.gz
Version: 1.9.9.
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 73f2835a..3da9007a 100644
--- a/Makefile
+++ b/Makefile
@@ -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 \