head	1.9;
access;
symbols
	RELENG_4_11_0_RELEASE:1.5
	RELENG_4_11:1.5.0.20
	RELENG_4_11_BP:1.5
	RELENG_4_10_0_RELEASE:1.5
	RELENG_4_10:1.5.0.18
	RELENG_4_10_BP:1.5
	RELENG_4_9_0_RELEASE:1.5
	RELENG_4_9:1.5.0.16
	RELENG_4_9_BP:1.5
	RELENG_4_8_0_RELEASE:1.5
	RELENG_4_8:1.5.0.14
	RELENG_4_8_BP:1.5
	RELENG_4_7_0_RELEASE:1.5
	RELENG_4_7:1.5.0.12
	RELENG_4_7_BP:1.5
	RELENG_4_6_2_RELEASE:1.5
	RELENG_4_6_1_RELEASE:1.5
	RELENG_4_6_0_RELEASE:1.5
	RELENG_4_6:1.5.0.10
	RELENG_4_6_BP:1.5
	RELENG_4_5_0_RELEASE:1.5
	RELENG_4_5:1.5.0.8
	RELENG_4_5_BP:1.5
	RELENG_4_4_0_RELEASE:1.5
	RELENG_4_4:1.5.0.6
	RELENG_4_4_BP:1.5
	RELENG_4_3_0_RELEASE:1.5
	RELENG_4_3:1.5.0.4
	RELENG_4_3_BP:1.5
	RELENG_4_2_0_RELEASE:1.5
	RELENG_4_1_1_RELEASE:1.5
	PRE_SMPNG:1.5
	RELENG_4_1_0_RELEASE:1.5
	RELENG_3_5_0_RELEASE:1.4.2.1
	RELENG_4_0_0_RELEASE:1.5
	RELENG_4:1.5.0.2
	RELENG_4_BP:1.5
	RELENG_3_4_0_RELEASE:1.4.2.1
	RELENG_3_3_0_RELEASE:1.4.2.1
	RELENG_3_2_PAO:1.4.0.4
	RELENG_3_2_PAO_BP:1.4
	RELENG_3_2_0_RELEASE:1.4
	RELENG_3_1_0_RELEASE:1.4
	RELENG_3:1.4.0.2
	RELENG_3_BP:1.4
	RELENG_2_2_8_RELEASE:1.1.6.1
	RELENG_3_0_0_RELEASE:1.4
	RELENG_2_2_7_RELEASE:1.1.6.1
	RELENG_2_2_6_RELEASE:1.1.6.1
	RELENG_2_2_5_RELEASE:1.1.6.1
	RELENG_2_2_2_RELEASE:1.1.6.1
	RELENG_2_2_1_RELEASE:1.1
	RELENG_2_2_0_RELEASE:1.1
	RELENG_2_1_7_RELEASE:1.1
	RELENG_2_1_6_1_RELEASE:1.1
	RELENG_2_1_6_RELEASE:1.1
	RELENG_2_2:1.1.0.6
	RELENG_2_2_BP:1.1
	RELENG_2_1_5_RELEASE:1.1
	RELENG_2_1_0_RELEASE:1.1
	RELENG_2_1_0:1.1.0.4
	RELENG_2_1_0_BP:1.1
	RELENG_2_0_5_RELEASE:1.1
	RELENG_2_0_5:1.1.0.2
	RELENG_2_0_5_BP:1.1
	RELENG_2_0_5_ALPHA:1.1;
locks; strict;
comment	@# @;


1.9
date	2002.06.20.20.54.15;	author obrien;	state dead;
branches;
next	1.8;

1.8
date	2001.11.02.23.46.57;	author obrien;	state Exp;
branches;
next	1.7;

1.7
date	2001.11.02.23.43.07;	author obrien;	state Exp;
branches;
next	1.6;

1.6
date	2001.10.30.08.56.50;	author obrien;	state dead;
branches;
next	1.5;

1.5
date	99.08.27.23.34.37;	author peter;	state Exp;
branches
	1.5.2.1;
next	1.4;

1.4
date	97.10.14.18.32.38;	author jraynard;	state Exp;
branches
	1.4.2.1;
next	1.3;

1.3
date	97.01.11.03.31.08;	author jmacd;	state Exp;
branches;
next	1.2;

1.2
date	97.01.11.03.26.53;	author jmacd;	state Exp;
branches;
next	1.1;

1.1
date	95.01.11.06.53.38;	author ache;	state Exp;
branches
	1.1.6.1;
next	;

1.5.2.1
date	2012.11.17.07.23.00;	author svnexp;	state Exp;
branches;
next	;

1.4.2.1
date	99.08.29.14.31.47;	author peter;	state Exp;
branches;
next	;

1.1.6.1
date	97.04.11.16.58.13;	author asami;	state Exp;
branches;
next	;


desc
@@


1.9
log
@Remove GAWK.  I removed it from the build 2 weeks ago and the world
did not end.  So finish the deed.
@
text
@# Makefile copyright James Raynard (jraynard@@freebsd.org) 1997
#
# $FreeBSD: src/gnu/usr.bin/awk/doc/Makefile,v 1.8 2001/11/02 23:46:57 obrien Exp $

.PATH:	${.CURDIR}/../../../../contrib/awk/doc

INFO = gawk
INFOSECTION= "System Utilities"
INFOENTRY_gawk= "* GAWK: (gawk).			The GNU AWK language interpreter manual."

.include <bsd.info.mk>
@


1.8
log
@Update to Gawk 3.1.0.
@
text
@d3 1
a3 1
# $FreeBSD$
@


1.7
log
@Bring Gawk back. There just isn't any other POSIX compliant AWK out there.
The biggest thing missing from Bell-Labs AWK is the character class regexes.
@
text
@@


1.6
log
@Switch to the One True AWK from Bell-Labs, away from GNU AWK.
@
text
@d3 1
a3 1
# $FreeBSD: src/gnu/usr.bin/awk/doc/Makefile,v 1.5 1999/08/27 23:34:37 peter Exp $
@


1.5
log
@$Id$ -> $FreeBSD$
@
text
@d3 1
a3 1
# $FreeBSD$
@


1.5.2.1
log
@Switch importer
@
text
@d3 1
a3 1
# $FreeBSD: stable/4/gnu/usr.bin/awk/doc/Makefile 50472 1999-08-27 23:37:10Z peter $
@


1.4
log
@Makefile for contributed version of awk.
@
text
@d3 1
a3 1
# $Id: Makefile,v 1.5 1997/10/11 17:05:07 jraynard Exp $
@


1.4.2.1
log
@$Id$ -> $FreeBSD$
@
text
@d3 1
a3 1
# $FreeBSD$
@


1.3
log
@Forgot a TAB.
@
text
@d1 6
a9 1

@


1.2
log
@Same thing.
@
text
@d3 1
a3 1
INFOENTRY_gawk= "* GAWK: (gawk).		The GNU AWK language interpreter manual."
@


1.1
log
@Infopage install
@
text
@d2 3
@


1.1.6.1
log
@Merge in from -current all the changes needed to make world with the
latest texinfo.
@
text
@a1 3
INFOSECTION= "System Utilities"
INFOENTRY_gawk= "* GAWK: (gawk).			The GNU AWK language interpreter manual."

@
