head	1.4;
access;
symbols
	RELEASE_5_4_0:1.3
	RELEASE_4_11_0:1.3
	RELEASE_5_3_0:1.3
	RELEASE_4_10_0:1.3
	RELEASE_5_2_1:1.3
	RELEASE_5_2_0:1.3
	RELEASE_4_9_0:1.3
	RELEASE_5_1_0:1.3
	RELEASE_4_8_0:1.3
	RELEASE_5_0_0:1.3
	RELEASE_4_7_0:1.3
	RELEASE_4_6_2:1.3
	RELEASE_4_6_1:1.3
	RELEASE_4_6_0:1.3
	RELEASE_5_0_DP1:1.3
	RELEASE_4_5_0:1.3
	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
	v19_2_4_2:1.1.1.1
	CROYLE:1.1.1;
locks; strict;
comment	@# @;


1.4
date	2005.04.20.13.48.17;	author vs;	state dead;
branches;
next	1.3;

1.3
date	2001.12.22.12.19.04;	author kevlo;	state Exp;
branches;
next	1.2;

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

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

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


desc
@@


1.4
log
@- Use MAKE_ARGS & INFO
- Track dependent port

Approved by: yoichi@@
@
text
@--- Makefile.in.orig	Tue Oct 23 19:53:21 2001
+++ Makefile.in	Mon Dec 17 23:28:20 2001
@@@@ -13,7 +13,7 @@@@
 MAKE=make
 SHELL=/bin/sh
 INSTALL_INFO = install-info
-MAKEINFO=makeinfo
+MAKEINFO=makeinfo --no-split
 
 # Where the TeX macros are kept:
 texmacrodir = /usr/local/lib/tex/macros
@@@@ -120,8 +120,7 @@@@
 	fi
 
 install: elisp
-	$(srcdir)/mkinstalldirs $(infodir)
-	cp elisp elisp-* $(infodir)
+	cp elisp $(infodir)
 	${INSTALL_INFO} --info-dir=${infodir} ${infodir}/elisp
 
 installall: install
@


1.3
log
@Update to version 21-2.7a

PR: 33073
Submitted by: AMAKAWA Shuhei <sa264cam.ac.uk@@cam.ac.uk>
@
text
@@


1.2
log
@Upgrade to 20-2.5, and merge all info page to a BIG file.
@
text
@d1 8
a8 3
--- Makefile.in.orig	Sun Aug 30 02:38:17 1998
+++ Makefile.in	Fri Sep 18 22:36:14 1998
@@@@ -47,7 +47,7 @@@@
d10 3
a12 8
 elisp: $(srcs) index.texi
 	rm -f elisp-*
-	makeinfo elisp.texi
+	makeinfo --no-split elisp.texi
 
 elisp.dvi: $(srcs) index.texi
 	# Avoid losing old contents of aux file entirely.
@@@@ -73,8 +73,7 @@@@
d16 1
a16 1
-	./mkinstalldirs $(infodir)
d19 1
a19 1
 	${INSTALL_INFO} --dir-file=${infodir}/dir --info-file=${infodir}/elisp
@


1.1
log
@Initial revision
@
text
@d1 3
a3 3
--- Makefile.orig	Tue Dec 17 06:48:54 1996
+++ Makefile	Mon Apr 27 21:55:29 1998
@@@@ -20,7 +20,7 @@@@
d5 1
a5 14
 # Unless you have a nonstandard Emacs installation, these shouldn't have to 
 # be changed.
-prefix = /usr/local
+prefix = ${PREFIX}
 infodir = ${prefix}/info
 
 # The name of the manual:
@@@@ -53,10 +53,9 @@@@
 # We depend on makeinfo.c rather than makeinfo -- there's no need to rebuild
 # everything just because makeinfo isn't part of the distribution.
 
-elisp: $(srcs) index.texi makeinfo.c
-	$(MAKE) makeinfo
+elisp: $(srcs) index.texi
d7 2
a8 2
-	./makeinfo elisp.texi
+	makeinfo elisp.texi
d10 1
a10 1
 elisp.dvi: $(srcs) index.texi texindex
d12 2
a13 1
@@@@ -82,8 +81,7 @@@@
d16 1
a16 1
 	./mkinstalldirs $(infodir)
d18 2
a19 2
-	@@echo also add the line for elisp to $(infodir)/dir.
+	${BSD_INSTALL_DATA} elisp elisp-* $(infodir)
a21 1
 	install -c texinfo.tex $(texmacrodir)
@


1.1.1.1
log
@Emacs Lisp reference manual

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