=================================================================== RCS file: /cvs/mandoc/Makefile,v retrieving revision 1.232 retrieving revision 1.234 diff -u -p -r1.232 -r1.234 --- mandoc/Makefile 2009/10/20 18:31:04 1.232 +++ mandoc/Makefile 2009/10/26 04:15:41 1.234 @@ -12,13 +12,14 @@ INSTALL_MAN = $(INSTALL_DATA) VERSION = 1.9.9 VDATE = 21 October 2009 -VFLAGS = -DVERSION=\"$(VERSION)\" +VFLAGS = -DVERSION="\"$(VERSION)\"" CFLAGS += -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings -g CFLAGS += $(VFLAGS) +#CFLAGS += -DOSNAME="\"OpenBSD 4.5\"" 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 \