Module Name:    src
Committed By:   joerg
Date:           Thu Jun 24 17:20:19 UTC 2010

Modified Files:
        src/external/bsd/mdocml: Makefile.inc
        src/external/bsd/mdocml/bin/mandoc: Makefile

Log Message:
Update build glue for mdocml-1.10.2


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/external/bsd/mdocml/Makefile.inc
cvs rdiff -u -r1.2 -r1.3 src/external/bsd/mdocml/bin/mandoc/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/bsd/mdocml/Makefile.inc
diff -u src/external/bsd/mdocml/Makefile.inc:1.9 src/external/bsd/mdocml/Makefile.inc:1.10
--- src/external/bsd/mdocml/Makefile.inc:1.9	Wed Jun 16 18:10:57 2010
+++ src/external/bsd/mdocml/Makefile.inc	Thu Jun 24 17:20:19 2010
@@ -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
 

Index: src/external/bsd/mdocml/bin/mandoc/Makefile
diff -u src/external/bsd/mdocml/bin/mandoc/Makefile:1.2 src/external/bsd/mdocml/bin/mandoc/Makefile:1.3
--- src/external/bsd/mdocml/bin/mandoc/Makefile:1.2	Tue Jun  1 21:32:39 2010
+++ src/external/bsd/mdocml/bin/mandoc/Makefile	Thu Jun 24 17:20:19 2010
@@ -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

Reply via email to