annotate man/lispref/Makefile @ 298:70ad99077275 r21-0b47

Import from CVS: tag r21-0b47
author cvs
date Mon, 13 Aug 2007 10:39:40 +0200
parents f53b5ca2e663
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
1 # Makefile for the XEmacs Lisp Programmer's Manual.
8
4b173ad71786 Import from CVS: tag r19-15b5
cvs
parents: 0
diff changeset
2
4b173ad71786 Import from CVS: tag r19-15b5
cvs
parents: 0
diff changeset
3 # This file is part of XEmacs.
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
4
8
4b173ad71786 Import from CVS: tag r19-15b5
cvs
parents: 0
diff changeset
5 # XEmacs is free software; you can redistribute it and/or modify it
4b173ad71786 Import from CVS: tag r19-15b5
cvs
parents: 0
diff changeset
6 # under the terms of the GNU General Public License as published by the
4b173ad71786 Import from CVS: tag r19-15b5
cvs
parents: 0
diff changeset
7 # Free Software Foundation; either version 2, or (at your option) any
4b173ad71786 Import from CVS: tag r19-15b5
cvs
parents: 0
diff changeset
8 # later version.
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
9
8
4b173ad71786 Import from CVS: tag r19-15b5
cvs
parents: 0
diff changeset
10 # XEmacs is distributed in the hope that it will be useful, but WITHOUT
4b173ad71786 Import from CVS: tag r19-15b5
cvs
parents: 0
diff changeset
11 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
4b173ad71786 Import from CVS: tag r19-15b5
cvs
parents: 0
diff changeset
12 # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
4b173ad71786 Import from CVS: tag r19-15b5
cvs
parents: 0
diff changeset
13 # for more details.
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
14
8
4b173ad71786 Import from CVS: tag r19-15b5
cvs
parents: 0
diff changeset
15 # You should have received a copy of the GNU General Public License
4b173ad71786 Import from CVS: tag r19-15b5
cvs
parents: 0
diff changeset
16 # along with XEmacs; see the file COPYING. If not, write to
4b173ad71786 Import from CVS: tag r19-15b5
cvs
parents: 0
diff changeset
17 # the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
4b173ad71786 Import from CVS: tag r19-15b5
cvs
parents: 0
diff changeset
18 # Boston, MA 02111-1307, USA.
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
19
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
20 VERSION=2.4
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
21 NAME=lispref
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
22 manual = elisp-manual-19-$(VERSION)
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
23
8
4b173ad71786 Import from CVS: tag r19-15b5
cvs
parents: 0
diff changeset
24 TEXI2DVI = texi2dvi
193
f53b5ca2e663 Import from CVS: tag r20-3b23
cvs
parents: 173
diff changeset
25 MAKEINFO = makeinfo
8
4b173ad71786 Import from CVS: tag r19-15b5
cvs
parents: 0
diff changeset
26
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
27 # Uncomment this line for permuted index.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
28 # permuted_index = 1
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
29
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
30 # List of all the texinfo files in the manual:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
31
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
32 srcs = abbrevs.texi annotations.texi back.texi backups.texi buffers.texi \
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
33 building.texi commands.texi compile.texi consoles-devices.texi control.texi \
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
34 databases.texi debugging.texi dialog.texi display.texi edebug-inc.texi \
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
35 edebug.texi errors.texi eval.texi extents.texi faces.texi files.texi \
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
36 frames.texi functions.texi glyphs.texi hash-tables.texi help.texi \
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
37 hooks.texi index.texi internationalization.texi intro.texi \
298
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 193
diff changeset
38 keymaps.texi ldap.texi lispref.texi lists.texi loading.texi locals.texi \
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 193
diff changeset
39 macros.texi maps.texi markers.texi menus.texi minibuf.texi modes.texi \
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 193
diff changeset
40 mouse.texi mule.texi numbers.texi objects.texi os.texi positions.texi \
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 193
diff changeset
41 processes.texi range-tables.texi scrollbars.texi searching.texi \
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 193
diff changeset
42 sequences.texi specifiers.texi streams.texi strings.texi symbols.texi \
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 193
diff changeset
43 syntax.texi text.texi tips.texi toolbar.texi tooltalk.texi variables.texi \
70ad99077275 Import from CVS: tag r21-0b47
cvs
parents: 193
diff changeset
44 windows.texi x-windows.texi index.unperm index.perm
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
45
8
4b173ad71786 Import from CVS: tag r19-15b5
cvs
parents: 0
diff changeset
46 all : info
4b173ad71786 Import from CVS: tag r19-15b5
cvs
parents: 0
diff changeset
47 info : ../../info/$(NAME).info
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
48
8
4b173ad71786 Import from CVS: tag r19-15b5
cvs
parents: 0
diff changeset
49 ../../info/$(NAME).info: $(srcs) index.texi
193
f53b5ca2e663 Import from CVS: tag r20-3b23
cvs
parents: 173
diff changeset
50 $(MAKEINFO) -o $@ $(NAME).texi
8
4b173ad71786 Import from CVS: tag r19-15b5
cvs
parents: 0
diff changeset
51
4b173ad71786 Import from CVS: tag r19-15b5
cvs
parents: 0
diff changeset
52 dvi: $(NAME).dvi
4b173ad71786 Import from CVS: tag r19-15b5
cvs
parents: 0
diff changeset
53
4b173ad71786 Import from CVS: tag r19-15b5
cvs
parents: 0
diff changeset
54 $(NAME).dvi: $(srcs) index.texi
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
55 # Avoid losing old contents of aux file entirely.
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
56 -mv $(NAME).aux $(NAME).oaux
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
57 # First shot to define xrefs:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
58 $(TEX) $(NAME).texi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
59 if [ a${permuted_index} != a ]; \
8
4b173ad71786 Import from CVS: tag r19-15b5
cvs
parents: 0
diff changeset
60 then ./permute-index && mv permuted.fns $(NAME).fns; \
4b173ad71786 Import from CVS: tag r19-15b5
cvs
parents: 0
diff changeset
61 else texindex $(NAME).??; \
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
62 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
63 $(TEX) $(NAME).texi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
64
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
65 index.texi:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
66 if [ a${permuted_index} != a ]; \
8
4b173ad71786 Import from CVS: tag r19-15b5
cvs
parents: 0
diff changeset
67 then ln -s index.perm index.texi; \
4b173ad71786 Import from CVS: tag r19-15b5
cvs
parents: 0
diff changeset
68 else ln -s index.unperm index.texi; \
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
69 fi
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
70
173
8eaf7971accc Import from CVS: tag r20-3b13
cvs
parents: 8
diff changeset
71 .PHONY: mostlyclean clean distclean realclean extraclean
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
72 mostlyclean:
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
73 rm -f *.toc *.aux *.log *.cp *.cps *.fn *.fns *.tp *.tps \
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
74 *.vr *.vrs *.pg *.pgs *.ky *.kys
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
75 clean: mostlyclean
8
4b173ad71786 Import from CVS: tag r19-15b5
cvs
parents: 0
diff changeset
76 rm -f *.dvi *.ps make.out core index.texi
0
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
77 distclean: clean
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
78 realclean: distclean
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
79 extraclean: distclean
376386a54a3c Import from CVS: tag r19-14
cvs
parents:
diff changeset
80 -rm -f *~ \#*