Mercurial > emacs
annotate man/makefile.w32-in @ 57548:74ab35181199
Add maintainer.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 17 Oct 2004 07:05:11 +0000 |
parents | cb3f6b4cac09 |
children | 61dd8eea5548 566253900690 |
rev | line source |
---|---|
55092
9077e3f7cd49
Add "-*- makefile -*-" mode tag.
Juanma Barranquero <lekktu@gmail.com>
parents:
54200
diff
changeset
|
1 #### -*- Makefile -*- for the Emacs Manual and other documentation. |
52423 | 2 |
55841
d10ff2411271
(../info/flymake, flymake.dvi): New targets.
Juanma Barranquero <lekktu@gmail.com>
parents:
55355
diff
changeset
|
3 # Copyright (C) 2003, 2004 |
52423 | 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 # Where to find the source code. The source code for Emacs's C kernel is | |
24 # expected to be in $(srcdir)/src, and the source code for Emacs's | |
25 # utility programs is expected to be in $(srcdir)/lib-src. This is | |
26 # set by the configure script's `--srcdir' option. | |
27 srcdir=. | |
28 | |
29 infodir = $(srcdir)/../info | |
30 | |
31 # The makeinfo program is part of the Texinfo distribution. | |
32 MAKEINFO = makeinfo | |
55355 | 33 MULTI_INSTALL_INFO = $(srcdir)\..\nt\multi-install-info.bat |
52423 | 34 INFO_TARGETS = $(infodir)/emacs $(infodir)/ccmode \ |
35 $(infodir)/cl $(infodir)/dired-x \ | |
36 $(infodir)/ediff $(infodir)/forms \ | |
37 $(infodir)/gnus $(infodir)/info \ | |
38 $(infodir)/message $(infodir)/mh-e \ | |
39 $(infodir)/reftex $(infodir)/sc \ | |
40 $(infodir)/vip $(infodir)/viper \ | |
41 $(infodir)/widget $(infodir)/efaq \ | |
42 $(infodir)/ada-mode $(infodir)/autotype \ | |
43 $(infodir)/calc $(infodir)/idlwave \ | |
44 $(infodir)/eudc $(infodir)/ebrowse \ | |
45 $(infodir)/pcl-cvs $(infodir)/woman \ | |
46 $(infodir)/emacs-mime $(infodir)/eshell \ | |
47 $(infodir)/speedbar $(infodir)/tramp \ | |
55841
d10ff2411271
(../info/flymake, flymake.dvi): New targets.
Juanma Barranquero <lekktu@gmail.com>
parents:
55355
diff
changeset
|
48 $(infodir)/ses $(infodir)/smtpmail \ |
56927
55fd4f77387a
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-523
Miles Bader <miles@gnu.org>
parents:
56301
diff
changeset
|
49 $(infodir)/flymake $(infodir)/emacs-xtra \ |
55fd4f77387a
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-523
Miles Bader <miles@gnu.org>
parents:
56301
diff
changeset
|
50 $(infodir)/pgg $(infodir)/sieve |
52423 | 51 DVI_TARGETS = emacs.dvi calc.dvi cc-mode.dvi cl.dvi dired-x.dvi \ |
52 ediff.dvi forms.dvi gnus.dvi message.dvi mh-e.dvi \ | |
53 reftex.dvi sc.dvi vip.dvi viper.dvi widget.dvi faq.dvi \ | |
54 ada-mode.dvi autotype.dvi idlwave.dvi eudc.dvi ebrowse.dvi \ | |
55 pcl-cvs.dvi woman.dvi emacs-mime.dvi eshell.dvi \ | |
56139
63b214383e98
(INFO_TARGETS, DVI_TARGETS, EMACSSOURCES): Add emacs-xtra.
Juanma Barranquero <lekktu@gmail.com>
parents:
56026
diff
changeset
|
56 speedbar.dvi tramp.dvi ses.dvi smtpmail.dvi flymake.dvi \ |
56927
55fd4f77387a
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-523
Miles Bader <miles@gnu.org>
parents:
56301
diff
changeset
|
57 emacs-xtra.dvi pgg.dvi sieve.dvi |
52423 | 58 INFOSOURCES = info.texi |
59 | |
60 # The following rule does not work with all versions of `make'. | |
61 .SUFFIXES: .texi .dvi | |
62 .texi.dvi: | |
63 texi2dvi $< | |
64 | |
65 TEXI2DVI = texi2dvi | |
55355 | 66 ENVADD = $(srcdir)\..\nt\envadd.bat "TEXINPUTS=$(srcdir);$(TEXINPUTS)" \ |
52423 | 67 "MAKEINFO=$(MAKEINFO) -I$(srcdir)" /C |
68 | |
69 EMACSSOURCES= \ | |
70 $(srcdir)/emacs.texi \ | |
71 $(srcdir)/doclicense.texi \ | |
72 $(srcdir)/screen.texi \ | |
73 $(srcdir)/commands.texi \ | |
74 $(srcdir)/entering.texi \ | |
75 $(srcdir)/basic.texi \ | |
76 $(srcdir)/mini.texi \ | |
77 $(srcdir)/m-x.texi \ | |
78 $(srcdir)/help.texi \ | |
79 $(srcdir)/mark.texi \ | |
80 $(srcdir)/killing.texi \ | |
81 $(srcdir)/regs.texi \ | |
82 $(srcdir)/display.texi \ | |
83 $(srcdir)/search.texi \ | |
84 $(srcdir)/fixit.texi \ | |
85 $(srcdir)/files.texi \ | |
86 $(srcdir)/buffers.texi \ | |
87 $(srcdir)/windows.texi \ | |
88 $(srcdir)/frames.texi \ | |
89 $(srcdir)/mule.texi \ | |
90 $(srcdir)/major.texi \ | |
91 $(srcdir)/indent.texi \ | |
92 $(srcdir)/text.texi \ | |
93 $(srcdir)/programs.texi \ | |
94 $(srcdir)/building.texi \ | |
95 $(srcdir)/maintaining.texi \ | |
96 $(srcdir)/abbrevs.texi \ | |
97 $(srcdir)/picture.texi \ | |
98 $(srcdir)/sending.texi \ | |
99 $(srcdir)/rmail.texi \ | |
100 $(srcdir)/dired.texi \ | |
101 $(srcdir)/calendar.texi \ | |
102 $(srcdir)/misc.texi \ | |
103 $(srcdir)/custom.texi \ | |
104 $(srcdir)/trouble.texi \ | |
105 $(srcdir)/cmdargs.texi \ | |
106 $(srcdir)/xresources.texi \ | |
107 $(srcdir)/anti.texi \ | |
108 $(srcdir)/macos.texi \ | |
109 $(srcdir)/msdog.texi \ | |
110 $(srcdir)/gnu.texi \ | |
111 $(srcdir)/glossary.texi \ | |
112 $(srcdir)/ack.texi \ | |
113 $(srcdir)/kmacro.texi | |
114 | |
115 info: $(INFO_TARGETS) | |
116 $(MULTI_INSTALL_INFO) --info-dir=$(infodir) $(INFO_TARGETS) | |
117 | |
118 dvi: $(DVI_TARGETS) | |
119 | |
120 # Note that all the Info targets build the Info files | |
121 # in srcdir. There is no provision for Info files | |
122 # to exist in the build directory. | |
123 # In a distribution of Emacs, the Info files should be up to date. | |
124 | |
125 # The following target uses an explicit -o switch to work around | |
126 # the @setfilename directive in info.texi, which is required for | |
127 # the Texinfo distribution. | |
128 | |
129 $(infodir)/info: $(INFOSOURCES) | |
130 $(MAKEINFO) --no-split info.texi -o $@ | |
131 | |
132 info.dvi: $(INFOSOURCES) | |
133 $(ENVADD) $(TEXI2DVI) $(srcdir)/info.texi | |
134 | |
135 $(infodir)/emacs: $(EMACSSOURCES) | |
136 $(MAKEINFO) emacs.texi | |
137 | |
138 emacs.dvi: $(EMACSSOURCES) | |
139 $(ENVADD) $(TEXI2DVI) $(srcdir)/emacs.texi | |
140 | |
141 # This target is here so you could easily get the list of the *.texi | |
142 # files which belong to the Emacs manual (as opposed to the separate | |
143 # manuals for CL, CC Mode, Ebrowse, etc.). With this target, you can | |
144 # say things like "grep foo `make emacsman`". | |
145 emacsman: | |
146 @echo $(EMACSSOURCES) | |
147 | |
148 $(infodir)/ccmode: cc-mode.texi | |
149 $(MAKEINFO) cc-mode.texi | |
150 cc-mode.dvi: cc-mode.texi | |
151 $(ENVADD) $(TEXI2DVI) $(srcdir)/cc-mode.texi | |
152 | |
153 $(infodir)/ada-mode: ada-mode.texi | |
154 $(MAKEINFO) ada-mode.texi | |
155 ada-mode.dvi: ada-mode.texi | |
156 $(ENVADD) $(TEXI2DVI) $(srcdir)/ada-mode.texi | |
157 | |
158 $(infodir)/pcl-cvs: pcl-cvs.texi | |
159 $(MAKEINFO) pcl-cvs.texi | |
160 pcl-cvs.dvi: pcl-cvs.texi | |
161 $(ENVADD) $(TEXI2DVI) $(srcdir)/pcl-cvs.texi | |
162 | |
163 $(infodir)/eshell: eshell.texi | |
164 $(MAKEINFO) eshell.texi | |
165 eshell.dvi: eshell.texi | |
166 $(ENVADD) $(TEXI2DVI) $(srcdir)/eshell.texi | |
167 | |
168 $(infodir)/cl: cl.texi | |
169 $(MAKEINFO) cl.texi | |
170 cl.dvi: cl.texi | |
171 $(ENVADD) $(TEXI2DVI) $(srcdir)/cl.texi | |
172 | |
173 $(infodir)/dired-x: dired-x.texi | |
174 $(MAKEINFO) dired-x.texi | |
175 dired-x.dvi: dired-x.texi | |
176 $(ENVADD) $(TEXI2DVI) $(srcdir)/dired-x.texi | |
177 | |
178 $(infodir)/ediff: ediff.texi | |
179 $(MAKEINFO) ediff.texi | |
180 ediff.dvi: ediff.texi | |
181 $(ENVADD) $(TEXI2DVI) $(srcdir)/ediff.texi | |
182 | |
55841
d10ff2411271
(../info/flymake, flymake.dvi): New targets.
Juanma Barranquero <lekktu@gmail.com>
parents:
55355
diff
changeset
|
183 $(infodir)/flymake: flymake.texi |
d10ff2411271
(../info/flymake, flymake.dvi): New targets.
Juanma Barranquero <lekktu@gmail.com>
parents:
55355
diff
changeset
|
184 $(MAKEINFO) flymake.texi |
d10ff2411271
(../info/flymake, flymake.dvi): New targets.
Juanma Barranquero <lekktu@gmail.com>
parents:
55355
diff
changeset
|
185 flymake.dvi: flymake.texi |
d10ff2411271
(../info/flymake, flymake.dvi): New targets.
Juanma Barranquero <lekktu@gmail.com>
parents:
55355
diff
changeset
|
186 $(ENVADD) $(TEXI2DVI) $(srcdir)/flymake.texi |
d10ff2411271
(../info/flymake, flymake.dvi): New targets.
Juanma Barranquero <lekktu@gmail.com>
parents:
55355
diff
changeset
|
187 |
52423 | 188 $(infodir)/forms: forms.texi |
189 $(MAKEINFO) forms.texi | |
190 forms.dvi: forms.texi | |
191 $(ENVADD) $(TEXI2DVI) $(srcdir)/forms.texi | |
192 | |
56927
55fd4f77387a
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-523
Miles Bader <miles@gnu.org>
parents:
56301
diff
changeset
|
193 # gnus/message/emacs-mime/sieve/pgg are part of Gnus: |
52423 | 194 $(infodir)/gnus: gnus.texi |
195 $(MAKEINFO) gnus.texi | |
196 gnus.dvi: gnus.texi | |
55841
d10ff2411271
(../info/flymake, flymake.dvi): New targets.
Juanma Barranquero <lekktu@gmail.com>
parents:
55355
diff
changeset
|
197 sed -e '/@iflatex/,/@end iflatex/d' $(srcdir)/gnus.texi > gnustmp.texi |
52423 | 198 $(ENVADD) $(TEXI2DVI) gnustmp.texi |
199 cp gnustmp.dvi $*.dvi | |
200 rm gnustmp.* | |
57033
cb3f6b4cac09
(sieve, pgg): Use $(infodir).
Reiner Steib <Reiner.Steib@gmx.de>
parents:
57008
diff
changeset
|
201 # |
52423 | 202 $(infodir)/message: message.texi |
203 $(MAKEINFO) message.texi | |
204 message.dvi: message.texi | |
205 $(ENVADD) $(TEXI2DVI) $(srcdir)/message.texi | |
57033
cb3f6b4cac09
(sieve, pgg): Use $(infodir).
Reiner Steib <Reiner.Steib@gmx.de>
parents:
57008
diff
changeset
|
206 # |
56927
55fd4f77387a
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-523
Miles Bader <miles@gnu.org>
parents:
56301
diff
changeset
|
207 $(infodir)/emacs-mime: emacs-mime.texi |
55fd4f77387a
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-523
Miles Bader <miles@gnu.org>
parents:
56301
diff
changeset
|
208 $(MAKEINFO) emacs-mime.texi |
55fd4f77387a
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-523
Miles Bader <miles@gnu.org>
parents:
56301
diff
changeset
|
209 emacs-mime.dvi: emacs-mime.texi |
55fd4f77387a
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-523
Miles Bader <miles@gnu.org>
parents:
56301
diff
changeset
|
210 $(ENVADD) $(TEXI2DVI) $(srcdir)/emacs-mime.texi |
57033
cb3f6b4cac09
(sieve, pgg): Use $(infodir).
Reiner Steib <Reiner.Steib@gmx.de>
parents:
57008
diff
changeset
|
211 # |
cb3f6b4cac09
(sieve, pgg): Use $(infodir).
Reiner Steib <Reiner.Steib@gmx.de>
parents:
57008
diff
changeset
|
212 $(infodir)/sieve: sieve.texi |
57008
bda6c36fa8d4
* makefile.w32-in: Fix PGG and Sieve entries.
Reiner Steib <Reiner.Steib@gmx.de>
parents:
56927
diff
changeset
|
213 $(MAKEINFO) sieve.texi |
56927
55fd4f77387a
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-523
Miles Bader <miles@gnu.org>
parents:
56301
diff
changeset
|
214 sieve.dvi: sieve.texi |
57008
bda6c36fa8d4
* makefile.w32-in: Fix PGG and Sieve entries.
Reiner Steib <Reiner.Steib@gmx.de>
parents:
56927
diff
changeset
|
215 $(ENVADD) $(TEXI2DVI) $(srcdir)/sieve.texi |
57033
cb3f6b4cac09
(sieve, pgg): Use $(infodir).
Reiner Steib <Reiner.Steib@gmx.de>
parents:
57008
diff
changeset
|
216 # |
cb3f6b4cac09
(sieve, pgg): Use $(infodir).
Reiner Steib <Reiner.Steib@gmx.de>
parents:
57008
diff
changeset
|
217 $(infodir)/pgg: pgg.texi |
57008
bda6c36fa8d4
* makefile.w32-in: Fix PGG and Sieve entries.
Reiner Steib <Reiner.Steib@gmx.de>
parents:
56927
diff
changeset
|
218 $(MAKEINFO) pgg.texi |
56927
55fd4f77387a
Revision: miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-523
Miles Bader <miles@gnu.org>
parents:
56301
diff
changeset
|
219 pgg.dvi: pgg.texi |
57008
bda6c36fa8d4
* makefile.w32-in: Fix PGG and Sieve entries.
Reiner Steib <Reiner.Steib@gmx.de>
parents:
56927
diff
changeset
|
220 $(ENVADD) $(TEXI2DVI) $(srcdir)/pgg.texi |
52423 | 221 |
222 $(infodir)/mh-e: mh-e.texi | |
223 $(MAKEINFO) mh-e.texi | |
224 mh-e.dvi: mh-e.texi | |
225 $(ENVADD) $(TEXI2DVI) $(srcdir)/mh-e.texi | |
226 | |
227 $(infodir)/reftex: reftex.texi | |
228 $(MAKEINFO) reftex.texi | |
229 reftex.dvi: reftex.texi | |
230 $(ENVADD) $(TEXI2DVI) $(srcdir)/reftex.texi | |
231 | |
232 $(infodir)/sc: sc.texi | |
233 $(MAKEINFO) sc.texi | |
234 sc.dvi: sc.texi | |
235 $(ENVADD) $(TEXI2DVI) $(srcdir)/sc.texi | |
236 | |
237 $(infodir)/vip: vip.texi | |
238 $(MAKEINFO) vip.texi | |
239 vip.dvi: vip.texi | |
240 $(ENVADD) $(TEXI2DVI) $(srcdir)/vip.texi | |
241 | |
242 $(infodir)/viper: viper.texi | |
243 $(MAKEINFO) viper.texi | |
244 viper.dvi: viper.texi | |
245 $(ENVADD) $(TEXI2DVI) $(srcdir)/viper.texi | |
246 | |
247 $(infodir)/widget: widget.texi | |
248 $(MAKEINFO) widget.texi | |
249 widget.dvi: widget.texi | |
250 $(ENVADD) $(TEXI2DVI) $(srcdir)/widget.texi | |
251 | |
252 $(infodir)/efaq: faq.texi | |
253 $(MAKEINFO) faq.texi | |
254 faq.dvi: faq.texi | |
255 $(ENVADD) $(TEXI2DVI) $(srcdir)/faq.texi | |
256 | |
257 ../etc/GNU: gnu1.texi gnu.texi | |
258 $(MAKEINFO) --no-headers -o ../etc/GNU gnu1.texi | |
259 | |
260 $(infodir)/autotype: autotype.texi | |
261 $(MAKEINFO) autotype.texi | |
262 autotype.dvi: autotype.texi | |
263 $(ENVADD) $(TEXI2DVI) $(srcdir)/autotype.texi | |
264 | |
265 $(infodir)/calc: calc.texi | |
266 $(MAKEINFO) calc.texi | |
267 | |
268 calc.dvi: calc.texi | |
269 $(ENVADD) $(TEXI2DVI) $(srcdir)/calc.texi | |
270 | |
271 # This is produced with --no-split to avoid making files whose | |
272 # names clash on DOS 8+3 filesystems | |
273 $(infodir)/idlwave: idlwave.texi | |
274 $(MAKEINFO) --no-split idlwave.texi | |
275 idlwave.dvi: idlwave.texi | |
276 $(ENVADD) $(TEXI2DVI) $(srcdir)/idlwave.texi | |
277 | |
278 $(infodir)/eudc: eudc.texi | |
279 $(MAKEINFO) eudc.texi | |
280 eudc.dvi: eudc.texi | |
281 $(ENVADD) $(TEXI2DVI) $(srcdir)/eudc.texi | |
282 | |
283 $(infodir)/ebrowse: ebrowse.texi | |
284 $(MAKEINFO) ebrowse.texi | |
285 ebrowse.dvi: ebrowse.texi | |
286 $(ENVADD) $(TEXI2DVI) $(srcdir)/ebrowse.texi | |
287 | |
288 $(infodir)/woman: woman.texi | |
289 $(MAKEINFO) woman.texi | |
290 woman.dvi: woman.texi | |
291 $(ENVADD) $(TEXI2DVI) $(srcdir)/woman.texi | |
292 | |
293 $(infodir)/speedbar: speedbar.texi | |
294 $(MAKEINFO) speedbar.texi | |
295 speedbar.dvi: speedbar.texi | |
296 $(ENVADD) $(TEXI2DVI) $(srcdir)/speedbar.texi | |
297 | |
298 $(infodir)/tramp: tramp.texi | |
299 $(MAKEINFO) tramp.texi | |
300 tramp.dvi: tramp.texi | |
301 $(ENVADD) $(TEXI2DVI) $(srcdir)/tramp.texi | |
302 | |
303 $(infodir)/ses: ses.texi | |
304 $(MAKEINFO) ses.texi | |
305 ses.dvi: ses.texi | |
306 $(ENVADD) $(TEXI2DVI) $(srcdir)/ses.texi | |
307 | |
308 $(infodir)/smtpmail: smtpmail.texi | |
309 $(MAKEINFO) smtpmail.texi | |
310 smtpmail.dvi: smtpmail.texi | |
311 $(ENVADD) $(TEXI2DVI) $(srcdir)/smtpmail.texi | |
312 | |
56139
63b214383e98
(INFO_TARGETS, DVI_TARGETS, EMACSSOURCES): Add emacs-xtra.
Juanma Barranquero <lekktu@gmail.com>
parents:
56026
diff
changeset
|
313 $(infodir)/emacs-xtra: emacs-xtra.texi |
63b214383e98
(INFO_TARGETS, DVI_TARGETS, EMACSSOURCES): Add emacs-xtra.
Juanma Barranquero <lekktu@gmail.com>
parents:
56026
diff
changeset
|
314 $(MAKEINFO) emacs-xtra.texi |
63b214383e98
(INFO_TARGETS, DVI_TARGETS, EMACSSOURCES): Add emacs-xtra.
Juanma Barranquero <lekktu@gmail.com>
parents:
56026
diff
changeset
|
315 |
63b214383e98
(INFO_TARGETS, DVI_TARGETS, EMACSSOURCES): Add emacs-xtra.
Juanma Barranquero <lekktu@gmail.com>
parents:
56026
diff
changeset
|
316 emacs-xtra.dvi: emacs-xtra.texi |
63b214383e98
(INFO_TARGETS, DVI_TARGETS, EMACSSOURCES): Add emacs-xtra.
Juanma Barranquero <lekktu@gmail.com>
parents:
56026
diff
changeset
|
317 $(ENVADD) $(TEXI2DVI) $(srcdir)/emacs-xtra.texi |
63b214383e98
(INFO_TARGETS, DVI_TARGETS, EMACSSOURCES): Add emacs-xtra.
Juanma Barranquero <lekktu@gmail.com>
parents:
56026
diff
changeset
|
318 |
52423 | 319 mostlyclean: |
54200
b0293635c42b
* man/makefile.w32-in (mostlyclean, clean, maintainer-clean): Use
Juanma Barranquero <lekktu@gmail.com>
parents:
52428
diff
changeset
|
320 - $(DEL) *.log *.cp *.fn *.ky *.pg *.vr core *.tp *.core gnustmp.* |
52423 | 321 |
322 clean: mostlyclean | |
54200
b0293635c42b
* man/makefile.w32-in (mostlyclean, clean, maintainer-clean): Use
Juanma Barranquero <lekktu@gmail.com>
parents:
52428
diff
changeset
|
323 - $(DEL) *.dvi |
b0293635c42b
* man/makefile.w32-in (mostlyclean, clean, maintainer-clean): Use
Juanma Barranquero <lekktu@gmail.com>
parents:
52428
diff
changeset
|
324 - $(DEL) $(infodir)/emacs* $(infodir)/ccmode* \ |
b0293635c42b
* man/makefile.w32-in (mostlyclean, clean, maintainer-clean): Use
Juanma Barranquero <lekktu@gmail.com>
parents:
52428
diff
changeset
|
325 $(infodir)/cl* $(infodir)/dired-x* \ |
b0293635c42b
* man/makefile.w32-in (mostlyclean, clean, maintainer-clean): Use
Juanma Barranquero <lekktu@gmail.com>
parents:
52428
diff
changeset
|
326 $(infodir)/ediff* $(infodir)/forms* \ |
b0293635c42b
* man/makefile.w32-in (mostlyclean, clean, maintainer-clean): Use
Juanma Barranquero <lekktu@gmail.com>
parents:
52428
diff
changeset
|
327 $(infodir)/gnus* $(infodir)/info* \ |
b0293635c42b
* man/makefile.w32-in (mostlyclean, clean, maintainer-clean): Use
Juanma Barranquero <lekktu@gmail.com>
parents:
52428
diff
changeset
|
328 $(infodir)/message* $(infodir)/mh-e* \ |
b0293635c42b
* man/makefile.w32-in (mostlyclean, clean, maintainer-clean): Use
Juanma Barranquero <lekktu@gmail.com>
parents:
52428
diff
changeset
|
329 $(infodir)/reftex* $(infodir)/sc* \ |
56139
63b214383e98
(INFO_TARGETS, DVI_TARGETS, EMACSSOURCES): Add emacs-xtra.
Juanma Barranquero <lekktu@gmail.com>
parents:
56026
diff
changeset
|
330 $(infodir)/vip* $(infodir)/widget* \ |
63b214383e98
(INFO_TARGETS, DVI_TARGETS, EMACSSOURCES): Add emacs-xtra.
Juanma Barranquero <lekktu@gmail.com>
parents:
56026
diff
changeset
|
331 $(infodir)/efaq* $(infodir)/ada-mode* \ |
63b214383e98
(INFO_TARGETS, DVI_TARGETS, EMACSSOURCES): Add emacs-xtra.
Juanma Barranquero <lekktu@gmail.com>
parents:
56026
diff
changeset
|
332 $(infodir)/autotype* $(infodir)/calc* \ |
63b214383e98
(INFO_TARGETS, DVI_TARGETS, EMACSSOURCES): Add emacs-xtra.
Juanma Barranquero <lekktu@gmail.com>
parents:
56026
diff
changeset
|
333 $(infodir)/idlwave* $(infodir)/eudc* \ |
63b214383e98
(INFO_TARGETS, DVI_TARGETS, EMACSSOURCES): Add emacs-xtra.
Juanma Barranquero <lekktu@gmail.com>
parents:
56026
diff
changeset
|
334 $(infodir)/ebrowse* $(infodir)/pcl-cvs* \ |
63b214383e98
(INFO_TARGETS, DVI_TARGETS, EMACSSOURCES): Add emacs-xtra.
Juanma Barranquero <lekktu@gmail.com>
parents:
56026
diff
changeset
|
335 $(infodir)/woman* $(infodir)/eshell* \ |
54200
b0293635c42b
* man/makefile.w32-in (mostlyclean, clean, maintainer-clean): Use
Juanma Barranquero <lekktu@gmail.com>
parents:
52428
diff
changeset
|
336 $(infodir)/speedbar* $(infodir)/tramp* \ |
56139
63b214383e98
(INFO_TARGETS, DVI_TARGETS, EMACSSOURCES): Add emacs-xtra.
Juanma Barranquero <lekktu@gmail.com>
parents:
56026
diff
changeset
|
337 $(infodir)/ses* $(infodir)/smtpmail* \ |
63b214383e98
(INFO_TARGETS, DVI_TARGETS, EMACSSOURCES): Add emacs-xtra.
Juanma Barranquero <lekktu@gmail.com>
parents:
56026
diff
changeset
|
338 $(infodir)/flymake* |
52423 | 339 |
340 distclean: clean | |
341 | |
342 maintainer-clean: distclean | |
54200
b0293635c42b
* man/makefile.w32-in (mostlyclean, clean, maintainer-clean): Use
Juanma Barranquero <lekktu@gmail.com>
parents:
52428
diff
changeset
|
343 - $(DEL) *.aux *.cps *.fns *.kys *.pgs *.vrs *.toc |
52423 | 344 # Don't delete these, because they are outside the current directory. |
345 # for file in $(INFO_TARGETS); do rm -f $${file}*; done | |
346 | |
347 | |
348 # Formerly this directory had texindex.c and getopt.c in it | |
349 # and this makefile built them to make texindex. | |
350 # That caused trouble because this is run entirely in the source directory. | |
351 # Since we expect to get texi2dvi from elsewhere, | |
352 # it is ok to expect texindex from elsewhere also. |