=================================================================== RCS file: /cvs/mandoc/Makefile,v retrieving revision 1.223 retrieving revision 1.227 diff -u -p -r1.223 -r1.227 --- mandoc/Makefile 2009/10/07 12:35:23 1.223 +++ mandoc/Makefile 2009/10/13 10:57:25 1.227 @@ -9,11 +9,11 @@ INSTALL_DATA = install -m 0444 INSTALL_LIB = install -m 0644 INSTALL_MAN = $(INSTALL_DATA) -VERSION = 1.9.6 -VDATE = 25 September 2009 +VERSION = 1.9.8 +VDATE = 10 October 2009 VFLAGS = -DVERSION=\"$(VERSION)\" -CFLAGS += -W -Wall -Wstrict-prototypes -Wno-unused-parameter -g +CFLAGS += -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings -g CFLAGS += $(VFLAGS) LINTFLAGS += $(VFLAGS) @@ -54,7 +54,7 @@ SRCS = $(MDOCSRCS) $(MAINSRCS) $(MANSRCS) DATAS = arch.in att.in lib.in msec.in st.in \ vol.in chars.in HEADS = mdoc.h libmdoc.h man.h libman.h term.h \ - libmandoc.h html.h chars.h out.h + libmandoc.h html.h chars.h out.h main.h GSGMLS = mandoc.1.sgml mdoc.3.sgml mdoc.7.sgml manuals.7.sgml \ mandoc_char.7.sgml man.7.sgml man.3.sgml SGMLS = index.sgml $(GSGMLS)