Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tools/texinfo Set TEXINFO_MAINT to an empty string when conf...
details: https://anonhg.NetBSD.org/src/rev/5921232e9067
branches: trunk
changeset: 516240:5921232e9067
user: tv <tv%NetBSD.org@localhost>
date: Fri Oct 19 02:40:03 2001 +0000
description:
Set TEXINFO_MAINT to an empty string when configuring texinfo, so that
the doc rebuilding (doc/help2man), which requires perl, is not invoked.
diffstat:
tools/texinfo/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 871d3f74033c -r 5921232e9067 tools/texinfo/Makefile
--- a/tools/texinfo/Makefile Fri Oct 19 02:35:45 2001 +0000
+++ b/tools/texinfo/Makefile Fri Oct 19 02:40:03 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2001/10/08 22:43:56 tv Exp $
+# $NetBSD: Makefile,v 1.5 2001/10/19 02:40:03 tv Exp $
.include <bsd.own.mk> # for TOOLDIR
@@ -23,6 +23,7 @@
CPPFLAGS="${HOST_CPPFLAGS}" \
LDFLAGS="${HOST_LDFLAGS}" \
PATH="${TOOLDIR}/bin:$$PATH" \
+ TEXINFO_MAINT="" \
${DIST}/configure \
--disable-shared --with-included-gettext \
--prefix=${TOOLDIR}
Home |
Main Index |
Thread Index |
Old Index