]> code.delx.au - gnu-emacs/blob - lispref/makefile.w32-in
0865aa8df5837cc0f288789a761202830b349dca
[gnu-emacs] / lispref / makefile.w32-in
1 # -*- Makefile -*- for the GNU Emacs Lisp Reference Manual.
2
3 # Copyright (C) 2003, 2004
4 # Free Software Foundation, Inc.
5
6 # This file is part of GNU Emacs.
7
8 # GNU Emacs is free software; you can redistribute it and/or modify
9 # it under the terms of the GNU General Public License as published by
10 # the Free Software Foundation; either version 2, or (at your option)
11 # any later version.
12
13 # GNU Emacs is distributed in the hope that it will be useful,
14 # but WITHOUT ANY WARRANTY; without even the implied warranty of
15 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 # GNU General Public License for more details.
17
18 # You should have received a copy of the GNU General Public License
19 # along with GNU Emacs; see the file COPYING. If not, write to
20 # the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
21 # Boston, MA 02111-1307, USA.
22
23 # Standard configure variables.
24 srcdir = .
25
26 infodir = $(srcdir)/../info
27
28 # Redefine `TEX' if `tex' does not invoke plain TeX. For example:
29 # TEX=platex
30 TEX=tex
31 INSTALL_INFO = install-info
32 MAKEINFO = makeinfo --force
33
34 # The environment variable and its value to add $(srcdir) to the path
35 # searched for TeX input files.
36 texinputdir = $(srcdir)\..\nt\envadd.bat "TEXINPUTS=$(srcdir);$(TEXINPUTS)" /C
37
38 # The name of the manual:
39 VERSION=2.9
40 manual = elisp-manual-21-$(VERSION)
41
42 # List of all the texinfo files in the manual:
43
44 srcs = \
45 $(srcdir)/abbrevs.texi \
46 $(srcdir)/advice.texi \
47 $(srcdir)/anti.texi \
48 $(srcdir)/back.texi \
49 $(srcdir)/backups.texi \
50 $(srcdir)/buffers.texi \
51 $(srcdir)/commands.texi \
52 $(srcdir)/compile.texi \
53 $(srcdir)/control.texi \
54 $(srcdir)/customize.texi \
55 $(srcdir)/debugging.texi \
56 $(srcdir)/display.texi \
57 $(srcdir)/edebug.texi \
58 $(srcdir)/elisp.texi \
59 $(srcdir)/errors.texi \
60 $(srcdir)/eval.texi \
61 $(srcdir)/files.texi \
62 $(srcdir)/frames.texi \
63 $(srcdir)/functions.texi \
64 $(srcdir)/hash.texi \
65 $(srcdir)/help.texi \
66 $(srcdir)/hooks.texi \
67 $(srcdir)/internals.texi \
68 $(srcdir)/intro.texi \
69 $(srcdir)/keymaps.texi \
70 $(srcdir)/lists.texi \
71 $(srcdir)/loading.texi \
72 $(srcdir)/locals.texi \
73 $(srcdir)/macros.texi \
74 $(srcdir)/maps.texi \
75 $(srcdir)/markers.texi \
76 $(srcdir)/minibuf.texi \
77 $(srcdir)/modes.texi \
78 $(srcdir)/nonascii.texi \
79 $(srcdir)/numbers.texi \
80 $(srcdir)/objects.texi \
81 $(srcdir)/os.texi \
82 $(srcdir)/positions.texi \
83 $(srcdir)/processes.texi \
84 $(srcdir)/searching.texi \
85 $(srcdir)/sequences.texi \
86 $(srcdir)/streams.texi \
87 $(srcdir)/strings.texi \
88 $(srcdir)/symbols.texi \
89 $(srcdir)/syntax.texi \
90 $(srcdir)/text.texi \
91 $(srcdir)/tips.texi \
92 $(srcdir)/variables.texi \
93 $(srcdir)/windows.texi \
94 $(srcdir)/index.texi \
95 $(srcdir)/gpl.texi \
96 $(srcdir)/doclicense.texi
97
98
99 .PHONY: clean
100
101 # The info file is named `elisp'.
102 info: $(infodir)/elisp
103 $(INSTALL_INFO) --info-dir=$(infodir) $(infodir)/elisp
104
105 $(infodir)/elisp: $(srcs)
106 $(MAKEINFO) -I. -I$(srcdir) -o $(infodir)/elisp $(srcdir)/elisp.texi
107
108 elisp.dvi: $(srcs)
109 $(texinputdir) $(TEX) $(srcdir)/elisp.texi
110
111 clean:
112 - $(DEL) *.toc *.aux *.log *.cp *.cps *.fn *.fns *.tp *.tps \
113 *.vr *.vrs *.pg *.pgs *.ky *.kys
114 - $(DEL) make.out core
115 - $(DEL) $(infodir)/elisp*
116
117 distclean: clean
118
119 maintainer-clean: clean
120 - $(DEL) elisp elisp-* elisp.dvi elisp.oaux