=================================================================== RCS file: /cvs/mandoc/Makefile,v retrieving revision 1.62 retrieving revision 1.63 diff -u -p -r1.62 -r1.63 --- mandoc/Makefile 2009/01/20 15:06:07 1.62 +++ mandoc/Makefile 2009/01/20 15:11:16 1.63 @@ -25,11 +25,13 @@ SRCS = macro.c mdoc.c mdocml.c hash.c strings.c xstd.c HEADS = mdoc.h private.h +MANS = mdocml.1 mdoc.3 + BINS = mdocml CLEAN = $(BINS) $(LNS) $(LLNS) $(LIBS) $(OBJS) -INSTALL = $(SRCS) $(HEADS) Makefile Makefile.port DESCR +INSTALL = $(SRCS) $(HEADS) Makefile Makefile.port DESCR $(MANS) all: $(BINS) @@ -115,7 +117,7 @@ mdocml-oport-$(VERSION).tar.gz: Makefile.port DESCR 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.62 2009/01/20 15:06:07 kristaps Exp $$ > .dist/mdocml/pkg/PLIST + echo @comment $$OpenBSD: Makefile,v 1.63 2009/01/20 15:11:16 kristaps Exp $$ > .dist/mdocml/pkg/PLIST echo bin/mdocml >> .dist/mdocml/pkg/PLIST echo lib/libmdoc.a >> .dist/mdocml/pkg/PLIST echo include/mdoc.h >> .dist/mdocml/pkg/PLIST