Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/bsd/mdocml Update build glue for mdocml-1.10.2



details:   https://anonhg.NetBSD.org/src/rev/3388b91b0a45
branches:  trunk
changeset: 755843:3388b91b0a45
user:      joerg <joerg%NetBSD.org@localhost>
date:      Thu Jun 24 17:20:19 2010 +0000

description:
Update build glue for mdocml-1.10.2

diffstat:

 external/bsd/mdocml/Makefile.inc        |  4 ++--
 external/bsd/mdocml/bin/mandoc/Makefile |  5 +++--
 2 files changed, 5 insertions(+), 4 deletions(-)

diffs (31 lines):

diff -r 247f97bc61f3 -r 3388b91b0a45 external/bsd/mdocml/Makefile.inc
--- a/external/bsd/mdocml/Makefile.inc  Thu Jun 24 17:19:58 2010 +0000
+++ b/external/bsd/mdocml/Makefile.inc  Thu Jun 24 17:20:19 2010 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile.inc,v 1.9 2010/06/16 18:10:57 joerg Exp $
+# $NetBSD: Makefile.inc,v 1.10 2010/06/24 17:20:19 joerg Exp $
 
 .include <bsd.own.mk>
 
-VERSION=       1.10.1
+VERSION=       1.10.2
 
 CPPFLAGS+=     -DVERSION=\"${VERSION}\" -DUGLY
 
diff -r 247f97bc61f3 -r 3388b91b0a45 external/bsd/mdocml/bin/mandoc/Makefile
--- a/external/bsd/mdocml/bin/mandoc/Makefile   Thu Jun 24 17:19:58 2010 +0000
+++ b/external/bsd/mdocml/bin/mandoc/Makefile   Thu Jun 24 17:20:19 2010 +0000
@@ -1,10 +1,11 @@
-# $NetBSD: Makefile,v 1.2 2010/06/01 21:32:39 joerg Exp $
+# $NetBSD: Makefile,v 1.3 2010/06/24 17:20:19 joerg Exp $
 
 .include <bsd.own.mk>
 
 PROG=          mandoc
 
-SRCS=          main.c mdoc_term.c chars.c term.c tree.c compat.c \
+SRCS=          main.c mdoc_term.c chars.c term.c term_ascii.c term_ps.c \
+               tree.c compat.c \
                man_term.c html.c mdoc_html.c man_html.c out.c
 
 .ifndef HOSTPROG



Home | Main Index | Thread Index | Old Index