From 3efd71c962edd41bc2d0ed2ebc66836f91feef1a Mon Sep 17 00:00:00 2001 From: joerg Date: Wed, 16 Jun 2010 18:10:57 +0000 Subject: [PATCH] Update build infrastructure for mdocml-1.10.1 --- distrib/sets/lists/text/mi | 8 ++++---- external/bsd/mdocml/Makefile.inc | 4 ++-- external/bsd/mdocml/man/Makefile | 7 +++---- 3 files changed, 9 insertions(+), 10 deletions(-) diff --git a/distrib/sets/lists/text/mi b/distrib/sets/lists/text/mi index 659d9f835cb7..b13cdb83149c 100644 --- a/distrib/sets/lists/text/mi +++ b/distrib/sets/lists/text/mi @@ -1,4 +1,4 @@ -# $NetBSD: mi,v 1.38 2010/06/01 21:32:39 joerg Exp $ +# $NetBSD: mi,v 1.39 2010/06/16 18:10:57 joerg Exp $ # # Note: don't delete entries from here - mark them as "obsolete" instead. # @@ -465,7 +465,7 @@ ./usr/share/man/cat7/mandoc_man.0 text-mdocml-catman .cat ./usr/share/man/cat7/mandoc_mdoc.0 text-mdocml-catman .cat ./usr/share/man/cat7/mandoc_roff.0 text-mdocml-catman .cat -./usr/share/man/cat7/manuals.0 text-mdocml-catman .cat +./usr/share/man/cat7/manuals.0 text-obsolete obsolete ./usr/share/man/cat7/mdoc.samples.0 text-groff-catman .cat,groff ./usr/share/man/cat7/me.0 text-groff-catman .cat ./usr/share/man/cat7/mm.0 text-groff-catman .cat,groff @@ -522,7 +522,7 @@ ./usr/share/man/html7/mandoc_man.html text-mdocml-htmlman html ./usr/share/man/html7/mandoc_mdoc.html text-mdocml-htmlman html ./usr/share/man/html7/mandoc_roff.html text-mdocml-htmlman html -./usr/share/man/html7/manuals.html text-mdocml-htmlman html +./usr/share/man/html7/manuals.html text-obsolete obsolete ./usr/share/man/html7/mdoc.samples.html text-groff-htmlman html,groff ./usr/share/man/html7/me.html text-groff-htmlman html ./usr/share/man/html7/mm.html text-groff-htmlman html,groff @@ -582,7 +582,7 @@ ./usr/share/man/man7/mandoc_man.7 text-mdocml-man .man ./usr/share/man/man7/mandoc_mdoc.7 text-mdocml-man .man ./usr/share/man/man7/mandoc_roff.7 text-mdocml-man .man -./usr/share/man/man7/manuals.7 text-mdocml-man .man +./usr/share/man/man7/manuals.7 text-obsolete obsolete ./usr/share/man/man7/mdoc.samples.7 text-groff-man .man,groff ./usr/share/man/man7/me.7 text-groff-man .man ./usr/share/man/man7/mm.7 text-groff-man .man,groff diff --git a/external/bsd/mdocml/Makefile.inc b/external/bsd/mdocml/Makefile.inc index 0c4acf4e9451..837190fe89ea 100644 --- a/external/bsd/mdocml/Makefile.inc +++ b/external/bsd/mdocml/Makefile.inc @@ -1,8 +1,8 @@ -# $NetBSD: Makefile.inc,v 1.8 2010/06/01 21:32:39 joerg Exp $ +# $NetBSD: Makefile.inc,v 1.9 2010/06/16 18:10:57 joerg Exp $ .include -VERSION= 1.10.0 +VERSION= 1.10.1 CPPFLAGS+= -DVERSION=\"${VERSION}\" -DUGLY diff --git a/external/bsd/mdocml/man/Makefile b/external/bsd/mdocml/man/Makefile index edae3ffb7788..600aa96421fd 100644 --- a/external/bsd/mdocml/man/Makefile +++ b/external/bsd/mdocml/man/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2010/06/01 23:29:10 joerg Exp $ +# $NetBSD: Makefile,v 1.4 2010/06/16 18:10:57 joerg Exp $ -MAN= mandoc_man.7 mandoc_char.7 mandoc_mdoc.7 mandoc_roff.7 \ - manuals.7 +MAN= mandoc_man.7 mandoc_char.7 mandoc_mdoc.7 mandoc_roff.7 .include @@ -20,7 +19,7 @@ mandoc_roff.7: rm -f ${.TARGET} ${TOOL_CAT} ${DISTDIR}/roff.7 > ${.TARGET} -CLEANFILES+= mandoc_man.7 mandoc_mdoc.7 +CLEANFILES+= mandoc_man.7 mandoc_mdoc.7 mandoc_roff.7 .if (${MKHTML} != "no") && (${MKMAN} != "no") FILES= ${DISTDIR}/style.css