head	1.4;
access;
symbols
	RELENG_2_2_8_RELEASE:1.3.6.1
	RELENG_2_2_7_RELEASE:1.3.6.1
	RELENG_2_2_6_RELEASE:1.3.6.1
	RELENG_2_2_5_RELEASE:1.3.6.1
	RELENG_2_2_2_RELEASE:1.3.6.1
	RELENG_2_2_1_RELEASE:1.3
	RELENG_2_2_0_RELEASE:1.3
	RELENG_2_1_7_RELEASE:1.3
	RELENG_2_1_6_1_RELEASE:1.3
	RELENG_2_1_6_RELEASE:1.3
	RELENG_2_2:1.3.0.6
	RELENG_2_2_BP:1.3
	RELENG_2_1_5_RELEASE:1.3
	RELENG_2_1_0_RELEASE:1.3
	RELENG_2_1_0:1.3.0.4
	RELENG_2_1_0_BP:1.3
	RELENG_2_0_5_RELEASE:1.3
	RELENG_2_0_5:1.3.0.2
	RELENG_2_0_5_BP:1.3
	RELENG_2_0_5_ALPHA:1.2
	RELEASE_2_0:1.2
	BETA_2_0:1.2
	ALPHA_2_0:1.2.0.2
	texinfo_2_0:1.1.1.1
	GNU:1.1.1;
locks; strict;
comment	@# @;


1.4
date	97.01.11.02.31.49;	author jmacd;	state dead;
branches;
next	1.3;

1.3
date	95.05.30.05.05.09;	author rgrimes;	state Exp;
branches
	1.3.4.1
	1.3.6.1;
next	1.2;

1.2
date	94.09.15.13.10.41;	author jkh;	state Exp;
branches;
next	1.1;

1.1
date	94.09.13.13.51.31;	author gclarkii;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	94.09.13.13.51.32;	author gclarkii;	state Exp;
branches;
next	;

1.3.4.1
date	99.09.05.11.11.29;	author peter;	state Exp;
branches;
next	;

1.3.6.1
date	97.04.11.16.53.52;	author asami;	state dead;
branches;
next	;


desc
@@


1.4
log
@Clearing out the old stuff, its all in contrib now.
@
text
@#
# Bmakefile for GNU info
#
# $Id: Makefile,v 1.3 1995/05/30 05:05:09 rgrimes Exp jmacd $
#

PROG= makedoc
NOMAN=yes
SRCS+= makedoc.c xmalloc.c

CFLAGS+= -I${.CURDIR}/../info -I${.CURDIR}
CFLAGS+= -DNAMED_FUNCTIONS=1 -DSTDC_HEADERS=1
CFLAGS+= -DHAVE_UNISTD_H=1 -DHAVE_STRING_H=1 -DHAVE_VARARGS_H=1
CFLAGS+= -DHAVE_SYS_FCNTL_H=1 -DHAVE_SETVBUF=1 -DHAVE_GETCWD=1 -DHAVE_BZERO=1
CFLAGS+= -DHAVE_RINDEX=1 -DHAVE_VFPRINTF=1 -DHAVE_VSPRINTF=1
CFLAGS+= -DHAVE_SYS_TIME_H=1 -DDEFAULT_INFOPATH='"${INFODIR}"'

.include "../../Makefile.inc"
.include <bsd.prog.mk>

@


1.3
log
@Remove trailing whitespace.
@
text
@d4 1
a4 1
# $Id: Makefile,v 1.2 1994/09/15 13:10:41 jkh Exp $
@


1.3.4.1
log
@$Id$ -> $FreeBSD$
@
text
@d4 1
a4 1
# $FreeBSD$
@


1.3.6.1
log
@Bring in latest texinfo from -current.  Note src/contrib/texinfo
is already tagged into RELENG_2_2.
@
text
@d4 1
a4 1
# $Id: Makefile,v 1.3 1995/05/30 05:05:09 rgrimes Exp $
@


1.2
log
@Set NOMAN properly, correct Id line.
@
text
@d4 1
a4 1
# $Id$
d7 1
a7 1
PROG= makedoc 
d15 1
a15 1
CFLAGS+= -DHAVE_RINDEX=1 -DHAVE_VFPRINTF=1 -DHAVE_VSPRINTF=1 
@


1.1
log
@Initial revision
@
text
@d4 1
a4 1
# $id$
d8 1
a8 1

@


1.1.1.1
log
@Import of GNU Info 3.0 in bmake format

@
text
@@
