Mercurial > emacs
annotate doc/misc/makefile.w32-in @ 112445:93fcbcb698b0
Improve configuration of makeinfo.
* Makefile.in (MAKEINFO): Now controlled by `configure'.
(MAKEINFO_OPTS): New variable. Use it where appropriate.
(ENVADD): Updated.
author | Werner Lemberg <wl@gnu.org> |
---|---|
date | Sun, 23 Jan 2011 11:38:14 +0100 |
parents | 417b1e4d63cd |
children |
rev | line source |
---|---|
84328
c5789597edd9
Move the parts of the old man/makefile.w32-in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84304
diff
changeset
|
1 #### -*- Makefile -*- for documentation other than the Emacs manual. |
84304 | 2 |
112218
376148b31b5e
Add 2011 to FSF/AIST copyright years.
Glenn Morris <rgm@gnu.org>
parents:
106815
diff
changeset
|
3 # Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 |
95032
fbe58782bc21
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
91659
diff
changeset
|
4 # Free Software Foundation, Inc. |
84304 | 5 |
6 # This file is part of GNU Emacs. | |
7 | |
95032
fbe58782bc21
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
91659
diff
changeset
|
8 # GNU Emacs is free software: you can redistribute it and/or modify |
84304 | 9 # it under the terms of the GNU General Public License as published by |
95032
fbe58782bc21
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
91659
diff
changeset
|
10 # the Free Software Foundation, either version 3 of the License, or |
fbe58782bc21
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
91659
diff
changeset
|
11 # (at your option) any later version. |
84304 | 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 | |
95032
fbe58782bc21
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
91659
diff
changeset
|
19 # along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. |
fbe58782bc21
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
91659
diff
changeset
|
20 |
84304 | 21 |
22 # Where to find the source code. The source code for Emacs's C kernel is | |
23 # expected to be in $(srcdir)/src, and the source code for Emacs's | |
24 # utility programs is expected to be in $(srcdir)/lib-src. This is | |
25 # set by the configure script's `--srcdir' option. | |
26 srcdir=. | |
27 | |
84328
c5789597edd9
Move the parts of the old man/makefile.w32-in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84304
diff
changeset
|
28 infodir = $(srcdir)/../../info |
84304 | 29 |
110895
b803c876a460
Fix building manuals on MS-Windows using emacsver.texi.
Eli Zaretskii <eliz@gnu.org>
parents:
106815
diff
changeset
|
30 ## Directory with emacsver.texi. |
b803c876a460
Fix building manuals on MS-Windows using emacsver.texi.
Eli Zaretskii <eliz@gnu.org>
parents:
106815
diff
changeset
|
31 ## Currently only used by efaq; could be added to MAKEINFO. |
b803c876a460
Fix building manuals on MS-Windows using emacsver.texi.
Eli Zaretskii <eliz@gnu.org>
parents:
106815
diff
changeset
|
32 emacsdir = $(srcdir)/../emacs |
b803c876a460
Fix building manuals on MS-Windows using emacsver.texi.
Eli Zaretskii <eliz@gnu.org>
parents:
106815
diff
changeset
|
33 |
84304 | 34 # The makeinfo program is part of the Texinfo distribution. |
111229
9450439a37a3
Fix doc/misc/makefile.w32.in like revno 102137 did with Makefile.in.
Eli Zaretskii <eliz@gnu.org>
parents:
110895
diff
changeset
|
35 MAKEINFO = makeinfo --force -I$(emacsdir) |
84328
c5789597edd9
Move the parts of the old man/makefile.w32-in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84304
diff
changeset
|
36 MULTI_INSTALL_INFO = $(srcdir)\..\..\nt\multi-install-info.bat |
c5789597edd9
Move the parts of the old man/makefile.w32-in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84304
diff
changeset
|
37 INFO_TARGETS = $(infodir)/ccmode \ |
87007
deb7d877e470
(INFO_TARGETS, DVI_TARGETS, clean): Add dbus.
Juanma Barranquero <lekktu@gmail.com>
parents:
86378
diff
changeset
|
38 $(infodir)/cl $(infodir)/dbus $(infodir)/dired-x \ |
deb7d877e470
(INFO_TARGETS, DVI_TARGETS, clean): Add dbus.
Juanma Barranquero <lekktu@gmail.com>
parents:
86378
diff
changeset
|
39 $(infodir)/ediff $(infodir)/forms $(infodir)/gnus \ |
deb7d877e470
(INFO_TARGETS, DVI_TARGETS, clean): Add dbus.
Juanma Barranquero <lekktu@gmail.com>
parents:
86378
diff
changeset
|
40 $(infodir)/message $(infodir)/sieve $(infodir)/pgg \ |
deb7d877e470
(INFO_TARGETS, DVI_TARGETS, clean): Add dbus.
Juanma Barranquero <lekktu@gmail.com>
parents:
86378
diff
changeset
|
41 $(infodir)/emacs-mime $(infodir)/info $(infodir)/mh-e \ |
deb7d877e470
(INFO_TARGETS, DVI_TARGETS, clean): Add dbus.
Juanma Barranquero <lekktu@gmail.com>
parents:
86378
diff
changeset
|
42 $(infodir)/reftex $(infodir)/sc $(infodir)/vip \ |
deb7d877e470
(INFO_TARGETS, DVI_TARGETS, clean): Add dbus.
Juanma Barranquero <lekktu@gmail.com>
parents:
86378
diff
changeset
|
43 $(infodir)/viper $(infodir)/widget $(infodir)/efaq \ |
deb7d877e470
(INFO_TARGETS, DVI_TARGETS, clean): Add dbus.
Juanma Barranquero <lekktu@gmail.com>
parents:
86378
diff
changeset
|
44 $(infodir)/ada-mode $(infodir)/autotype $(infodir)/calc \ |
deb7d877e470
(INFO_TARGETS, DVI_TARGETS, clean): Add dbus.
Juanma Barranquero <lekktu@gmail.com>
parents:
86378
diff
changeset
|
45 $(infodir)/idlwave $(infodir)/eudc $(infodir)/ebrowse \ |
deb7d877e470
(INFO_TARGETS, DVI_TARGETS, clean): Add dbus.
Juanma Barranquero <lekktu@gmail.com>
parents:
86378
diff
changeset
|
46 $(infodir)/pcl-cvs $(infodir)/woman $(infodir)/eshell \ |
deb7d877e470
(INFO_TARGETS, DVI_TARGETS, clean): Add dbus.
Juanma Barranquero <lekktu@gmail.com>
parents:
86378
diff
changeset
|
47 $(infodir)/org $(infodir)/url $(infodir)/speedbar \ |
deb7d877e470
(INFO_TARGETS, DVI_TARGETS, clean): Add dbus.
Juanma Barranquero <lekktu@gmail.com>
parents:
86378
diff
changeset
|
48 $(infodir)/tramp $(infodir)/ses $(infodir)/smtpmail \ |
deb7d877e470
(INFO_TARGETS, DVI_TARGETS, clean): Add dbus.
Juanma Barranquero <lekktu@gmail.com>
parents:
86378
diff
changeset
|
49 $(infodir)/flymake $(infodir)/newsticker $(infodir)/rcirc \ |
112201
c5917804ecad
Add ERT, a tool for automated testing in Emacs Lisp.
Christian Ohler <ohler@gnu.org>
parents:
111229
diff
changeset
|
50 $(infodir)/erc $(infodir)/ert \ |
c5917804ecad
Add ERT, a tool for automated testing in Emacs Lisp.
Christian Ohler <ohler@gnu.org>
parents:
111229
diff
changeset
|
51 $(infodir)/remember $(infodir)/nxml-mode \ |
102377
505e79fad612
* makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add auth.
Juanma Barranquero <lekktu@gmail.com>
parents:
100974
diff
changeset
|
52 $(infodir)/epa $(infodir)/mairix-el $(infodir)/sasl \ |
106065
b97222e6f7a8
* makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add semantic.
Juanma Barranquero <lekktu@gmail.com>
parents:
105497
diff
changeset
|
53 $(infodir)/auth $(infodir)/eieio $(infodir)/ede \ |
106593
8f433026c790
Add EDT Emulation manual.
Juanma Barranquero <lekktu@gmail.com>
parents:
106065
diff
changeset
|
54 $(infodir)/semantic $(infodir)/edt |
87007
deb7d877e470
(INFO_TARGETS, DVI_TARGETS, clean): Add dbus.
Juanma Barranquero <lekktu@gmail.com>
parents:
86378
diff
changeset
|
55 DVI_TARGETS = calc.dvi cc-mode.dvi cl.dvi dbus.dvi dired-x.dvi \ |
deb7d877e470
(INFO_TARGETS, DVI_TARGETS, clean): Add dbus.
Juanma Barranquero <lekktu@gmail.com>
parents:
86378
diff
changeset
|
56 ediff.dvi forms.dvi gnus.dvi message.dvi emacs-mime.dvi \ |
100463
8634bae28268
* makefile.w32-in (INFO_TARGETS, clean): Add sasl.
Juanma Barranquero <lekktu@gmail.com>
parents:
99552
diff
changeset
|
57 sieve.dvi pgg.dvi mh-e.dvi \ |
87007
deb7d877e470
(INFO_TARGETS, DVI_TARGETS, clean): Add dbus.
Juanma Barranquero <lekktu@gmail.com>
parents:
86378
diff
changeset
|
58 reftex.dvi sc.dvi vip.dvi viper.dvi widget.dvi faq.dvi \ |
deb7d877e470
(INFO_TARGETS, DVI_TARGETS, clean): Add dbus.
Juanma Barranquero <lekktu@gmail.com>
parents:
86378
diff
changeset
|
59 ada-mode.dvi autotype.dvi idlwave.dvi eudc.dvi ebrowse.dvi \ |
deb7d877e470
(INFO_TARGETS, DVI_TARGETS, clean): Add dbus.
Juanma Barranquero <lekktu@gmail.com>
parents:
86378
diff
changeset
|
60 pcl-cvs.dvi woman.dvi eshell.dvi org.dvi url.dvi \ |
deb7d877e470
(INFO_TARGETS, DVI_TARGETS, clean): Add dbus.
Juanma Barranquero <lekktu@gmail.com>
parents:
86378
diff
changeset
|
61 speedbar.dvi tramp.dvi ses.dvi smtpmail.dvi flymake.dvi \ |
112201
c5917804ecad
Add ERT, a tool for automated testing in Emacs Lisp.
Christian Ohler <ohler@gnu.org>
parents:
111229
diff
changeset
|
62 newsticker.dvi rcirc.dvi erc.dvi ert.dvi \ |
c5917804ecad
Add ERT, a tool for automated testing in Emacs Lisp.
Christian Ohler <ohler@gnu.org>
parents:
111229
diff
changeset
|
63 remember.dvi nxml-mode.dvi \ |
106065
b97222e6f7a8
* makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add semantic.
Juanma Barranquero <lekktu@gmail.com>
parents:
105497
diff
changeset
|
64 epa.dvi mairix-el.dvi sasl.dvi auth.dvi eieio.dvi ede.dvi \ |
106593
8f433026c790
Add EDT Emulation manual.
Juanma Barranquero <lekktu@gmail.com>
parents:
106065
diff
changeset
|
65 semantic.dvi edt.dvi |
84304 | 66 INFOSOURCES = info.texi |
67 | |
68 # The following rule does not work with all versions of `make'. | |
69 .SUFFIXES: .texi .dvi | |
70 .texi.dvi: | |
71 texi2dvi $< | |
72 | |
73 TEXI2DVI = texi2dvi | |
84328
c5789597edd9
Move the parts of the old man/makefile.w32-in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84304
diff
changeset
|
74 ENVADD = $(srcdir)\..\..\nt\envadd.bat "TEXINPUTS=$(srcdir);$(TEXINPUTS)" \ |
84304 | 75 "MAKEINFO=$(MAKEINFO) -I$(srcdir)" /C |
76 | |
77 | |
91598 | 78 info: $(INFO_TARGETS) |
84304 | 79 |
80 dvi: $(DVI_TARGETS) | |
81 | |
82 # Note that all the Info targets build the Info files | |
83 # in srcdir. There is no provision for Info files | |
84 # to exist in the build directory. | |
85 # In a distribution of Emacs, the Info files should be up to date. | |
86 | |
91598 | 87 $(infodir)/dir: |
88 $(MULTI_INSTALL_INFO) --info-dir=$(infodir) $(INFO_TARGETS) | |
89 | |
84304 | 90 # The following target uses an explicit -o switch to work around |
91 # the @setfilename directive in info.texi, which is required for | |
92 # the Texinfo distribution. | |
93 # Some Windows ports of makeinfo seem to require -o to come before the | |
94 # texi filename, contrary to GNU standards. | |
95 | |
96 $(infodir)/info: $(INFOSOURCES) | |
97 $(MAKEINFO) --no-split -o $@ info.texi | |
98 | |
99 info.dvi: $(INFOSOURCES) | |
100 $(ENVADD) $(TEXI2DVI) $(srcdir)/info.texi | |
101 | |
102 | |
103 $(infodir)/ccmode: cc-mode.texi | |
104 $(MAKEINFO) cc-mode.texi | |
105 cc-mode.dvi: cc-mode.texi | |
106 $(ENVADD) $(TEXI2DVI) $(srcdir)/cc-mode.texi | |
107 | |
108 $(infodir)/ada-mode: ada-mode.texi | |
109 $(MAKEINFO) ada-mode.texi | |
110 ada-mode.dvi: ada-mode.texi | |
111 $(ENVADD) $(TEXI2DVI) $(srcdir)/ada-mode.texi | |
112 | |
113 $(infodir)/pcl-cvs: pcl-cvs.texi | |
114 $(MAKEINFO) pcl-cvs.texi | |
115 pcl-cvs.dvi: pcl-cvs.texi | |
116 $(ENVADD) $(TEXI2DVI) $(srcdir)/pcl-cvs.texi | |
117 | |
118 $(infodir)/eshell: eshell.texi | |
119 $(MAKEINFO) eshell.texi | |
120 eshell.dvi: eshell.texi | |
121 $(ENVADD) $(TEXI2DVI) $(srcdir)/eshell.texi | |
122 | |
123 $(infodir)/cl: cl.texi | |
124 $(MAKEINFO) cl.texi | |
125 cl.dvi: cl.texi | |
126 $(ENVADD) $(TEXI2DVI) $(srcdir)/cl.texi | |
127 | |
87007
deb7d877e470
(INFO_TARGETS, DVI_TARGETS, clean): Add dbus.
Juanma Barranquero <lekktu@gmail.com>
parents:
86378
diff
changeset
|
128 $(infodir)/dbus: dbus.texi |
deb7d877e470
(INFO_TARGETS, DVI_TARGETS, clean): Add dbus.
Juanma Barranquero <lekktu@gmail.com>
parents:
86378
diff
changeset
|
129 $(MAKEINFO) dbus.texi |
deb7d877e470
(INFO_TARGETS, DVI_TARGETS, clean): Add dbus.
Juanma Barranquero <lekktu@gmail.com>
parents:
86378
diff
changeset
|
130 dbus.dvi: dbus.texi |
deb7d877e470
(INFO_TARGETS, DVI_TARGETS, clean): Add dbus.
Juanma Barranquero <lekktu@gmail.com>
parents:
86378
diff
changeset
|
131 $(ENVADD) $(TEXI2DVI) $(srcdir)/dbus.texi |
deb7d877e470
(INFO_TARGETS, DVI_TARGETS, clean): Add dbus.
Juanma Barranquero <lekktu@gmail.com>
parents:
86378
diff
changeset
|
132 |
84304 | 133 $(infodir)/dired-x: dired-x.texi |
134 $(MAKEINFO) dired-x.texi | |
135 dired-x.dvi: dired-x.texi | |
136 $(ENVADD) $(TEXI2DVI) $(srcdir)/dired-x.texi | |
137 | |
138 $(infodir)/ediff: ediff.texi | |
139 $(MAKEINFO) ediff.texi | |
140 ediff.dvi: ediff.texi | |
141 $(ENVADD) $(TEXI2DVI) $(srcdir)/ediff.texi | |
142 | |
143 $(infodir)/flymake: flymake.texi | |
144 $(MAKEINFO) flymake.texi | |
145 flymake.dvi: flymake.texi | |
146 $(ENVADD) $(TEXI2DVI) $(srcdir)/flymake.texi | |
147 | |
148 $(infodir)/forms: forms.texi | |
149 $(MAKEINFO) forms.texi | |
150 forms.dvi: forms.texi | |
151 $(ENVADD) $(TEXI2DVI) $(srcdir)/forms.texi | |
152 | |
153 # gnus/message/emacs-mime/sieve/pgg are part of Gnus: | |
154 $(infodir)/gnus: gnus.texi | |
155 $(MAKEINFO) gnus.texi | |
156 gnus.dvi: gnus.texi | |
157 sed -e "/@iflatex/,/@end iflatex/d" $(srcdir)/gnus.texi > gnustmp.texi | |
158 $(ENVADD) $(TEXI2DVI) gnustmp.texi | |
159 cp gnustmp.dvi $*.dvi | |
160 rm gnustmp.* | |
161 # | |
162 $(infodir)/message: message.texi | |
163 $(MAKEINFO) message.texi | |
164 message.dvi: message.texi | |
165 $(ENVADD) $(TEXI2DVI) $(srcdir)/message.texi | |
166 # | |
167 $(infodir)/emacs-mime: emacs-mime.texi | |
168 $(MAKEINFO) --enable-encoding emacs-mime.texi | |
169 emacs-mime.dvi: emacs-mime.texi | |
170 $(ENVADD) $(TEXI2DVI) $(srcdir)/emacs-mime.texi | |
171 # | |
172 $(infodir)/sieve: sieve.texi | |
173 $(MAKEINFO) sieve.texi | |
174 sieve.dvi: sieve.texi | |
175 $(ENVADD) $(TEXI2DVI) $(srcdir)/sieve.texi | |
176 # | |
177 $(infodir)/pgg: pgg.texi | |
178 $(MAKEINFO) pgg.texi | |
179 pgg.dvi: pgg.texi | |
180 $(ENVADD) $(TEXI2DVI) $(srcdir)/pgg.texi | |
181 | |
182 $(infodir)/mh-e: mh-e.texi | |
183 $(MAKEINFO) mh-e.texi | |
184 mh-e.dvi: mh-e.texi | |
185 $(ENVADD) $(TEXI2DVI) $(srcdir)/mh-e.texi | |
186 | |
187 $(infodir)/reftex: reftex.texi | |
188 $(MAKEINFO) reftex.texi | |
189 reftex.dvi: reftex.texi | |
190 $(ENVADD) $(TEXI2DVI) $(srcdir)/reftex.texi | |
191 | |
85796
5ee8873552f8
(INFO_TARGETS): Add remember.
Juanma Barranquero <lekktu@gmail.com>
parents:
84328
diff
changeset
|
192 $(infodir)/remember: remember.texi |
5ee8873552f8
(INFO_TARGETS): Add remember.
Juanma Barranquero <lekktu@gmail.com>
parents:
84328
diff
changeset
|
193 $(MAKEINFO) remember.texi |
5ee8873552f8
(INFO_TARGETS): Add remember.
Juanma Barranquero <lekktu@gmail.com>
parents:
84328
diff
changeset
|
194 remember.dvi: remember.texi |
5ee8873552f8
(INFO_TARGETS): Add remember.
Juanma Barranquero <lekktu@gmail.com>
parents:
84328
diff
changeset
|
195 $(ENVADD) $(TEXI2DVI) $(srcdir)/remember.texi |
5ee8873552f8
(INFO_TARGETS): Add remember.
Juanma Barranquero <lekktu@gmail.com>
parents:
84328
diff
changeset
|
196 |
100463
8634bae28268
* makefile.w32-in (INFO_TARGETS, clean): Add sasl.
Juanma Barranquero <lekktu@gmail.com>
parents:
99552
diff
changeset
|
197 $(infodir)/sasl: sasl.texi |
8634bae28268
* makefile.w32-in (INFO_TARGETS, clean): Add sasl.
Juanma Barranquero <lekktu@gmail.com>
parents:
99552
diff
changeset
|
198 $(MAKEINFO) sasl.texi |
8634bae28268
* makefile.w32-in (INFO_TARGETS, clean): Add sasl.
Juanma Barranquero <lekktu@gmail.com>
parents:
99552
diff
changeset
|
199 sasl.dvi: sasl.texi |
8634bae28268
* makefile.w32-in (INFO_TARGETS, clean): Add sasl.
Juanma Barranquero <lekktu@gmail.com>
parents:
99552
diff
changeset
|
200 $(ENVADD) $(TEXI2DVI) $(srcdir)/sasl.texi |
8634bae28268
* makefile.w32-in (INFO_TARGETS, clean): Add sasl.
Juanma Barranquero <lekktu@gmail.com>
parents:
99552
diff
changeset
|
201 |
84304 | 202 $(infodir)/sc: sc.texi |
203 $(MAKEINFO) sc.texi | |
204 sc.dvi: sc.texi | |
205 $(ENVADD) $(TEXI2DVI) $(srcdir)/sc.texi | |
206 | |
207 $(infodir)/vip: vip.texi | |
208 $(MAKEINFO) vip.texi | |
209 vip.dvi: vip.texi | |
210 $(ENVADD) $(TEXI2DVI) $(srcdir)/vip.texi | |
211 | |
212 $(infodir)/viper: viper.texi | |
213 $(MAKEINFO) viper.texi | |
214 viper.dvi: viper.texi | |
215 $(ENVADD) $(TEXI2DVI) $(srcdir)/viper.texi | |
216 | |
217 $(infodir)/widget: widget.texi | |
218 $(MAKEINFO) widget.texi | |
219 widget.dvi: widget.texi | |
220 $(ENVADD) $(TEXI2DVI) $(srcdir)/widget.texi | |
221 | |
110895
b803c876a460
Fix building manuals on MS-Windows using emacsver.texi.
Eli Zaretskii <eliz@gnu.org>
parents:
106815
diff
changeset
|
222 $(infodir)/efaq: faq.texi $(emacsdir)/emacsver.texi |
84304 | 223 $(MAKEINFO) faq.texi |
110895
b803c876a460
Fix building manuals on MS-Windows using emacsver.texi.
Eli Zaretskii <eliz@gnu.org>
parents:
106815
diff
changeset
|
224 faq.dvi: faq.texi $(emacsdir)/emacsver.texi |
84304 | 225 $(ENVADD) $(TEXI2DVI) $(srcdir)/faq.texi |
226 | |
227 $(infodir)/autotype: autotype.texi | |
228 $(MAKEINFO) autotype.texi | |
229 autotype.dvi: autotype.texi | |
230 $(ENVADD) $(TEXI2DVI) $(srcdir)/autotype.texi | |
231 | |
111229
9450439a37a3
Fix doc/misc/makefile.w32.in like revno 102137 did with Makefile.in.
Eli Zaretskii <eliz@gnu.org>
parents:
110895
diff
changeset
|
232 $(infodir)/calc: calc.texi $(emacsdir)/emacsver.texi |
84304 | 233 $(MAKEINFO) calc.texi |
234 | |
111229
9450439a37a3
Fix doc/misc/makefile.w32.in like revno 102137 did with Makefile.in.
Eli Zaretskii <eliz@gnu.org>
parents:
110895
diff
changeset
|
235 calc.dvi: calc.texi $(emacsdir)/emacsver.texi |
84304 | 236 $(ENVADD) $(TEXI2DVI) $(srcdir)/calc.texi |
237 | |
238 # This is produced with --no-split to avoid making files whose | |
239 # names clash on DOS 8+3 filesystems | |
240 $(infodir)/idlwave: idlwave.texi | |
241 $(MAKEINFO) --no-split idlwave.texi | |
242 idlwave.dvi: idlwave.texi | |
243 $(ENVADD) $(TEXI2DVI) $(srcdir)/idlwave.texi | |
244 | |
245 $(infodir)/eudc: eudc.texi | |
246 $(MAKEINFO) eudc.texi | |
247 eudc.dvi: eudc.texi | |
248 $(ENVADD) $(TEXI2DVI) $(srcdir)/eudc.texi | |
249 | |
250 $(infodir)/ebrowse: ebrowse.texi | |
251 $(MAKEINFO) ebrowse.texi | |
252 ebrowse.dvi: ebrowse.texi | |
253 $(ENVADD) $(TEXI2DVI) $(srcdir)/ebrowse.texi | |
254 | |
255 $(infodir)/woman: woman.texi | |
256 $(MAKEINFO) woman.texi | |
257 woman.dvi: woman.texi | |
258 $(ENVADD) $(TEXI2DVI) $(srcdir)/woman.texi | |
259 | |
260 $(infodir)/speedbar: speedbar.texi | |
261 $(MAKEINFO) speedbar.texi | |
262 speedbar.dvi: speedbar.texi | |
263 $(ENVADD) $(TEXI2DVI) $(srcdir)/speedbar.texi | |
264 | |
265 $(infodir)/tramp: tramp.texi | |
266 $(MAKEINFO) tramp.texi | |
267 tramp.dvi: tramp.texi | |
268 $(ENVADD) $(TEXI2DVI) $(srcdir)/tramp.texi | |
269 | |
270 $(infodir)/ses: ses.texi | |
271 $(MAKEINFO) ses.texi | |
272 ses.dvi: ses.texi | |
273 $(ENVADD) $(TEXI2DVI) $(srcdir)/ses.texi | |
274 | |
275 $(infodir)/smtpmail: smtpmail.texi | |
276 $(MAKEINFO) smtpmail.texi | |
277 smtpmail.dvi: smtpmail.texi | |
278 $(ENVADD) $(TEXI2DVI) $(srcdir)/smtpmail.texi | |
279 | |
280 $(infodir)/org: org.texi | |
281 $(MAKEINFO) org.texi | |
282 org.dvi: org.texi | |
283 $(ENVADD) $(TEXI2DVI) $(srcdir)/org.texi | |
284 | |
285 $(infodir)/url: url.texi | |
286 $(MAKEINFO) url.texi | |
287 url.dvi: url.texi | |
288 $(ENVADD) $(TEXI2DVI) $(srcdir)/url.texi | |
289 | |
290 $(infodir)/newsticker: newsticker.texi | |
291 $(MAKEINFO) newsticker.texi | |
292 newsticker.dvi: newsticker.texi | |
293 $(ENVADD) $(TEXI2DVI) $(srcdir)/newsticker.texi | |
294 | |
86378
5d15069189ff
Fixups for nxml per Romain Francoise email.
Mark A. Hershberger <mah@everybody.org>
parents:
85796
diff
changeset
|
295 $(infodir)/nxml-mode: nxml-mode.texi |
5d15069189ff
Fixups for nxml per Romain Francoise email.
Mark A. Hershberger <mah@everybody.org>
parents:
85796
diff
changeset
|
296 $(MAKEINFO) nxml-mode.texi |
5d15069189ff
Fixups for nxml per Romain Francoise email.
Mark A. Hershberger <mah@everybody.org>
parents:
85796
diff
changeset
|
297 nxml-mod.dvi: nxml-mode.texi |
5d15069189ff
Fixups for nxml per Romain Francoise email.
Mark A. Hershberger <mah@everybody.org>
parents:
85796
diff
changeset
|
298 $(ENVADD) $(TEXI2DVI) $(srcdir)/nxml-mode.texi |
5d15069189ff
Fixups for nxml per Romain Francoise email.
Mark A. Hershberger <mah@everybody.org>
parents:
85796
diff
changeset
|
299 |
84304 | 300 $(infodir)/rcirc: rcirc.texi |
301 $(MAKEINFO) rcirc.texi | |
302 rcirc.dvi: rcirc.texi | |
303 $(ENVADD) $(TEXI2DVI) $(srcdir)/rcirc.texi | |
304 | |
305 $(infodir)/erc: erc.texi | |
306 $(MAKEINFO) erc.texi | |
307 erc.dvi: erc.texi | |
308 $(ENVADD) $(TEXI2DVI) $(srcdir)/erc.texi | |
309 | |
112201
c5917804ecad
Add ERT, a tool for automated testing in Emacs Lisp.
Christian Ohler <ohler@gnu.org>
parents:
111229
diff
changeset
|
310 $(infodir)/ert: ert.texi |
c5917804ecad
Add ERT, a tool for automated testing in Emacs Lisp.
Christian Ohler <ohler@gnu.org>
parents:
111229
diff
changeset
|
311 $(MAKEINFO) ert.texi |
c5917804ecad
Add ERT, a tool for automated testing in Emacs Lisp.
Christian Ohler <ohler@gnu.org>
parents:
111229
diff
changeset
|
312 ert.dvi: ert.texi |
c5917804ecad
Add ERT, a tool for automated testing in Emacs Lisp.
Christian Ohler <ohler@gnu.org>
parents:
111229
diff
changeset
|
313 $(ENVADD) $(TEXI2DVI) $(srcdir)/ert.texi |
c5917804ecad
Add ERT, a tool for automated testing in Emacs Lisp.
Christian Ohler <ohler@gnu.org>
parents:
111229
diff
changeset
|
314 |
91659
613a3644824d
(INFO_TARGETS, DVI_TARGETS, clean): Add epa.
Juanma Barranquero <lekktu@gmail.com>
parents:
91598
diff
changeset
|
315 $(infodir)/epa: epa.texi |
613a3644824d
(INFO_TARGETS, DVI_TARGETS, clean): Add epa.
Juanma Barranquero <lekktu@gmail.com>
parents:
91598
diff
changeset
|
316 $(MAKEINFO) epa.texi |
613a3644824d
(INFO_TARGETS, DVI_TARGETS, clean): Add epa.
Juanma Barranquero <lekktu@gmail.com>
parents:
91598
diff
changeset
|
317 epa.dvi: epa.texi |
613a3644824d
(INFO_TARGETS, DVI_TARGETS, clean): Add epa.
Juanma Barranquero <lekktu@gmail.com>
parents:
91598
diff
changeset
|
318 $(ENVADD) $(TEXI2DVI) $(srcdir)/epa.texi |
613a3644824d
(INFO_TARGETS, DVI_TARGETS, clean): Add epa.
Juanma Barranquero <lekktu@gmail.com>
parents:
91598
diff
changeset
|
319 |
97104
bb04ab23199c
* makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add mairix-el.
Juanma Barranquero <lekktu@gmail.com>
parents:
96931
diff
changeset
|
320 $(infodir)/mairix-el: mairix-el.texi |
bb04ab23199c
* makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add mairix-el.
Juanma Barranquero <lekktu@gmail.com>
parents:
96931
diff
changeset
|
321 $(MAKEINFO) mairix-el.texi |
bb04ab23199c
* makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add mairix-el.
Juanma Barranquero <lekktu@gmail.com>
parents:
96931
diff
changeset
|
322 mairix-el.dvi: mairix-el.texi |
bb04ab23199c
* makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add mairix-el.
Juanma Barranquero <lekktu@gmail.com>
parents:
96931
diff
changeset
|
323 $(ENVADD) $(TEXI2DVI) $(srcdir)/mairix-el.texi |
bb04ab23199c
* makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add mairix-el.
Juanma Barranquero <lekktu@gmail.com>
parents:
96931
diff
changeset
|
324 |
102377
505e79fad612
* makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add auth.
Juanma Barranquero <lekktu@gmail.com>
parents:
100974
diff
changeset
|
325 $(infodir)/auth: auth.texi |
505e79fad612
* makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add auth.
Juanma Barranquero <lekktu@gmail.com>
parents:
100974
diff
changeset
|
326 $(MAKEINFO) auth.texi |
505e79fad612
* makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add auth.
Juanma Barranquero <lekktu@gmail.com>
parents:
100974
diff
changeset
|
327 auth.dvi: auth.texi |
505e79fad612
* makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add auth.
Juanma Barranquero <lekktu@gmail.com>
parents:
100974
diff
changeset
|
328 $(ENVADD) $(TEXI2DVI) $(srcdir)/auth.texi |
505e79fad612
* makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add auth.
Juanma Barranquero <lekktu@gmail.com>
parents:
100974
diff
changeset
|
329 |
105496
86d7280dba1d
* makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add eieio, ede.
Juanma Barranquero <lekktu@gmail.com>
parents:
102377
diff
changeset
|
330 $(infodir)/eieio: eieio.texi |
86d7280dba1d
* makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add eieio, ede.
Juanma Barranquero <lekktu@gmail.com>
parents:
102377
diff
changeset
|
331 $(MAKEINFO) eieio.texi |
86d7280dba1d
* makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add eieio, ede.
Juanma Barranquero <lekktu@gmail.com>
parents:
102377
diff
changeset
|
332 eieio.dvi: eieio.texi |
86d7280dba1d
* makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add eieio, ede.
Juanma Barranquero <lekktu@gmail.com>
parents:
102377
diff
changeset
|
333 $(ENVADD) $(TEXI2DVI) $(srcdir)/eieio.texi |
86d7280dba1d
* makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add eieio, ede.
Juanma Barranquero <lekktu@gmail.com>
parents:
102377
diff
changeset
|
334 |
86d7280dba1d
* makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add eieio, ede.
Juanma Barranquero <lekktu@gmail.com>
parents:
102377
diff
changeset
|
335 $(infodir)/ede: ede.texi |
86d7280dba1d
* makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add eieio, ede.
Juanma Barranquero <lekktu@gmail.com>
parents:
102377
diff
changeset
|
336 $(MAKEINFO) ede.texi |
86d7280dba1d
* makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add eieio, ede.
Juanma Barranquero <lekktu@gmail.com>
parents:
102377
diff
changeset
|
337 ede.dvi: ede.texi |
86d7280dba1d
* makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add eieio, ede.
Juanma Barranquero <lekktu@gmail.com>
parents:
102377
diff
changeset
|
338 $(ENVADD) $(TEXI2DVI) $(srcdir)/ede.texi |
86d7280dba1d
* makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add eieio, ede.
Juanma Barranquero <lekktu@gmail.com>
parents:
102377
diff
changeset
|
339 |
106065
b97222e6f7a8
* makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add semantic.
Juanma Barranquero <lekktu@gmail.com>
parents:
105497
diff
changeset
|
340 $(infodir)/semantic: semantic.texi |
b97222e6f7a8
* makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add semantic.
Juanma Barranquero <lekktu@gmail.com>
parents:
105497
diff
changeset
|
341 $(MAKEINFO) semantic.texi |
b97222e6f7a8
* makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add semantic.
Juanma Barranquero <lekktu@gmail.com>
parents:
105497
diff
changeset
|
342 semantic.dvi: semantic.texi |
b97222e6f7a8
* makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add semantic.
Juanma Barranquero <lekktu@gmail.com>
parents:
105497
diff
changeset
|
343 $(ENVADD) $(TEXI2DVI) $(srcdir)/semantic.texi |
b97222e6f7a8
* makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add semantic.
Juanma Barranquero <lekktu@gmail.com>
parents:
105497
diff
changeset
|
344 |
106593
8f433026c790
Add EDT Emulation manual.
Juanma Barranquero <lekktu@gmail.com>
parents:
106065
diff
changeset
|
345 $(infodir)/edt: edt.texi |
8f433026c790
Add EDT Emulation manual.
Juanma Barranquero <lekktu@gmail.com>
parents:
106065
diff
changeset
|
346 $(MAKEINFO) edt.texi |
8f433026c790
Add EDT Emulation manual.
Juanma Barranquero <lekktu@gmail.com>
parents:
106065
diff
changeset
|
347 edt.dvi: edt.texi |
8f433026c790
Add EDT Emulation manual.
Juanma Barranquero <lekktu@gmail.com>
parents:
106065
diff
changeset
|
348 $(ENVADD) $(TEXI2DVI) $(srcdir)/edt.texi |
8f433026c790
Add EDT Emulation manual.
Juanma Barranquero <lekktu@gmail.com>
parents:
106065
diff
changeset
|
349 |
84304 | 350 mostlyclean: |
351 - $(DEL) *.log *.cp *.fn *.ky *.pg *.vr core *.tp *.core gnustmp.* | |
352 | |
353 clean: mostlyclean | |
354 - $(DEL) *.dvi | |
87007
deb7d877e470
(INFO_TARGETS, DVI_TARGETS, clean): Add dbus.
Juanma Barranquero <lekktu@gmail.com>
parents:
86378
diff
changeset
|
355 - $(DEL) $(infodir)/ccmode* $(infodir)/cl* \ |
deb7d877e470
(INFO_TARGETS, DVI_TARGETS, clean): Add dbus.
Juanma Barranquero <lekktu@gmail.com>
parents:
86378
diff
changeset
|
356 $(infodir)/dbus* $(infodir)/dired-x* \ |
84304 | 357 $(infodir)/ediff* $(infodir)/forms* \ |
358 $(infodir)/gnus* $(infodir)/info* \ | |
359 $(infodir)/message* $(infodir)/mh-e* \ | |
360 $(infodir)/reftex* $(infodir)/sc* \ | |
361 $(infodir)/vip* $(infodir)/widget* \ | |
362 $(infodir)/efaq* $(infodir)/ada-mode* \ | |
363 $(infodir)/autotype* $(infodir)/calc* \ | |
364 $(infodir)/idlwave* $(infodir)/eudc* \ | |
365 $(infodir)/ebrowse* $(infodir)/pcl-cvs* \ | |
366 $(infodir)/woman* $(infodir)/eshell* \ | |
367 $(infodir)/speedbar* $(infodir)/tramp* \ | |
368 $(infodir)/ses* $(infodir)/smtpmail* \ | |
369 $(infodir)/url* $(infodir)/org* \ | |
370 $(infodir)/flymake* $(infodir)/newsticker* \ | |
371 $(infodir)/sieve* $(infodir)/pgg* \ | |
112201
c5917804ecad
Add ERT, a tool for automated testing in Emacs Lisp.
Christian Ohler <ohler@gnu.org>
parents:
111229
diff
changeset
|
372 $(infodir)/erc* $(infodir)/ert* $(infodir)/rcirc* \ |
91659
613a3644824d
(INFO_TARGETS, DVI_TARGETS, clean): Add epa.
Juanma Barranquero <lekktu@gmail.com>
parents:
91598
diff
changeset
|
373 $(infodir)/remember* $(infodir)/nxml-mode* \ |
100463
8634bae28268
* makefile.w32-in (INFO_TARGETS, clean): Add sasl.
Juanma Barranquero <lekktu@gmail.com>
parents:
99552
diff
changeset
|
374 $(infodir)/epa* $(infodir)/sasl* \ |
105496
86d7280dba1d
* makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add eieio, ede.
Juanma Barranquero <lekktu@gmail.com>
parents:
102377
diff
changeset
|
375 $(infodir)/mairix-el* $(infodir)/auth* \ |
106065
b97222e6f7a8
* makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add semantic.
Juanma Barranquero <lekktu@gmail.com>
parents:
105497
diff
changeset
|
376 $(infodir)/eieio* $(infodir)/ede* \ |
106593
8f433026c790
Add EDT Emulation manual.
Juanma Barranquero <lekktu@gmail.com>
parents:
106065
diff
changeset
|
377 $(infodir)/semantic* $(infodir)edt* |
84304 | 378 |
379 distclean: clean | |
96106
d53b5b9f936e
(distclean): Remove makefile.
Eli Zaretskii <eliz@gnu.org>
parents:
95032
diff
changeset
|
380 - $(DEL) makefile |
84304 | 381 |
382 maintainer-clean: distclean | |
383 - $(DEL) *.aux *.cps *.fns *.kys *.pgs *.vrs *.toc | |
384 # Don't delete these, because they are outside the current directory. | |
385 # for file in $(INFO_TARGETS); do rm -f $${file}*; done | |
386 | |
387 | |
388 # Formerly this directory had texindex.c and getopt.c in it | |
389 # and this makefile built them to make texindex. | |
390 # That caused trouble because this is run entirely in the source directory. | |
391 # Since we expect to get texi2dvi from elsewhere, | |
392 # it is ok to expect texindex from elsewhere also. |