head	1.14;
access;
symbols
	RELENG_3_5_0_RELEASE:1.13.2.1
	RELENG_3_4_0_RELEASE:1.13.2.1
	RELENG_3_3_0_RELEASE:1.13.2.1
	RELENG_3_2_PAO:1.13.0.4
	RELENG_3_2_PAO_BP:1.13
	RELENG_3_2_0_RELEASE:1.13
	RELENG_3_1_0_RELEASE:1.13
	RELENG_3:1.13.0.2
	RELENG_3_BP:1.13
	RELENG_2_2_8_RELEASE:1.7.6.1
	RELENG_3_0_0_RELEASE:1.13
	RELENG_2_2_7_RELEASE:1.7.6.1
	RELENG_2_2_6_RELEASE:1.7.6.1
	RELENG_2_2_5_RELEASE:1.7.6.1
	RELENG_2_2_2_RELEASE:1.7.6.1
	RELENG_2_2_1_RELEASE:1.7
	RELENG_2_2_0_RELEASE:1.7
	RELENG_2_1_7_RELEASE:1.7
	RELENG_2_1_6_1_RELEASE:1.7
	RELENG_2_1_6_RELEASE:1.7
	RELENG_2_2:1.7.0.6
	RELENG_2_2_BP:1.7
	RELENG_2_1_5_RELEASE:1.7
	RELENG_2_1_0_RELEASE:1.7
	RELENG_2_1_0:1.7.0.4
	RELENG_2_1_0_BP:1.7
	RELENG_2_0_5_RELEASE:1.7
	RELENG_2_0_5:1.7.0.2
	RELENG_2_0_5_BP:1.7
	RELENG_2_0_5_ALPHA:1.7
	RELEASE_2_0:1.2
	BETA_2_0:1.2
	ALPHA_2_0:1.2.0.2
	MOVED_NEWCVS:1.2
	FINAL_1_1_5:1.2
	ALPHA_1_1_5:1.2
	readline_1_1:1.1.1.1
	gnu:1.1.1;
locks; strict;
comment	@# @;


1.14
date	99.05.28.04.25.58;	author ache;	state dead;
branches;
next	1.13;

1.13
date	97.02.22.15.43.05;	author peter;	state Exp;
branches
	1.13.2.1;
next	1.12;

1.12
date	97.01.14.05.47.26;	author jkh;	state Exp;
branches;
next	1.11;

1.11
date	97.01.12.08.10.52;	author peter;	state Exp;
branches;
next	1.10;

1.10
date	97.01.11.03.07.52;	author jmacd;	state Exp;
branches;
next	1.9;

1.9
date	97.01.06.19.27.17;	author ache;	state Exp;
branches;
next	1.8;

1.8
date	97.01.05.16.19.35;	author ache;	state Exp;
branches;
next	1.7;

1.7
date	95.01.07.16.42.39;	author ache;	state Exp;
branches
	1.7.6.1;
next	1.6;

1.6
date	95.01.07.01.08.54;	author ache;	state Exp;
branches;
next	1.5;

1.5
date	95.01.04.22.19.34;	author ache;	state Exp;
branches;
next	1.4;

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

1.3
date	94.12.06.03.16.17;	author ache;	state Exp;
branches;
next	1.2;

1.2
date	94.05.09.23.24.25;	author ache;	state Exp;
branches;
next	1.1;

1.1
date	94.05.09.15.59.08;	author ache;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	94.05.09.15.59.09;	author ache;	state Exp;
branches;
next	;

1.7.6.1
date	97.04.11.16.43.15;	author asami;	state Exp;
branches;
next	1.7.6.2;

1.7.6.2
date	99.09.05.11.05.20;	author peter;	state Exp;
branches;
next	;

1.13.2.1
date	99.08.18.19.15.45;	author obrien;	state dead;
branches;
next	;


desc
@@


1.14
log
@upgrade to 4.0
@
text
@# $Id: Makefile,v 1.13 1997/02/22 15:43:05 peter Exp $

SUBDIR = history readline

.include <bsd.subdir.mk>
@


1.13
log
@Revert $FreeBSD$ to $Id$
@
text
@d1 1
a1 1
# $Id$
@


1.13.2.1
log
@MFC: upgrade to readline-4.0.
@
text
@d1 1
a1 1
# $Id: Makefile,v 1.13 1997/02/22 15:43:05 peter Exp $
@


1.12
log
@Make the long-awaited change from $Id$ to $FreeBSD$

This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.

Boy, I'm glad we're not using sup anymore.  This update would have been
insane otherwise.
@
text
@d1 1
a1 1
# $FreeBSD$
@


1.11
log
@Patch up the readline info building.  This one is a bit of a problem
since the source name is not the same as the texinfo name so we have to
use SRCS=.  This means we can't build two info sets in the same directory
so I've split it.
@
text
@d1 1
a1 1
# $Id$
@


1.10
log
@Add the missing annotations.
@
text
@d1 1
a1 1
INFO = history readline
d3 1
a3 3
INFOSECTION= "Programming & development tools."
INFOENTRY_readline= "* Readline: (readline).		The GNU Readline library"
INFOENTRY_history= "* History: (history).		The GNU History library."
d5 1
a5 6


history.info: hstech.texinfo hsuser.texinfo
readline.info: rltech.texinfo rluser.texinfo

.include <bsd.info.mk>
@


1.9
log
@Add -f to ln
@
text
@d1 1
a1 1
#       $Id: Makefile,v 1.8 1997/01/05 16:19:35 ache Exp $
d3 3
a5 1
SRCDIR= ${.CURDIR}/../../../../contrib/libreadline/doc
a6 1
INFO= history readline
a7 1
CLEANFILES= hist.info rlman.info
d9 2
a10 8
hist.info: hstech.texinfo hsuser.texinfo
rlman.info: rltech.texinfo rluser.texinfo

history.info: hist.info
	ln -f $> $@@

readline.info: rlman.info
	ln -f $> $@@
@


1.8
log
@Use contrib version now
@
text
@d1 1
a1 1
#       $Id: Makefile,v 1.23 1996/08/30 18:33:31 ache Exp $
d13 1
a13 1
	ln $> $@@
d16 1
a16 1
	ln $> $@@
@


1.7
log
@Back out prev fix, now fixed in bsd.info.mk
@
text
@d1 1
a1 1
INFO = history readline
d3 14
a16 2
history.info: hstech.texinfo hsuser.texinfo
readline.info: rltech.texinfo rluser.texinfo
@


1.7.6.1
log
@Bring in latest libreadline from -current.  Note src/contrib/libreadline
is already tagged into RELENG_2_2.
@
text
@d1 1
a1 1
# $Id$
d3 2
a4 1
SUBDIR = history readline
d6 1
a6 1
.include <bsd.subdir.mk>
@


1.7.6.2
log
@$Id$ -> $FreeBSD$
@
text
@d1 1
a1 1
# $FreeBSD$
@


1.6
log
@Fix "make" vs "make all"
@
text
@a2 2
.include <bsd.info.mk>

d5 2
@


1.5
log
@Add dependances
@
text
@d3 2
a6 2

.include <bsd.info.mk>
@


1.4
log
@Install infopages
@
text
@d3 3
@


1.3
log
@Upgrade to version 2.0
@
text
@d1 1
a1 2
# This makefile for History library documentation is in -*- text -*- mode.
# Emacs likes it that way.
d3 1
a3 22
INFOBJ = readline.info history.info

all: info

readline.info: rlman.texinfo rluser.texinfo rltech.texinfo
	makeinfo rlman.texinfo

history.info: hist.texinfo hsuser.texinfo hstech.texinfo
	makeinfo hist.texinfo

info:	$(INFOOBJ)

clean:
	rm -f *.aux *.cp *.fn *.ky *.log *.pg *.toc *.tp *.vr *.cps *.pgs \
	      *.fns *.kys *.tps *.vrs *.o core

squeaky-clean:
	rm -f *.aux *.cp *.fn *.ky *.log *.pg *.toc *.tp *.vr *.cps *.pgs \
	      *.info *.info-* *.fns *.kys *.tps *.vrs *.o core

distclean: clean
realclean: clean
@


1.2
log
@Merged with new readline 2.0 from bash
@
text
@d4 1
a4 2
DOC_SUPPORT = ../../doc-support/
TEXINDEX    = $(DOC_SUPPORT)/texindex
d6 4
a9 11
TEX    = tex
DVIOBJ = history.dvi
INFOBJ = history.info

all: $(DVIOBJ) $(INFOBJ)

history.dvi: hist.texinfo hsuser.texinfo hstech.texinfo
	$(TEX) hist.texinfo
	$(TEXINDEX) hist.??
	$(TEX) hist.texinfo
	mv hist.dvi history.dvi
d14 1
a14 5
./texinfo.tex: $(DOC_SUPPORT)texinfo.tex
	ln -s $(DOC_SUPPORT)texinfo.tex .

$(TEXINDEX):
	(cd $(DOC_SUPPORT); $(MAKE) $(MFLAGS) CFLAGS='$(CFLAGS)' texindex)
d18 1
a18 1
	      *.fns *.kys *.tps *.vrs *.o core texinfo.tex
d22 4
a25 1
	      *.dvi *.info *.info-* *.fns *.kys *.tps *.vrs *.o core
@


1.1
log
@Initial revision
@
text
@d1 1
a1 1
# This makefile for Readline library documentation is in -*- text -*- mode.
d4 6
a9 2
DVIOBJ = readline.dvi history.dvi
INFOBJ = readline.info history.info
a12 5
readline.dvi: rlman.texinfo rluser.texinfo rltech.texinfo
	tex rlman.texinfo
	tex rlman.texinfo
	mv rlman.dvi readline.dvi

d14 3
a16 2
	tex hist.texinfo
	tex hist.texinfo
a18 3
readline.info: rlman.texinfo rluser.texinfo rltech.texinfo
	makeinfo rlman.texinfo

d22 6
d29 2
a30 1
	rm -f *.log *.cp *.ky *.tp *.vr *.fn *.aux *.pg *.toc core
d33 2
a34 2
	rm -f *.log *.cp *.ky *.tp *.vr *.fn *.aux *.pg *.toc core *.dvi *.~* *.info

@


1.1.1.1
log
@Port readline lib into gnu system tree.
Really we don't need copy of this library into each program
(gdb f.e.)

P.S. it is much cleaner port than /usr/ports version and based
on /usr/ports version. /usr/ports version will be removed.
@
text
@@
