Source-Changes-HG archive

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

[src/trunk]: src/external/bsd/flex/man add the texinfo manual



details:   https://anonhg.NetBSD.org/src/rev/84dc1ca1d53a
branches:  trunk
changeset: 748516:84dc1ca1d53a
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Oct 26 01:39:45 2009 +0000

description:
add the texinfo manual

diffstat:

 external/bsd/flex/man/Makefile |  13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

diffs (17 lines):

diff -r 640b9483a7ad -r 84dc1ca1d53a external/bsd/flex/man/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/external/bsd/flex/man/Makefile    Mon Oct 26 01:39:45 2009 +0000
@@ -0,0 +1,13 @@
+#      $NetBSD: Makefile,v 1.1 2009/10/26 01:39:45 christos Exp $
+
+.include <bsd.own.mk>
+
+.include "${.CURDIR}/../Makefile.inc"
+
+DIST=  ${IDIST}/doc
+.PATH: ${DIST}
+
+TEXINFO=       flex.texi
+INFOFLAGS=     -I${DIST}
+
+.include <bsd.info.mk>



Home | Main Index | Thread Index | Old Index