summaryrefslogtreecommitdiffstatshomepage
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
commit4d650f0653c17326e93ab1d0e6682e1c5642f847 (patch)
tree1b4f808d8fd6b9839fb238b93026aeba907ad5fa
parentc23e5e7bbdb3886ae2c127ea454112cb454cf4c7 (diff)
downloadmandoc-4d650f0653c17326e93ab1d0e6682e1c5642f847.tar.gz
mandoc-4d650f0653c17326e93ab1d0e6682e1c5642f847.tar.zst
mandoc-4d650f0653c17326e93ab1d0e6682e1c5642f847.zip
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 \