Mercurial > emacs
annotate doc/lispref/makefile.w32-in @ 111524:d65a4bd9b059
Document count-words-region.
* doc/emacs/basic.texi (Position Info): Add M-x count-words-region.
* doc/lispintro/emacs-lisp-intro.texi: Rename the `count-words-region' example,
since there is now a standard command of that name.
* etc/NEWS: Mention it.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Fri, 12 Nov 2010 19:48:16 -0800 |
parents | b803c876a460 |
children | 417b1e4d63cd |
rev | line source |
---|---|
84084 | 1 # -*- Makefile -*- for the GNU Emacs Lisp Reference Manual. |
2 | |
106815 | 3 # Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 |
87649 | 4 # Free Software Foundation, Inc. |
84084 | 5 |
6 # This file is part of GNU Emacs. | |
7 | |
95035
fde6f792a832
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
91600
diff
changeset
|
8 # GNU Emacs is free software: you can redistribute it and/or modify |
84084 | 9 # it under the terms of the GNU General Public License as published by |
95035
fde6f792a832
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
91600
diff
changeset
|
10 # the Free Software Foundation, either version 3 of the License, or |
fde6f792a832
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
91600
diff
changeset
|
11 # (at your option) any later version. |
84084 | 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 | |
95035
fde6f792a832
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
91600
diff
changeset
|
19 # along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. |
fde6f792a832
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
91600
diff
changeset
|
20 |
84084 | 21 |
22 # Standard configure variables. | |
23 srcdir = . | |
24 | |
84115
bf7b75608f40
(infodir, texinputdir): Go up one more level.
Glenn Morris <rgm@gnu.org>
parents:
84084
diff
changeset
|
25 infodir = $(srcdir)/../../info |
bf7b75608f40
(infodir, texinputdir): Go up one more level.
Glenn Morris <rgm@gnu.org>
parents:
84084
diff
changeset
|
26 usermanualdir = $(srcdir)/../emacs |
84084 | 27 |
110895
b803c876a460
Fix building manuals on MS-Windows using emacsver.texi.
Eli Zaretskii <eliz@gnu.org>
parents:
106815
diff
changeset
|
28 # Directory with emacsver.texi. |
b803c876a460
Fix building manuals on MS-Windows using emacsver.texi.
Eli Zaretskii <eliz@gnu.org>
parents:
106815
diff
changeset
|
29 emacsdir = $(srcdir)/../emacs |
b803c876a460
Fix building manuals on MS-Windows using emacsver.texi.
Eli Zaretskii <eliz@gnu.org>
parents:
106815
diff
changeset
|
30 |
84084 | 31 # Redefine `TEX' if `tex' does not invoke plain TeX. For example: |
32 # TEX=platex | |
33 TEX=tex | |
34 INSTALL_INFO = install-info | |
35 MAKEINFO = makeinfo --force | |
36 | |
37 # The environment variable and its value to add $(srcdir) to the path | |
38 # searched for TeX input files. | |
84115
bf7b75608f40
(infodir, texinputdir): Go up one more level.
Glenn Morris <rgm@gnu.org>
parents:
84084
diff
changeset
|
39 texinputdir = $(srcdir)\..\..\nt\envadd.bat "TEXINPUTS=$(srcdir);$(TEXINPUTS)" /C |
84084 | 40 |
41 # The name of the manual: | |
42 VERSION=2.9 | |
95950
458bb3147a5c
(manual): Use "23" rather than "21".
Glenn Morris <rgm@gnu.org>
parents:
95035
diff
changeset
|
43 ## FIXME can this be set by configure, as per Makefile.in? |
458bb3147a5c
(manual): Use "23" rather than "21".
Glenn Morris <rgm@gnu.org>
parents:
95035
diff
changeset
|
44 manual = elisp-manual-23-$(VERSION) |
84084 | 45 |
46 # List of all the texinfo files in the manual: | |
47 | |
48 srcs = \ | |
110895
b803c876a460
Fix building manuals on MS-Windows using emacsver.texi.
Eli Zaretskii <eliz@gnu.org>
parents:
106815
diff
changeset
|
49 $(emacsdir)/emacsver.texi \ |
84084 | 50 $(srcdir)/abbrevs.texi \ |
51 $(srcdir)/advice.texi \ | |
52 $(srcdir)/anti.texi \ | |
53 $(srcdir)/back.texi \ | |
54 $(srcdir)/backups.texi \ | |
55 $(srcdir)/buffers.texi \ | |
56 $(srcdir)/commands.texi \ | |
57 $(srcdir)/compile.texi \ | |
58 $(srcdir)/control.texi \ | |
59 $(srcdir)/customize.texi \ | |
60 $(srcdir)/debugging.texi \ | |
61 $(srcdir)/display.texi \ | |
62 $(srcdir)/edebug.texi \ | |
63 $(srcdir)/elisp.texi \ | |
64 $(srcdir)/errors.texi \ | |
65 $(srcdir)/eval.texi \ | |
66 $(srcdir)/files.texi \ | |
67 $(srcdir)/frames.texi \ | |
68 $(srcdir)/functions.texi \ | |
69 $(srcdir)/hash.texi \ | |
70 $(srcdir)/help.texi \ | |
71 $(srcdir)/hooks.texi \ | |
72 $(srcdir)/internals.texi \ | |
73 $(srcdir)/intro.texi \ | |
74 $(srcdir)/keymaps.texi \ | |
75 $(srcdir)/lists.texi \ | |
76 $(srcdir)/loading.texi \ | |
77 $(srcdir)/locals.texi \ | |
78 $(srcdir)/macros.texi \ | |
79 $(srcdir)/maps.texi \ | |
80 $(srcdir)/markers.texi \ | |
81 $(srcdir)/minibuf.texi \ | |
82 $(srcdir)/modes.texi \ | |
83 $(srcdir)/nonascii.texi \ | |
84 $(srcdir)/numbers.texi \ | |
85 $(srcdir)/objects.texi \ | |
86 $(srcdir)/os.texi \ | |
87 $(srcdir)/positions.texi \ | |
88 $(srcdir)/processes.texi \ | |
89 $(srcdir)/searching.texi \ | |
90 $(srcdir)/sequences.texi \ | |
91 $(srcdir)/streams.texi \ | |
92 $(srcdir)/strings.texi \ | |
93 $(srcdir)/symbols.texi \ | |
94 $(srcdir)/syntax.texi \ | |
95 $(srcdir)/text.texi \ | |
96 $(srcdir)/tips.texi \ | |
97 $(srcdir)/variables.texi \ | |
98 $(srcdir)/windows.texi \ | |
99 $(srcdir)/index.texi \ | |
100 $(srcdir)/gpl.texi \ | |
101 $(srcdir)/doclicense.texi | |
102 | |
103 | |
104 .PHONY: clean | |
105 | |
106 # The info file is named `elisp'. | |
107 | |
91600 | 108 info: $(infodir)/elisp |
84084 | 109 |
91600 | 110 $(infodir)/dir: |
84084 | 111 $(INSTALL_INFO) --info-dir=$(infodir) $(infodir)/elisp |
112 | |
113 $(infodir)/elisp: $(srcs) | |
110895
b803c876a460
Fix building manuals on MS-Windows using emacsver.texi.
Eli Zaretskii <eliz@gnu.org>
parents:
106815
diff
changeset
|
114 $(MAKEINFO) -I. -I$(srcdir) -I$(emacsdir) \ |
b803c876a460
Fix building manuals on MS-Windows using emacsver.texi.
Eli Zaretskii <eliz@gnu.org>
parents:
106815
diff
changeset
|
115 -o $(infodir)/elisp $(srcdir)/elisp.texi |
84084 | 116 |
117 elisp.dvi: $(srcs) | |
110895
b803c876a460
Fix building manuals on MS-Windows using emacsver.texi.
Eli Zaretskii <eliz@gnu.org>
parents:
106815
diff
changeset
|
118 $(texinputdir) $(TEX) -I $(usermanualdir) -I$(emacsdir) \ |
b803c876a460
Fix building manuals on MS-Windows using emacsver.texi.
Eli Zaretskii <eliz@gnu.org>
parents:
106815
diff
changeset
|
119 $(srcdir)/elisp.texi |
84084 | 120 |
121 clean: | |
122 - $(DEL) *.toc *.aux *.log *.cp *.cps *.fn *.fns *.tp *.tps \ | |
123 *.vr *.vrs *.pg *.pgs *.ky *.kys | |
124 - $(DEL) make.out core | |
125 - $(DEL) $(infodir)/elisp* | |
126 | |
127 distclean: clean | |
96104
9ca383883671
(distclean): Remove makefile.
Eli Zaretskii <eliz@gnu.org>
parents:
95950
diff
changeset
|
128 - $(DEL) makefile |
84084 | 129 |
130 maintainer-clean: distclean | |
131 - $(DEL) elisp elisp-? elisp-?? elisp.dvi elisp.oaux |