Module Name: src Committed By: joerg Date: Wed Jun 16 18:10:58 UTC 2010
Modified Files: src/distrib/sets/lists/text: mi src/external/bsd/mdocml: Makefile.inc src/external/bsd/mdocml/man: Makefile Log Message: Update build infrastructure for mdocml-1.10.1 To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 src/distrib/sets/lists/text/mi cvs rdiff -u -r1.8 -r1.9 src/external/bsd/mdocml/Makefile.inc cvs rdiff -u -r1.3 -r1.4 src/external/bsd/mdocml/man/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/distrib/sets/lists/text/mi diff -u src/distrib/sets/lists/text/mi:1.38 src/distrib/sets/lists/text/mi:1.39 --- src/distrib/sets/lists/text/mi:1.38 Tue Jun 1 21:32:39 2010 +++ src/distrib/sets/lists/text/mi Wed Jun 16 18:10:57 2010 @@ -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 Index: src/external/bsd/mdocml/Makefile.inc diff -u src/external/bsd/mdocml/Makefile.inc:1.8 src/external/bsd/mdocml/Makefile.inc:1.9 --- src/external/bsd/mdocml/Makefile.inc:1.8 Tue Jun 1 21:32:39 2010 +++ src/external/bsd/mdocml/Makefile.inc Wed Jun 16 18:10:57 2010 @@ -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 <bsd.own.mk> -VERSION= 1.10.0 +VERSION= 1.10.1 CPPFLAGS+= -DVERSION=\"${VERSION}\" -DUGLY Index: src/external/bsd/mdocml/man/Makefile diff -u src/external/bsd/mdocml/man/Makefile:1.3 src/external/bsd/mdocml/man/Makefile:1.4 --- src/external/bsd/mdocml/man/Makefile:1.3 Tue Jun 1 23:29:10 2010 +++ src/external/bsd/mdocml/man/Makefile Wed Jun 16 18:10:57 2010 @@ -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 <bsd.init.mk> @@ -20,7 +19,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