=================================================================== RCS file: /cvs/mandoc/Makefile,v retrieving revision 1.148 retrieving revision 1.150 diff -u -p -r1.148 -r1.150 --- mandoc/Makefile 2009/03/23 14:22:11 1.148 +++ mandoc/Makefile 2009/03/23 21:20:24 1.150 @@ -9,8 +9,8 @@ INSTALL_DATA = install -m 0444 INSTALL_LIB = install -m 0644 INSTALL_MAN = $(INSTALL_DATA) -VERSION = 1.6.10 -VDATE = 22 March 2009 +VERSION = 1.7.1 +VDATE = 23 March 2009 VFLAGS = -DVERSION=\"$(VERSION)\" CFLAGS += -W -Wall -Wstrict-prototypes -Wno-unused-parameter -g @@ -37,7 +37,7 @@ LLNS = llib-llibmdoc.ln llib-llibman.ln llib-lmando LNS = $(MAINLNS) $(MDOCLNS) LIBS = libmdoc.a libman.a OBJS = $(MDOCOBJS) $(MAINOBJS) -SRCS = $(MDOCSRCS) $(MAINSRCS) +SRCS = $(MDOCSRCS) $(MAINSRCS) $(MANSRCS) DATAS = arch.in att.in lib.in msec.in st.in vol.in ascii.in HEADS = mdoc.h libmdoc.h man.h libman.h term.h SGMLS = index.sgml @@ -180,7 +180,7 @@ mdocml-oport-$(VERSION).tar.gz: mdocml-$(VERSION).tar. rmd160 mdocml-$(VERSION).tar.gz >> .dist/mdocml/distinfo sha1 mdocml-$(VERSION).tar.gz >> .dist/mdocml/distinfo install -m 0644 DESCR .dist/mdocml/pkg/DESCR - echo @comment $$OpenBSD: Makefile,v 1.148 2009/03/23 14:22:11 kristaps Exp $$ > .dist/mdocml/pkg/PLIST + echo @comment $$OpenBSD: Makefile,v 1.150 2009/03/23 21:20:24 kristaps Exp $$ > .dist/mdocml/pkg/PLIST echo bin/mandoc >> .dist/mdocml/pkg/PLIST echo @man man/man1/mandoc.1 >> .dist/mdocml/pkg/PLIST echo @man man/man7/mdoc.7 >> .dist/mdocml/pkg/PLIST