=================================================================== RCS file: /cvs/mandoc/Makefile,v retrieving revision 1.133 retrieving revision 1.134 diff -u -p -r1.133 -r1.134 --- mandoc/Makefile 2009/03/19 16:18:36 1.133 +++ mandoc/Makefile 2009/03/19 16:40:49 1.134 @@ -9,7 +9,7 @@ INSTALL_DATA = install -m 0444 INSTALL_LIB = install -m 0644 INSTALL_MAN = $(INSTALL_DATA) -VERSION = 1.6.0 +VERSION = 1.6.1 VDATE = 19 March 2009 VFLAGS = -DVERSION=\"$(VERSION)\" @@ -25,9 +25,9 @@ LIBOBJS = macro.o mdoc.o hash.o strings.o xstd.o ar LIBSRCS = macro.c mdoc.c hash.c strings.c xstd.c argv.c validate.c \ action.c lib.c att.c arch.c vol.c msec.c st.c -MAINLNS = main.ln term.ln ascii.ln terminal.ln tree.ln -MAINOBJS = main.o term.o ascii.o terminal.o tree.o -MAINSRCS = main.c term.c ascii.c terminal.c tree.c +MAINLNS = main.ln term.ln ascii.ln terminal.ln tree.ln compat.ln +MAINOBJS = main.o term.o ascii.o terminal.o tree.o compat.o +MAINSRCS = main.c term.c ascii.c terminal.c tree.c compat.c LLNS = llib-llibmdoc.ln llib-lmandoc.ln LNS = $(MAINLNS) $(LIBLNS) @@ -167,7 +167,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.133 2009/03/19 16:18:36 kristaps Exp $$ > .dist/mdocml/pkg/PLIST + echo @comment $$OpenBSD: Makefile,v 1.134 2009/03/19 16:40:49 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