=================================================================== RCS file: /cvs/mandoc/Makefile,v retrieving revision 1.233 retrieving revision 1.236 diff -u -p -r1.233 -r1.236 --- mandoc/Makefile 2009/10/22 17:54:24 1.233 +++ mandoc/Makefile 2009/10/26 10:36:46 1.236 @@ -9,8 +9,8 @@ INSTALL_DATA = install -m 0444 INSTALL_LIB = install -m 0644 INSTALL_MAN = $(INSTALL_DATA) -VERSION = 1.9.9 -VDATE = 21 October 2009 +VERSION = 1.9.11 +VDATE = 26 October 2009 VFLAGS = -DVERSION="\"$(VERSION)\"" CFLAGS += -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings -g @@ -19,7 +19,7 @@ CFLAGS += $(VFLAGS) LINTFLAGS += $(VFLAGS) MANDOCFLAGS = -Wall -fstrict -MANDOCHTML = -Thtml -ostyle=style.css,man=%N.%S.html,includes=%I.html +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 \