=================================================================== RCS file: /cvs/mandoc/Makefile,v retrieving revision 1.312 retrieving revision 1.314 diff -u -p -r1.312 -r1.314 --- mandoc/Makefile 2011/02/24 14:30:15 1.312 +++ mandoc/Makefile 2011/03/20 11:07:05 1.314 @@ -18,8 +18,8 @@ INSTALL_DATA = $(INSTALL) -m 0444 INSTALL_LIB = $(INSTALL) -m 0644 INSTALL_MAN = $(INSTALL_DATA) -VERSION = 1.10.9 -VDATE = 07 January 2011 +VERSION = 1.10.10 +VDATE = 20 March 2011 VFLAGS = -DVERSION="\"$(VERSION)\"" WFLAGS = -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings @@ -43,15 +43,15 @@ MANDOCSRCS = mandoc.c MANDOCOBJS = mandoc.o -MDOCLNS = mdoc_macro.ln mdoc.ln mdoc_hash.ln mdoc_strings.ln \ +MDOCLNS = mdoc_macro.ln mdoc.ln mdoc_hash.ln \ mdoc_argv.ln mdoc_validate.ln \ lib.ln att.ln arch.ln vol.ln msec.ln st.ln -MDOCOBJS = mdoc_macro.o mdoc.o mdoc_hash.o mdoc_strings.o \ +MDOCOBJS = mdoc_macro.o mdoc.o mdoc_hash.o \ mdoc_argv.o mdoc_validate.o lib.o att.o \ arch.o vol.o msec.o st.o -MDOCSRCS = mdoc_macro.c mdoc.c mdoc_hash.c mdoc_strings.c \ +MDOCSRCS = mdoc_macro.c mdoc.c mdoc_hash.c \ mdoc_argv.c mdoc_validate.c lib.c att.c \ arch.c vol.c msec.c st.c @@ -216,8 +216,6 @@ st.ln st.o: st.c st.in libmdoc.h mdoc_macro.ln mdoc_macro.o: mdoc_macro.c libmdoc.h mdoc_term.ln mdoc_term.o: mdoc_term.c term.h mdoc.h - -mdoc_strings.ln mdoc_strings.o: mdoc_strings.c libmdoc.h man_hash.ln man_hash.o: man_hash.c libman.h