Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src Update build infrastructure for mdocml-1.10.1
details: https://anonhg.NetBSD.org/src/rev/14761bdbedd6
branches: trunk
changeset: 755690:14761bdbedd6
user: joerg <joerg%NetBSD.org@localhost>
date: Wed Jun 16 18:10:57 2010 +0000
description:
Update build infrastructure for mdocml-1.10.1
diffstat:
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(-)
diffs (72 lines):
diff -r 1c21d7a9cad1 -r 14761bdbedd6 distrib/sets/lists/text/mi
--- a/distrib/sets/lists/text/mi Wed Jun 16 18:09:40 2010 +0000
+++ b/distrib/sets/lists/text/mi Wed Jun 16 18:10:57 2010 +0000
@@ -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 -r 1c21d7a9cad1 -r 14761bdbedd6 external/bsd/mdocml/Makefile.inc
--- a/external/bsd/mdocml/Makefile.inc Wed Jun 16 18:09:40 2010 +0000
+++ b/external/bsd/mdocml/Makefile.inc Wed Jun 16 18:10:57 2010 +0000
@@ -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
diff -r 1c21d7a9cad1 -r 14761bdbedd6 external/bsd/mdocml/man/Makefile
--- a/external/bsd/mdocml/man/Makefile Wed Jun 16 18:09:40 2010 +0000
+++ b/external/bsd/mdocml/man/Makefile Wed Jun 16 18:10:57 2010 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index