2001-09-04 09:34:40 +00:00
|
|
|
# Makefile for the GNU Emacs Lisp Reference Manual.
|
2001-11-10 13:57:42 +00:00
|
|
|
|
|
|
|
# Copyright (C) 1990,1991,1992,1993,1994,1995,1996,1998,1999,2000,2001
|
|
|
|
# Free Software Foundation, Inc.
|
|
|
|
|
|
|
|
# This file is part of GNU Emacs.
|
|
|
|
|
|
|
|
# GNU Emacs is free software; you can redistribute it and/or modify
|
|
|
|
# it under the terms of the GNU General Public License as published by
|
|
|
|
# the Free Software Foundation; either version 2, or (at your option)
|
|
|
|
# any later version.
|
|
|
|
|
|
|
|
# GNU Emacs is distributed in the hope that it will be useful,
|
|
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
# GNU General Public License for more details.
|
|
|
|
|
|
|
|
# You should have received a copy of the GNU General Public License
|
|
|
|
# along with GNU Emacs; see the file COPYING. If not, write to
|
|
|
|
# the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
|
|
|
# Boston, MA 02111-1307, USA.
|
1994-03-28 20:21:44 +00:00
|
|
|
|
2001-09-04 09:34:40 +00:00
|
|
|
# Standard configure variables.
|
|
|
|
srcdir = @srcdir@
|
1994-03-28 20:21:44 +00:00
|
|
|
|
2001-11-10 13:57:42 +00:00
|
|
|
# Tell make where to find source files; this is needed for the makefiles.
|
|
|
|
VPATH=@srcdir@
|
|
|
|
|
2001-11-16 12:42:29 +00:00
|
|
|
infodir = $(srcdir)/../info
|
2001-11-10 13:57:42 +00:00
|
|
|
|
2001-09-04 09:34:40 +00:00
|
|
|
# Redefine `TEX' if `tex' does not invoke plain TeX. For example:
|
|
|
|
# TEX=platex
|
1994-03-28 20:21:44 +00:00
|
|
|
TEX=tex
|
1998-04-18 16:24:14 +00:00
|
|
|
SHELL=/bin/sh
|
1998-06-13 01:29:43 +00:00
|
|
|
INSTALL_INFO = install-info
|
1999-12-03 18:35:56 +00:00
|
|
|
MAKEINFO=makeinfo
|
1994-03-28 20:21:44 +00:00
|
|
|
|
2001-09-04 09:34:40 +00:00
|
|
|
# The environment variable and its value to add $(srcdir) to the path
|
|
|
|
# searched for TeX input files.
|
2001-11-10 13:57:42 +00:00
|
|
|
texinputdir = TEXINPUTS=$(srcdir):"$(TEXINPUTS)"
|
1994-03-28 20:21:44 +00:00
|
|
|
|
|
|
|
# The name of the manual:
|
2002-01-18 10:17:27 +00:00
|
|
|
VERSION=2.9
|
2001-10-17 10:45:24 +00:00
|
|
|
manual = elisp-manual-21-$(VERSION)
|
1994-03-28 20:21:44 +00:00
|
|
|
|
|
|
|
# Uncomment this line for permuted index.
|
|
|
|
# permuted_index = 1
|
|
|
|
|
|
|
|
# List of all the texinfo files in the manual:
|
|
|
|
|
2001-09-04 09:34:40 +00:00
|
|
|
srcs = \
|
|
|
|
$(srcdir)/abbrevs.texi \
|
|
|
|
$(srcdir)/advice.texi \
|
|
|
|
$(srcdir)/anti.texi \
|
|
|
|
$(srcdir)/back.texi \
|
|
|
|
$(srcdir)/backups.texi \
|
|
|
|
$(srcdir)/buffers.texi \
|
|
|
|
$(srcdir)/calendar.texi \
|
|
|
|
$(srcdir)/commands.texi \
|
|
|
|
$(srcdir)/compile.texi \
|
|
|
|
$(srcdir)/control.texi \
|
|
|
|
$(srcdir)/customize.texi \
|
|
|
|
$(srcdir)/debugging.texi \
|
|
|
|
$(srcdir)/display.texi \
|
|
|
|
$(srcdir)/edebug.texi \
|
|
|
|
$(srcdir)/elisp.texi \
|
|
|
|
$(srcdir)/errors.texi \
|
|
|
|
$(srcdir)/eval.texi \
|
|
|
|
$(srcdir)/files.texi \
|
|
|
|
$(srcdir)/frames.texi \
|
|
|
|
$(srcdir)/functions.texi \
|
|
|
|
$(srcdir)/hash.texi \
|
|
|
|
$(srcdir)/help.texi \
|
|
|
|
$(srcdir)/hooks.texi \
|
|
|
|
$(srcdir)/internals.texi \
|
|
|
|
$(srcdir)/intro.texi \
|
|
|
|
$(srcdir)/keymaps.texi \
|
|
|
|
$(srcdir)/lists.texi \
|
|
|
|
$(srcdir)/loading.texi \
|
|
|
|
$(srcdir)/locals.texi \
|
|
|
|
$(srcdir)/macros.texi \
|
|
|
|
$(srcdir)/maps.texi \
|
|
|
|
$(srcdir)/markers.texi \
|
|
|
|
$(srcdir)/minibuf.texi \
|
|
|
|
$(srcdir)/modes.texi \
|
|
|
|
$(srcdir)/nonascii.texi \
|
|
|
|
$(srcdir)/numbers.texi \
|
|
|
|
$(srcdir)/objects.texi \
|
|
|
|
$(srcdir)/os.texi \
|
|
|
|
$(srcdir)/positions.texi \
|
|
|
|
$(srcdir)/processes.texi \
|
|
|
|
$(srcdir)/searching.texi \
|
|
|
|
$(srcdir)/sequences.texi \
|
|
|
|
$(srcdir)/streams.texi \
|
|
|
|
$(srcdir)/strings.texi \
|
|
|
|
$(srcdir)/symbols.texi \
|
|
|
|
$(srcdir)/syntax.texi \
|
|
|
|
$(srcdir)/text.texi \
|
|
|
|
$(srcdir)/tips.texi \
|
|
|
|
$(srcdir)/variables.texi \
|
|
|
|
$(srcdir)/windows.texi \
|
|
|
|
$(srcdir)/index.unperm \
|
2001-10-23 18:55:49 +00:00
|
|
|
$(srcdir)/index.perm \
|
|
|
|
$(srcdir)/gpl.texi \
|
|
|
|
$(srcdir)/doclicense.texi
|
|
|
|
|
2001-09-04 09:34:40 +00:00
|
|
|
|
|
|
|
.PHONY: clean
|
1994-03-28 20:21:44 +00:00
|
|
|
|
1996-04-03 20:25:24 +00:00
|
|
|
# The info file is named `elisp'.
|
2001-11-10 14:18:46 +00:00
|
|
|
info: $(infodir)/elisp
|
1996-04-03 20:25:24 +00:00
|
|
|
|
2001-11-10 13:57:42 +00:00
|
|
|
$(infodir)/elisp: $(srcs) index.texi
|
2001-11-16 12:42:29 +00:00
|
|
|
$(MAKEINFO) -I. -I$(srcdir) $(srcdir)/elisp.texi -o $(infodir)/elisp
|
1996-04-03 20:25:24 +00:00
|
|
|
|
1998-05-03 02:05:54 +00:00
|
|
|
elisp.dvi: $(srcs) index.texi
|
1994-03-28 20:21:44 +00:00
|
|
|
# Avoid losing old contents of aux file entirely.
|
|
|
|
-mv elisp.aux elisp.oaux
|
2001-09-04 09:34:40 +00:00
|
|
|
# First shot to define xrefs.
|
|
|
|
$(texinputdir) $(TEX) $(srcdir)/elisp.texi
|
1994-03-28 20:21:44 +00:00
|
|
|
if [ a${permuted_index} != a ]; \
|
|
|
|
then \
|
2001-09-04 09:34:40 +00:00
|
|
|
$(srcdir)/permute-index; \
|
1998-05-10 01:43:32 +00:00
|
|
|
mv permuted.fns elisp.fns; \
|
1998-05-03 02:05:54 +00:00
|
|
|
texindex elisp.tp; \
|
1994-03-28 20:21:44 +00:00
|
|
|
else \
|
1998-05-03 02:05:54 +00:00
|
|
|
texindex elisp.??; \
|
1994-03-28 20:21:44 +00:00
|
|
|
fi
|
2001-09-04 09:34:40 +00:00
|
|
|
$(texinputdir) $(TEX) $(srcdir)/elisp.texi
|
1994-03-28 20:21:44 +00:00
|
|
|
|
|
|
|
index.texi:
|
|
|
|
if [ a${permuted_index} != a ]; \
|
|
|
|
then \
|
2001-11-16 12:42:29 +00:00
|
|
|
ln -s $(srcdir)/index.perm index.texi || ln $(srcdir)/index.perm index.texi || cp $(srcdir)/index.perm index.texi; \
|
1994-03-28 20:21:44 +00:00
|
|
|
else \
|
2001-11-16 12:42:29 +00:00
|
|
|
ln -s $(srcdir)/index.unperm index.texi || ln $(srcdir)/index.unperm index.texi || cp $(srcdir)/index.unperm index.texi; \
|
1994-03-28 20:21:44 +00:00
|
|
|
fi
|
|
|
|
|
1996-04-03 20:25:24 +00:00
|
|
|
install: elisp
|
2001-09-04 09:34:40 +00:00
|
|
|
$(srcdir)/mkinstalldirs $(infodir)
|
1996-04-03 20:25:24 +00:00
|
|
|
cp elisp elisp-* $(infodir)
|
2001-05-07 14:21:25 +00:00
|
|
|
${INSTALL_INFO} --info-dir=${infodir} ${infodir}/elisp
|
1994-03-28 20:21:44 +00:00
|
|
|
|
|
|
|
clean:
|
|
|
|
rm -f *.toc *.aux *.log *.cp *.cps *.fn *.fns *.tp *.tps \
|
|
|
|
*.vr *.vrs *.pg *.pgs *.ky *.kys
|
|
|
|
rm -f make.out core
|
1998-04-18 16:24:14 +00:00
|
|
|
rm -f index.texi
|
1994-03-28 20:21:44 +00:00
|
|
|
|
2001-11-10 18:28:07 +00:00
|
|
|
distclean: clean
|
|
|
|
|
1995-06-19 18:35:57 +00:00
|
|
|
maintainer-clean: clean
|
2001-09-04 09:34:40 +00:00
|
|
|
rm -f elisp elisp-* elisp.dvi elisp.oaux
|
1995-06-07 21:06:17 +00:00
|
|
|
|
2001-09-04 09:34:40 +00:00
|
|
|
dist: elisp elisp.dvi
|
1998-04-18 16:24:14 +00:00
|
|
|
-rm -rf temp
|
1994-03-28 20:21:44 +00:00
|
|
|
-mkdir temp
|
|
|
|
-mkdir temp/$(manual)
|
2001-09-04 09:34:40 +00:00
|
|
|
-ln $(srcdir)/README $(srcdir)/configure.in $(srcdir)/configure \
|
|
|
|
$(srcdir)/Makefile.in $(srcdir)/permute-index $(srcs) \
|
|
|
|
$(srcdir)/../man/texinfo.tex \
|
|
|
|
elisp.dvi elisp.aux elisp.??s elisp elisp-[0-9] elisp-[0-9][0-9] \
|
1998-08-29 19:59:33 +00:00
|
|
|
temp/$(manual)
|
1998-04-18 16:24:14 +00:00
|
|
|
-(cd temp/$(manual); rm -f mkinstalldirs)
|
2001-09-04 09:34:40 +00:00
|
|
|
cp $(srcdir)/mkinstalldirs temp/$(manual)
|
1994-03-28 20:21:44 +00:00
|
|
|
(cd temp/$(manual); rm -f *~)
|
|
|
|
(cd temp; tar chf - $(manual)) | gzip > $(manual).tar.gz
|
|
|
|
-rm -rf temp
|