=================================================================== RCS file: /cvs/mandoc/Makefile,v retrieving revision 1.327 retrieving revision 1.331 diff -u -p -r1.327 -r1.331 --- mandoc/Makefile 2011/04/03 10:14:45 1.327 +++ mandoc/Makefile 2011/04/04 22:05:28 1.331 @@ -11,8 +11,8 @@ # in the lower-left hand corner of -mdoc manuals. # CFLAGS += -DOSNAME="\"OpenBSD 4.5\"" -VERSION = 1.10.10 -VDATE = 20 March 2011 +VERSION = 1.11.1 +VDATE = 04 April 2011 CFLAGS += -g -DHAVE_CONFIG_H -DVERSION="\"$(VERSION)\"" CFLAGS += -W -Wall -Wstrict-prototypes -Wno-unused-parameter -Wwrite-strings PREFIX = /usr/local @@ -55,6 +55,7 @@ SRCS = Makefile \ libroff.h \ main.c \ main.h \ + man.h \ man.7 \ man.c \ man_hash.c \ @@ -66,7 +67,10 @@ SRCS = Makefile \ mandoc.3 \ mandoc.c \ mandoc.h \ + mandoc-db.1 \ + mandoc-db.c \ mandoc_char.7 \ + mdoc.h \ mdoc.7 \ mdoc.c \ mdoc_argv.c \