head	1.9;
access;
symbols
	RELENG_2_2_8_RELEASE:1.8.2.1
	RELENG_2_2_7_RELEASE:1.8.2.1
	RELENG_2_2_6_RELEASE:1.8.2.1
	RELENG_2_2_5_RELEASE:1.8.2.1
	RELENG_2_2_2_RELEASE:1.8.2.1
	RELENG_2_2_1_RELEASE:1.8
	RELENG_2_2_0_RELEASE:1.8
	RELENG_2_1_7_RELEASE:1.6.4.2
	RELENG_2_1_6_1_RELEASE:1.6.4.2
	RELENG_2_1_6_RELEASE:1.6.4.2
	RELENG_2_2:1.8.0.2
	RELENG_2_2_BP:1.8
	RELENG_2_1_5_RELEASE:1.6.4.2
	RELENG_2_1_0_RELEASE:1.6
	RELENG_2_1_0:1.6.0.4
	RELENG_2_1_0_BP:1.6
	RELENG_2_0_5_RELEASE:1.6
	RELENG_2_0_5:1.6.0.2
	RELENG_2_0_5_BP:1.6
	RELENG_2_0_5_ALPHA:1.6
	RELEASE_2_0:1.3
	BETA_2_0:1.3
	ALPHA_2_0:1.3.0.2
	texinfo_2_0:1.1.1.1
	GNU:1.1.1;
locks; strict;
comment	@# @;


1.9
date	97.01.11.02.31.31;	author jmacd;	state dead;
branches;
next	1.8;

1.8
date	96.09.20.18.04.26;	author bde;	state Exp;
branches
	1.8.2.1;
next	1.7;

1.7
date	95.07.25.00.12.06;	author bde;	state Exp;
branches;
next	1.6;

1.6
date	95.02.14.21.15.58;	author rgrimes;	state Exp;
branches
	1.6.4.1;
next	1.5;

1.5
date	95.01.23.23.43.35;	author jkh;	state Exp;
branches;
next	1.4;

1.4
date	95.01.22.22.45.07;	author ache;	state Exp;
branches;
next	1.3;

1.3
date	94.09.15.12.42.45;	author jkh;	state Exp;
branches;
next	1.2;

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

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

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

1.6.4.1
date	96.05.29.22.37.33;	author jkh;	state Exp;
branches;
next	1.6.4.2;

1.6.4.2
date	96.06.05.02.43.59;	author jkh;	state Exp;
branches;
next	;

1.8.2.1
date	97.04.11.16.53.49;	author asami;	state dead;
branches;
next	;


desc
@@


1.9
log
@Clearing out the old stuff, its all in contrib now.
@
text
@#
# Makefile for INFO files
#

INFOFILES= dir
NOOBJ=	noobj

install:
	${INSTALL} -c -g ${BINGRP} -o ${BINOWN} -m 444 ${INFOFILES} \
		${DESTDIR}${INFODIR}

.include <bsd.prog.mk>
@


1.8
log
@Fixed bogus obj target (found by objwarn check).

Removed unnecessary clean and cleandir targets.  The defaults are
adequate and we never bothered overriding the default for all,
depend, lint or tags.,
@
text
@@


1.8.2.1
log
@Bring in latest texinfo from -current.  Note src/contrib/texinfo
is already tagged into RELENG_2_2.
@
text
@@


1.7
log
@Change `install' to `${INSTALL}' as usual.

Use -c, not ${COPY}, to install `dir'.  ${COPY} should never be used to
install source files.  The source might be lost if the default is overridden.
@
text
@d6 1
a10 3

clean cleandir obj:
	@@echo -n
@


1.6
log
@Add missing ${DESTDIR} so that the sample dir file ends up in the
correct place.
@
text
@d8 1
a8 1
	install ${COPY} -g ${BINGRP} -o ${BINOWN} -m 444 ${INFOFILES} \
@


1.6.4.1
log
@Merge from HEAD, except:

	Clients that used gnumalloc still do, despite the merge.  We're not
	bringing phkmalloc over.

	Thread stuff left out.

	PCCARD support left out.
@
text
@d8 1
a8 1
	${INSTALL} -c -g ${BINGRP} -o ${BINOWN} -m 444 ${INFOFILES} \
@


1.6.4.2
log
@This 3rd mega-commit should hopefully bring us back to where we were.
I can get it to `make world' succesfully, anyway!
@
text
@d8 1
a8 1
	install ${COPY} -g ${BINGRP} -o ${BINOWN} -m 444 ${INFOFILES} \
@


1.5
log
@Fix bogus dummy rule (sigh).
@
text
@d8 2
a9 1
	install ${COPY} -g ${BINGRP} -o ${BINOWN} -m 444 ${INFOFILES} ${INFODIR}
@


1.4
log
@Infopages cleanup
@
text
@d10 2
a11 1
clean cleandir obj:;
@


1.3
log
@Change install -c to install ${COPY} as per Rod's comments.  At least
we've got one Makefile that uses this in the tree now! :-)
@
text
@d5 1
a5 3
INFOFILES+= dir info.info makeinfo.info texi.info texi.info-1 texi.info-2  
INFOFILES+= texi.info-3 texi.info-4 texi.info-5 texi.info-6 texi.info-7
INFOFILES+= texi.info-8 texi.info-9 texi.info-10 texi.info-11
a7 1
	mkdir -p ${INFODIR} 
d10 1
a10 2
clean cleandir obj:
	@@echo -n
@


1.2
log
@Fix typo, add -c to install so that files aren't moved out on first
install! :-)
@
text
@d11 1
a11 1
	install -c -g ${BINGRP} -o ${BINOWN} -m 444 ${INFOFILES} ${INFODIR}
@


1.1
log
@Initial revision
@
text
@d5 1
a5 1
INFOFILES+= dir info.info makeinfo.info texi.info texi.info-1 texi.inf-2  
d11 1
a11 1
	install -g ${BINGRP} -o ${BINOWN} -m 444 ${INFOFILES} ${INFODIR}
d13 2
a14 3
clean:
cleandir:
obj:
a16 1

@


1.1.1.1
log
@Import of GNU Info 3.0 in bmake format

@
text
@@
