Source-Changes-HG archive

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

[src/trunk]: src/tools/texinfo Arrange for manifest



details:   https://anonhg.NetBSD.org/src/rev/35b624601bd5
branches:  trunk
changeset: 784999:35b624601bd5
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Feb 17 01:47:59 2013 +0000

description:
Arrange for manifest

diffstat:

 tools/texinfo/Makefile |  8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r b433c0148f0b -r 35b624601bd5 tools/texinfo/Makefile
--- a/tools/texinfo/Makefile    Sun Feb 17 01:26:47 2013 +0000
+++ b/tools/texinfo/Makefile    Sun Feb 17 01:47:59 2013 +0000
@@ -1,7 +1,13 @@
-#      $NetBSD: Makefile,v 1.9 2002/12/08 20:20:05 thorpej Exp $
+#      $NetBSD: Makefile,v 1.10 2013/02/17 01:47:59 christos Exp $
 
 MODULE=                texinfo
 
 CONFIGURE_ARGS=        --program-prefix=${_TOOL_PREFIX}
 
 .include "${.CURDIR}/../Makefile.gnuhost"
+
+.if !empty(.MAKE.OS:M*CYGWIN*) && target(install)
+.END: install-texinfo
+install-texinfo: 
+       ${NETBSDSRCDIR}/tools/binstall/mkmanifest ${TOOLDIR}/bin/${_TOOL_PREFIX}install-info.exe
+.endif



Home | Main Index | Thread Index | Old Index