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 mandoc_xr.c is now in libmand...



details:   https://anonhg.NetBSD.org/src/rev/06cac3a69743
branches:  trunk
changeset: 834539:06cac3a69743
user:      kre <kre%NetBSD.org@localhost>
date:      Thu Aug 16 06:24:40 2018 +0000

description:
mandoc_xr.c is now in libmandoc (where it should be) it no longer
needs to be here (why having it broke building I did not look to see,
it should be possible to replace a file from a library).

diffstat:

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

diffs (17 lines):

diff -r e6db3682524e -r 06cac3a69743 external/bsd/mdocml/bin/mandoc/Makefile
--- a/external/bsd/mdocml/bin/mandoc/Makefile   Thu Aug 16 05:07:22 2018 +0000
+++ b/external/bsd/mdocml/bin/mandoc/Makefile   Thu Aug 16 06:24:40 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2018/08/16 05:03:17 kre Exp $
+# $NetBSD: Makefile,v 1.17 2018/08/16 06:24:40 kre Exp $
 
 .include <bsd.own.mk>
 
@@ -11,7 +11,6 @@
 main.c \
 man_html.c \
 man_term.c \
-mandoc_xr.c \
 manpath.c \
 mdoc_html.c \
 mdoc_markdown.c \



Home | Main Index | Thread Index | Old Index