Mercurial > emacs
annotate doc/misc/makefile.w32-in @ 111064:c9f6036480c9
emacs-mime.texi (Flowed text): Add a note about mml-enable-flowed variable.
gnus/ChangeLog (2010-10-15): Fix typo in changelog.
gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily run file-truename on remote files when checking drafts.
author | Katsumi Yamaoka <yamaoka@jpl.org> |
---|---|
date | Wed, 20 Oct 2010 10:31:10 +0000 |
parents | b803c876a460 |
children | 9450439a37a3 |
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 |
106815 | 3 # Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 |
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. |
35 MAKEINFO = makeinfo --force | |
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 \ |
91659
613a3644824d
(INFO_TARGETS, DVI_TARGETS, clean): Add epa.
Juanma Barranquero <lekktu@gmail.com>
parents:
91598
diff
changeset
|
50 $(infodir)/erc $(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
|
51 $(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
|
52 $(infodir)/auth $(infodir)/eieio $(infodir)/ede \ |
106593
8f433026c790
Add EDT Emulation manual.
Juanma Barranquero <lekktu@gmail.com>
parents:
106065
diff
changeset
|
53 $(infodir)/semantic $(infodir)/edt |
87007
deb7d877e470
(INFO_TARGETS, DVI_TARGETS, clean): Add dbus.
Juanma Barranquero <lekktu@gmail.com>
parents:
86378
diff
changeset
|
54 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
|
55 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
|
56 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
|
57 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
|
58 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
|
59 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
|
60 speedbar.dvi tramp.dvi ses.dvi smtpmail.dvi flymake.dvi \ |
91659
613a3644824d
(INFO_TARGETS, DVI_TARGETS, clean): Add epa.
Juanma Barranquero <lekktu@gmail.com>
parents:
91598
diff
changeset
|
61 newsticker.dvi rcirc.dvi erc.dvi 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
|
62 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
|
63 semantic.dvi edt.dvi |
84304 | 64 INFOSOURCES = info.texi |
65 | |
66 # The following rule does not work with all versions of `make'. | |
67 .SUFFIXES: .texi .dvi | |
68 .texi.dvi: | |
69 texi2dvi $< | |
70 | |
71 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
|
72 ENVADD = $(srcdir)\..\..\nt\envadd.bat "TEXINPUTS=$(srcdir);$(TEXINPUTS)" \ |
110895
b803c876a460
Fix building manuals on MS-Windows using emacsver.texi.
Eli Zaretskii <eliz@gnu.org>
parents:
106815
diff
changeset
|
73 "MAKEINFO=$(MAKEINFO) -I$(srcdir) -I$(emacsdir)" /C |
84304 | 74 |
75 | |
91598 | 76 info: $(INFO_TARGETS) |
84304 | 77 |
78 dvi: $(DVI_TARGETS) | |
79 | |
80 # Note that all the Info targets build the Info files | |
81 # in srcdir. There is no provision for Info files | |
82 # to exist in the build directory. | |
83 # In a distribution of Emacs, the Info files should be up to date. | |
84 | |
91598 | 85 $(infodir)/dir: |
86 $(MULTI_INSTALL_INFO) --info-dir=$(infodir) $(INFO_TARGETS) | |
87 | |
84304 | 88 # The following target uses an explicit -o switch to work around |
89 # the @setfilename directive in info.texi, which is required for | |
90 # the Texinfo distribution. | |
91 # Some Windows ports of makeinfo seem to require -o to come before the | |
92 # texi filename, contrary to GNU standards. | |
93 | |
94 $(infodir)/info: $(INFOSOURCES) | |
95 $(MAKEINFO) --no-split -o $@ info.texi | |
96 | |
97 info.dvi: $(INFOSOURCES) | |
98 $(ENVADD) $(TEXI2DVI) $(srcdir)/info.texi | |
99 | |
100 | |
101 $(infodir)/ccmode: cc-mode.texi | |
102 $(MAKEINFO) cc-mode.texi | |
103 cc-mode.dvi: cc-mode.texi | |
104 $(ENVADD) $(TEXI2DVI) $(srcdir)/cc-mode.texi | |
105 | |
106 $(infodir)/ada-mode: ada-mode.texi | |
107 $(MAKEINFO) ada-mode.texi | |
108 ada-mode.dvi: ada-mode.texi | |
109 $(ENVADD) $(TEXI2DVI) $(srcdir)/ada-mode.texi | |
110 | |
111 $(infodir)/pcl-cvs: pcl-cvs.texi | |
112 $(MAKEINFO) pcl-cvs.texi | |
113 pcl-cvs.dvi: pcl-cvs.texi | |
114 $(ENVADD) $(TEXI2DVI) $(srcdir)/pcl-cvs.texi | |
115 | |
116 $(infodir)/eshell: eshell.texi | |
117 $(MAKEINFO) eshell.texi | |
118 eshell.dvi: eshell.texi | |
119 $(ENVADD) $(TEXI2DVI) $(srcdir)/eshell.texi | |
120 | |
121 $(infodir)/cl: cl.texi | |
122 $(MAKEINFO) cl.texi | |
123 cl.dvi: cl.texi | |
124 $(ENVADD) $(TEXI2DVI) $(srcdir)/cl.texi | |
125 | |
87007
deb7d877e470
(INFO_TARGETS, DVI_TARGETS, clean): Add dbus.
Juanma Barranquero <lekktu@gmail.com>
parents:
86378
diff
changeset
|
126 $(infodir)/dbus: dbus.texi |
deb7d877e470
(INFO_TARGETS, DVI_TARGETS, clean): Add dbus.
Juanma Barranquero <lekktu@gmail.com>
parents:
86378
diff
changeset
|
127 $(MAKEINFO) dbus.texi |
deb7d877e470
(INFO_TARGETS, DVI_TARGETS, clean): Add dbus.
Juanma Barranquero <lekktu@gmail.com>
parents:
86378
diff
changeset
|
128 dbus.dvi: dbus.texi |
deb7d877e470
(INFO_TARGETS, DVI_TARGETS, clean): Add dbus.
Juanma Barranquero <lekktu@gmail.com>
parents:
86378
diff
changeset
|
129 $(ENVADD) $(TEXI2DVI) $(srcdir)/dbus.texi |
deb7d877e470
(INFO_TARGETS, DVI_TARGETS, clean): Add dbus.
Juanma Barranquero <lekktu@gmail.com>
parents:
86378
diff
changeset
|
130 |
84304 | 131 $(infodir)/dired-x: dired-x.texi |
132 $(MAKEINFO) dired-x.texi | |
133 dired-x.dvi: dired-x.texi | |
134 $(ENVADD) $(TEXI2DVI) $(srcdir)/dired-x.texi | |
135 | |
136 $(infodir)/ediff: ediff.texi | |
137 $(MAKEINFO) ediff.texi | |
138 ediff.dvi: ediff.texi | |
139 $(ENVADD) $(TEXI2DVI) $(srcdir)/ediff.texi | |
140 | |
141 $(infodir)/flymake: flymake.texi | |
142 $(MAKEINFO) flymake.texi | |
143 flymake.dvi: flymake.texi | |
144 $(ENVADD) $(TEXI2DVI) $(srcdir)/flymake.texi | |
145 | |
146 $(infodir)/forms: forms.texi | |
147 $(MAKEINFO) forms.texi | |
148 forms.dvi: forms.texi | |
149 $(ENVADD) $(TEXI2DVI) $(srcdir)/forms.texi | |
150 | |
151 # gnus/message/emacs-mime/sieve/pgg are part of Gnus: | |
152 $(infodir)/gnus: gnus.texi | |
153 $(MAKEINFO) gnus.texi | |
154 gnus.dvi: gnus.texi | |
155 sed -e "/@iflatex/,/@end iflatex/d" $(srcdir)/gnus.texi > gnustmp.texi | |
156 $(ENVADD) $(TEXI2DVI) gnustmp.texi | |
157 cp gnustmp.dvi $*.dvi | |
158 rm gnustmp.* | |
159 # | |
160 $(infodir)/message: message.texi | |
161 $(MAKEINFO) message.texi | |
162 message.dvi: message.texi | |
163 $(ENVADD) $(TEXI2DVI) $(srcdir)/message.texi | |
164 # | |
165 $(infodir)/emacs-mime: emacs-mime.texi | |
166 $(MAKEINFO) --enable-encoding emacs-mime.texi | |
167 emacs-mime.dvi: emacs-mime.texi | |
168 $(ENVADD) $(TEXI2DVI) $(srcdir)/emacs-mime.texi | |
169 # | |
170 $(infodir)/sieve: sieve.texi | |
171 $(MAKEINFO) sieve.texi | |
172 sieve.dvi: sieve.texi | |
173 $(ENVADD) $(TEXI2DVI) $(srcdir)/sieve.texi | |
174 # | |
175 $(infodir)/pgg: pgg.texi | |
176 $(MAKEINFO) pgg.texi | |
177 pgg.dvi: pgg.texi | |
178 $(ENVADD) $(TEXI2DVI) $(srcdir)/pgg.texi | |
179 | |
180 $(infodir)/mh-e: mh-e.texi | |
181 $(MAKEINFO) mh-e.texi | |
182 mh-e.dvi: mh-e.texi | |
183 $(ENVADD) $(TEXI2DVI) $(srcdir)/mh-e.texi | |
184 | |
185 $(infodir)/reftex: reftex.texi | |
186 $(MAKEINFO) reftex.texi | |
187 reftex.dvi: reftex.texi | |
188 $(ENVADD) $(TEXI2DVI) $(srcdir)/reftex.texi | |
189 | |
85796
5ee8873552f8
(INFO_TARGETS): Add remember.
Juanma Barranquero <lekktu@gmail.com>
parents:
84328
diff
changeset
|
190 $(infodir)/remember: remember.texi |
5ee8873552f8
(INFO_TARGETS): Add remember.
Juanma Barranquero <lekktu@gmail.com>
parents:
84328
diff
changeset
|
191 $(MAKEINFO) remember.texi |
5ee8873552f8
(INFO_TARGETS): Add remember.
Juanma Barranquero <lekktu@gmail.com>
parents:
84328
diff
changeset
|
192 remember.dvi: remember.texi |
5ee8873552f8
(INFO_TARGETS): Add remember.
Juanma Barranquero <lekktu@gmail.com>
parents:
84328
diff
changeset
|
193 $(ENVADD) $(TEXI2DVI) $(srcdir)/remember.texi |
5ee8873552f8
(INFO_TARGETS): Add remember.
Juanma Barranquero <lekktu@gmail.com>
parents:
84328
diff
changeset
|
194 |
100463
8634bae28268
* makefile.w32-in (INFO_TARGETS, clean): Add sasl.
Juanma Barranquero <lekktu@gmail.com>
parents:
99552
diff
changeset
|
195 $(infodir)/sasl: sasl.texi |
8634bae28268
* makefile.w32-in (INFO_TARGETS, clean): Add sasl.
Juanma Barranquero <lekktu@gmail.com>
parents:
99552
diff
changeset
|
196 $(MAKEINFO) sasl.texi |
8634bae28268
* makefile.w32-in (INFO_TARGETS, clean): Add sasl.
Juanma Barranquero <lekktu@gmail.com>
parents:
99552
diff
changeset
|
197 sasl.dvi: sasl.texi |
8634bae28268
* makefile.w32-in (INFO_TARGETS, clean): Add sasl.
Juanma Barranquero <lekktu@gmail.com>
parents:
99552
diff
changeset
|
198 $(ENVADD) $(TEXI2DVI) $(srcdir)/sasl.texi |
8634bae28268
* makefile.w32-in (INFO_TARGETS, clean): Add sasl.
Juanma Barranquero <lekktu@gmail.com>
parents:
99552
diff
changeset
|
199 |
84304 | 200 $(infodir)/sc: sc.texi |
201 $(MAKEINFO) sc.texi | |
202 sc.dvi: sc.texi | |
203 $(ENVADD) $(TEXI2DVI) $(srcdir)/sc.texi | |
204 | |
205 $(infodir)/vip: vip.texi | |
206 $(MAKEINFO) vip.texi | |
207 vip.dvi: vip.texi | |
208 $(ENVADD) $(TEXI2DVI) $(srcdir)/vip.texi | |
209 | |
210 $(infodir)/viper: viper.texi | |
211 $(MAKEINFO) viper.texi | |
212 viper.dvi: viper.texi | |
213 $(ENVADD) $(TEXI2DVI) $(srcdir)/viper.texi | |
214 | |
215 $(infodir)/widget: widget.texi | |
216 $(MAKEINFO) widget.texi | |
217 widget.dvi: widget.texi | |
218 $(ENVADD) $(TEXI2DVI) $(srcdir)/widget.texi | |
219 | |
110895
b803c876a460
Fix building manuals on MS-Windows using emacsver.texi.
Eli Zaretskii <eliz@gnu.org>
parents:
106815
diff
changeset
|
220 $(infodir)/efaq: faq.texi $(emacsdir)/emacsver.texi |
b803c876a460
Fix building manuals on MS-Windows using emacsver.texi.
Eli Zaretskii <eliz@gnu.org>
parents:
106815
diff
changeset
|
221 $(MAKEINFO) -I$(emacsdir) faq.texi |
b803c876a460
Fix building manuals on MS-Windows using emacsver.texi.
Eli Zaretskii <eliz@gnu.org>
parents:
106815
diff
changeset
|
222 faq.dvi: faq.texi $(emacsdir)/emacsver.texi |
84304 | 223 $(ENVADD) $(TEXI2DVI) $(srcdir)/faq.texi |
224 | |
225 $(infodir)/autotype: autotype.texi | |
226 $(MAKEINFO) autotype.texi | |
227 autotype.dvi: autotype.texi | |
228 $(ENVADD) $(TEXI2DVI) $(srcdir)/autotype.texi | |
229 | |
230 $(infodir)/calc: calc.texi | |
231 $(MAKEINFO) calc.texi | |
232 | |
233 calc.dvi: calc.texi | |
234 $(ENVADD) $(TEXI2DVI) $(srcdir)/calc.texi | |
235 | |
236 # This is produced with --no-split to avoid making files whose | |
237 # names clash on DOS 8+3 filesystems | |
238 $(infodir)/idlwave: idlwave.texi | |
239 $(MAKEINFO) --no-split idlwave.texi | |
240 idlwave.dvi: idlwave.texi | |
241 $(ENVADD) $(TEXI2DVI) $(srcdir)/idlwave.texi | |
242 | |
243 $(infodir)/eudc: eudc.texi | |
244 $(MAKEINFO) eudc.texi | |
245 eudc.dvi: eudc.texi | |
246 $(ENVADD) $(TEXI2DVI) $(srcdir)/eudc.texi | |
247 | |
248 $(infodir)/ebrowse: ebrowse.texi | |
249 $(MAKEINFO) ebrowse.texi | |
250 ebrowse.dvi: ebrowse.texi | |
251 $(ENVADD) $(TEXI2DVI) $(srcdir)/ebrowse.texi | |
252 | |
253 $(infodir)/woman: woman.texi | |
254 $(MAKEINFO) woman.texi | |
255 woman.dvi: woman.texi | |
256 $(ENVADD) $(TEXI2DVI) $(srcdir)/woman.texi | |
257 | |
258 $(infodir)/speedbar: speedbar.texi | |
259 $(MAKEINFO) speedbar.texi | |
260 speedbar.dvi: speedbar.texi | |
261 $(ENVADD) $(TEXI2DVI) $(srcdir)/speedbar.texi | |
262 | |
263 $(infodir)/tramp: tramp.texi | |
264 $(MAKEINFO) tramp.texi | |
265 tramp.dvi: tramp.texi | |
266 $(ENVADD) $(TEXI2DVI) $(srcdir)/tramp.texi | |
267 | |
268 $(infodir)/ses: ses.texi | |
269 $(MAKEINFO) ses.texi | |
270 ses.dvi: ses.texi | |
271 $(ENVADD) $(TEXI2DVI) $(srcdir)/ses.texi | |
272 | |
273 $(infodir)/smtpmail: smtpmail.texi | |
274 $(MAKEINFO) smtpmail.texi | |
275 smtpmail.dvi: smtpmail.texi | |
276 $(ENVADD) $(TEXI2DVI) $(srcdir)/smtpmail.texi | |
277 | |
278 $(infodir)/org: org.texi | |
279 $(MAKEINFO) org.texi | |
280 org.dvi: org.texi | |
281 $(ENVADD) $(TEXI2DVI) $(srcdir)/org.texi | |
282 | |
283 $(infodir)/url: url.texi | |
284 $(MAKEINFO) url.texi | |
285 url.dvi: url.texi | |
286 $(ENVADD) $(TEXI2DVI) $(srcdir)/url.texi | |
287 | |
288 $(infodir)/newsticker: newsticker.texi | |
289 $(MAKEINFO) newsticker.texi | |
290 newsticker.dvi: newsticker.texi | |
291 $(ENVADD) $(TEXI2DVI) $(srcdir)/newsticker.texi | |
292 | |
86378
5d15069189ff
Fixups for nxml per Romain Francoise email.
Mark A. Hershberger <mah@everybody.org>
parents:
85796
diff
changeset
|
293 $(infodir)/nxml-mode: nxml-mode.texi |
5d15069189ff
Fixups for nxml per Romain Francoise email.
Mark A. Hershberger <mah@everybody.org>
parents:
85796
diff
changeset
|
294 $(MAKEINFO) nxml-mode.texi |
5d15069189ff
Fixups for nxml per Romain Francoise email.
Mark A. Hershberger <mah@everybody.org>
parents:
85796
diff
changeset
|
295 nxml-mod.dvi: nxml-mode.texi |
5d15069189ff
Fixups for nxml per Romain Francoise email.
Mark A. Hershberger <mah@everybody.org>
parents:
85796
diff
changeset
|
296 $(ENVADD) $(TEXI2DVI) $(srcdir)/nxml-mode.texi |
5d15069189ff
Fixups for nxml per Romain Francoise email.
Mark A. Hershberger <mah@everybody.org>
parents:
85796
diff
changeset
|
297 |
84304 | 298 $(infodir)/rcirc: rcirc.texi |
299 $(MAKEINFO) rcirc.texi | |
300 rcirc.dvi: rcirc.texi | |
301 $(ENVADD) $(TEXI2DVI) $(srcdir)/rcirc.texi | |
302 | |
303 $(infodir)/erc: erc.texi | |
304 $(MAKEINFO) erc.texi | |
305 erc.dvi: erc.texi | |
306 $(ENVADD) $(TEXI2DVI) $(srcdir)/erc.texi | |
307 | |
91659
613a3644824d
(INFO_TARGETS, DVI_TARGETS, clean): Add epa.
Juanma Barranquero <lekktu@gmail.com>
parents:
91598
diff
changeset
|
308 $(infodir)/epa: epa.texi |
613a3644824d
(INFO_TARGETS, DVI_TARGETS, clean): Add epa.
Juanma Barranquero <lekktu@gmail.com>
parents:
91598
diff
changeset
|
309 $(MAKEINFO) epa.texi |
613a3644824d
(INFO_TARGETS, DVI_TARGETS, clean): Add epa.
Juanma Barranquero <lekktu@gmail.com>
parents:
91598
diff
changeset
|
310 epa.dvi: epa.texi |
613a3644824d
(INFO_TARGETS, DVI_TARGETS, clean): Add epa.
Juanma Barranquero <lekktu@gmail.com>
parents:
91598
diff
changeset
|
311 $(ENVADD) $(TEXI2DVI) $(srcdir)/epa.texi |
613a3644824d
(INFO_TARGETS, DVI_TARGETS, clean): Add epa.
Juanma Barranquero <lekktu@gmail.com>
parents:
91598
diff
changeset
|
312 |
97104
bb04ab23199c
* makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add mairix-el.
Juanma Barranquero <lekktu@gmail.com>
parents:
96931
diff
changeset
|
313 $(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
|
314 $(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
|
315 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
|
316 $(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
|
317 |
102377
505e79fad612
* makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add auth.
Juanma Barranquero <lekktu@gmail.com>
parents:
100974
diff
changeset
|
318 $(infodir)/auth: auth.texi |
505e79fad612
* makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add auth.
Juanma Barranquero <lekktu@gmail.com>
parents:
100974
diff
changeset
|
319 $(MAKEINFO) auth.texi |
505e79fad612
* makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add auth.
Juanma Barranquero <lekktu@gmail.com>
parents:
100974
diff
changeset
|
320 auth.dvi: auth.texi |
505e79fad612
* makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add auth.
Juanma Barranquero <lekktu@gmail.com>
parents:
100974
diff
changeset
|
321 $(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
|
322 |
105496
86d7280dba1d
* makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add eieio, ede.
Juanma Barranquero <lekktu@gmail.com>
parents:
102377
diff
changeset
|
323 $(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
|
324 $(MAKEINFO) eieio.texi |
86d7280dba1d
* makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add eieio, ede.
Juanma Barranquero <lekktu@gmail.com>
parents:
102377
diff
changeset
|
325 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
|
326 $(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
|
327 |
86d7280dba1d
* makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add eieio, ede.
Juanma Barranquero <lekktu@gmail.com>
parents:
102377
diff
changeset
|
328 $(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
|
329 $(MAKEINFO) ede.texi |
86d7280dba1d
* makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add eieio, ede.
Juanma Barranquero <lekktu@gmail.com>
parents:
102377
diff
changeset
|
330 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
|
331 $(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
|
332 |
106065
b97222e6f7a8
* makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add semantic.
Juanma Barranquero <lekktu@gmail.com>
parents:
105497
diff
changeset
|
333 $(infodir)/semantic: semantic.texi |
b97222e6f7a8
* makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add semantic.
Juanma Barranquero <lekktu@gmail.com>
parents:
105497
diff
changeset
|
334 $(MAKEINFO) semantic.texi |
b97222e6f7a8
* makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add semantic.
Juanma Barranquero <lekktu@gmail.com>
parents:
105497
diff
changeset
|
335 semantic.dvi: semantic.texi |
b97222e6f7a8
* makefile.w32-in (INFO_TARGETS, DVI_TARGETS, clean): Add semantic.
Juanma Barranquero <lekktu@gmail.com>
parents:
105497
diff
changeset
|
336 $(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
|
337 |
106593
8f433026c790
Add EDT Emulation manual.
Juanma Barranquero <lekktu@gmail.com>
parents:
106065
diff
changeset
|
338 $(infodir)/edt: edt.texi |
8f433026c790
Add EDT Emulation manual.
Juanma Barranquero <lekktu@gmail.com>
parents:
106065
diff
changeset
|
339 $(MAKEINFO) edt.texi |
8f433026c790
Add EDT Emulation manual.
Juanma Barranquero <lekktu@gmail.com>
parents:
106065
diff
changeset
|
340 edt.dvi: edt.texi |
8f433026c790
Add EDT Emulation manual.
Juanma Barranquero <lekktu@gmail.com>
parents:
106065
diff
changeset
|
341 $(ENVADD) $(TEXI2DVI) $(srcdir)/edt.texi |
8f433026c790
Add EDT Emulation manual.
Juanma Barranquero <lekktu@gmail.com>
parents:
106065
diff
changeset
|
342 |
84304 | 343 mostlyclean: |
344 - $(DEL) *.log *.cp *.fn *.ky *.pg *.vr core *.tp *.core gnustmp.* | |
345 | |
346 clean: mostlyclean | |
347 - $(DEL) *.dvi | |
87007
deb7d877e470
(INFO_TARGETS, DVI_TARGETS, clean): Add dbus.
Juanma Barranquero <lekktu@gmail.com>
parents:
86378
diff
changeset
|
348 - $(DEL) $(infodir)/ccmode* $(infodir)/cl* \ |
deb7d877e470
(INFO_TARGETS, DVI_TARGETS, clean): Add dbus.
Juanma Barranquero <lekktu@gmail.com>
parents:
86378
diff
changeset
|
349 $(infodir)/dbus* $(infodir)/dired-x* \ |
84304 | 350 $(infodir)/ediff* $(infodir)/forms* \ |
351 $(infodir)/gnus* $(infodir)/info* \ | |
352 $(infodir)/message* $(infodir)/mh-e* \ | |
353 $(infodir)/reftex* $(infodir)/sc* \ | |
354 $(infodir)/vip* $(infodir)/widget* \ | |
355 $(infodir)/efaq* $(infodir)/ada-mode* \ | |
356 $(infodir)/autotype* $(infodir)/calc* \ | |
357 $(infodir)/idlwave* $(infodir)/eudc* \ | |
358 $(infodir)/ebrowse* $(infodir)/pcl-cvs* \ | |
359 $(infodir)/woman* $(infodir)/eshell* \ | |
360 $(infodir)/speedbar* $(infodir)/tramp* \ | |
361 $(infodir)/ses* $(infodir)/smtpmail* \ | |
362 $(infodir)/url* $(infodir)/org* \ | |
363 $(infodir)/flymake* $(infodir)/newsticker* \ | |
364 $(infodir)/sieve* $(infodir)/pgg* \ | |
85796
5ee8873552f8
(INFO_TARGETS): Add remember.
Juanma Barranquero <lekktu@gmail.com>
parents:
84328
diff
changeset
|
365 $(infodir)/erc* $(infodir)/rcirc* \ |
91659
613a3644824d
(INFO_TARGETS, DVI_TARGETS, clean): Add epa.
Juanma Barranquero <lekktu@gmail.com>
parents:
91598
diff
changeset
|
366 $(infodir)/remember* $(infodir)/nxml-mode* \ |
100463
8634bae28268
* makefile.w32-in (INFO_TARGETS, clean): Add sasl.
Juanma Barranquero <lekktu@gmail.com>
parents:
99552
diff
changeset
|
367 $(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
|
368 $(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
|
369 $(infodir)/eieio* $(infodir)/ede* \ |
106593
8f433026c790
Add EDT Emulation manual.
Juanma Barranquero <lekktu@gmail.com>
parents:
106065
diff
changeset
|
370 $(infodir)/semantic* $(infodir)edt* |
84304 | 371 |
372 distclean: clean | |
96106
d53b5b9f936e
(distclean): Remove makefile.
Eli Zaretskii <eliz@gnu.org>
parents:
95032
diff
changeset
|
373 - $(DEL) makefile |
84304 | 374 |
375 maintainer-clean: distclean | |
376 - $(DEL) *.aux *.cps *.fns *.kys *.pgs *.vrs *.toc | |
377 # Don't delete these, because they are outside the current directory. | |
378 # for file in $(INFO_TARGETS); do rm -f $${file}*; done | |
379 | |
380 | |
381 # Formerly this directory had texindex.c and getopt.c in it | |
382 # and this makefile built them to make texindex. | |
383 # That caused trouble because this is run entirely in the source directory. | |
384 # Since we expect to get texi2dvi from elsewhere, | |
385 # it is ok to expect texindex from elsewhere also. |