head	1.4;
access;
symbols
	RELEASE_5_0_DP1:1.2
	RELEASE_4_5_0:1.2
	RELEASE_4_4_0:1.2
	RELEASE_4_3_0:1.2
	RELEASE_4_2_0:1.2
	RELEASE_4_1_1:1.2
	RELEASE_4_1_0:1.2
	RELEASE_3_5_0:1.2
	RELEASE_4_0_0:1.2
	RELEASE_3_4_0:1.2
	RELEASE_3_3_0:1.2
	RELEASE_3_2_0:1.2
	RELEASE_3_1_0:1.2
	RELEASE_2_2_8:1.2
	RELEASE_3_0_0:1.2
	RELEASE_2_2_7:1.1.1.1
	v1_05:1.1.1.1
	CROYLE:1.1.1;
locks; strict;
comment	@# @;


1.4
date	2002.05.11.09.15.48;	author mita;	state dead;
branches;
next	1.3;

1.3
date	2002.05.11.09.13.25;	author mita;	state Exp;
branches;
next	1.2;

1.2
date	98.09.18.22.28.04;	author vanilla;	state Exp;
branches;
next	1.1;

1.1
date	98.04.27.14.49.55;	author kuriyama;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	98.04.27.14.49.55;	author kuriyama;	state Exp;
branches;
next	;


desc
@@


1.4
log
@Removed unnecessary file.
@
text
@@


1.3
log
@- Updated to version 2.04 after approval of maintainer.
- Changed maintainer to ports@@FreeBSD.org after the request from
  current maintainer.

PR:		ports/34077
Submitted by:	Shuhei AMAKAWA <sa264@@cam.ac.uk>
Approved by:	Don Croyle <croyle@@gelemna.org>
@
text
@@


1.2
log
@Merge all info page to a BIG file.
@
text
@a0 14
--- Makefile.orig	Sat Sep 19 06:12:34 1998
+++ Makefile	Sat Sep 19 06:21:14 1998
@@@@ -0,0 +1,11 @@@@
+all: emacs-lisp-intro.info
+
+emacs-lisp-intro.info:
+	makeinfo --no-split emacs-lisp-intro.texi
+
+install: all
+	${BSD_INSTALL_DATA} emacs-lisp-intro.info ${PREFIX}/info/
+	install-info ${PREFIX}/info/emacs-lisp-intro.info ${PREFIX}/info/dir
+
+clean:
+	rm -f emacs-lisp-intro.info
@


1.1
log
@Initial revision
@
text
@d1 2
a2 2
--- Makefile.orig	Mon Apr 27 22:06:20 1998
+++ Makefile	Mon Apr 27 22:07:26 1998
d7 1
a7 1
+	makeinfo emacs-lisp-intro.texi
d10 2
a11 2
+	${BSD_INSTALL_DATA} emacs-lisp-intro.info \
+		emacs-lisp-intro.info-* ${PREFIX}/info/
d14 1
a14 1
+	rm -f emacs-lisp-intro.info emacs-lisp-intro.info-*
@


1.1.1.1
log
@An introduction to Emacs Lisp programming

Submitted by:	Don Croyle <croyle@@gelemna.ft-wayne.in.us>
PR:		ports/5087
@
text
@@
