Module Name: src
Committed By: christos
Date: Mon Oct 26 01:39:45 UTC 2009
Added Files:
src/external/bsd/flex/man: Makefile
Log Message:
add the texinfo manual
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/external/bsd/flex/man/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: src/external/bsd/flex/man/Makefile
diff -u /dev/null src/external/bsd/flex/man/Makefile:1.1
--- /dev/null Sun Oct 25 21:39:45 2009
+++ src/external/bsd/flex/man/Makefile Sun Oct 25 21:39:45 2009
@@ -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>