Source-Changes-HG archive

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

[src/trunk]: src/external/bsd/mdocml/bin/mandoc chars is part of the library ...



details:   https://anonhg.NetBSD.org/src/rev/7ff793f850ff
branches:  trunk
changeset: 812503:7ff793f850ff
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Dec 18 14:33:54 2015 +0000

description:
chars is part of the library now.

diffstat:

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

diffs (16 lines):

diff -r 10ced0b661e6 -r 7ff793f850ff external/bsd/mdocml/bin/mandoc/Makefile
--- a/external/bsd/mdocml/bin/mandoc/Makefile   Fri Dec 18 14:30:41 2015 +0000
+++ b/external/bsd/mdocml/bin/mandoc/Makefile   Fri Dec 18 14:33:54 2015 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.9 2015/12/18 11:12:33 christos Exp $
+# $NetBSD: Makefile,v 1.10 2015/12/18 14:33:54 christos Exp $
 
 .include <bsd.own.mk>
 
 PROG=          mandoc
 
-SRCS=          chars.c main.c out.c tree.c \
+SRCS=          main.c out.c tree.c \
                eqn_html.c eqn_term.c \
                html.c man_html.c mdoc_html.c tbl_html.c \
                manpath.c man_term.c mdoc_term.c term.c term_ascii.c \



Home | Main Index | Thread Index | Old Index