copy over the gawk 3.1.3 info file and g/c the rules to build it from

gawk sources
This commit is contained in:
jdolecek 2004-03-26 16:55:15 +00:00
parent 4f4ec7e627
commit 0f0ea58942
2 changed files with 28237 additions and 11 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.6 2003/08/03 17:19:45 jdolecek Exp $ # $NetBSD: Makefile,v 1.7 2004/03/26 16:55:15 jdolecek Exp $
.include <bsd.own.mk> .include <bsd.own.mk>
@ -12,17 +12,8 @@ LDADD+= -lm
DPADD+= ${LIBM} DPADD+= ${LIBM}
YHEADER= yes YHEADER= yes
# gawk INFO file # info file originally from GNU awk 3.1.3, adjusted for nawk slightly
GDIST= ${NETBSDSRCDIR}/gnu/dist/gawk
.PATH: ${GDIST}/doc
TEXINFO= awk.info TEXINFO= awk.info
CLEANFILES+= ${PROG}.texi
${PROG}.texi: gawk.texi
@-rm -f $@
sed -e 's/gawk.info/${PROG}.info/g' <$> >$@
.include <bsd.info.mk> .include <bsd.info.mk>
.include <bsd.prog.mk> .include <bsd.prog.mk>

28235
usr.bin/awk/awk.texi Normal file

File diff suppressed because it is too large Load Diff