=================================================================== RCS file: /cvs/mandoc/Makefile,v retrieving revision 1.282 retrieving revision 1.284 diff -u -p -r1.282 -r1.284 --- mandoc/Makefile 2010/06/26 15:22:19 1.282 +++ mandoc/Makefile 2010/06/29 15:00:44 1.284 @@ -12,8 +12,8 @@ INSTALL_DATA = $(INSTALL) -m 0444 INSTALL_LIB = $(INSTALL) -m 0644 INSTALL_MAN = $(INSTALL_DATA) -VERSION = 1.10.2 -VDATE = 19 June 2010 +VERSION = 1.10.3 +VDATE = 29 June 2010 VFLAGS = -DVERSION="\"$(VERSION)\"" WFLAGS = -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings @@ -22,10 +22,6 @@ CFLAGS += -g $(WFLAGS) $(VFLAGS) -DHAVE_CONFIG_H # Specify this if you want to hard-code the operating system to appear # in the lower-left hand corner of -mdoc manuals. # CFLAGS += -DOSNAME="\"OpenBSD 4.5\"" - -# Unset this if you don't want Xo/Xc allowing split `It' lines, which -# breaks symmetry. -CFLAGS += -DUGLY LINTFLAGS += $(VFLAGS)