Mercurial > emacs
annotate man/makefile.w32-in @ 65850:125c8f7cc7d2
(scheme-mode-syntax-table): Move the nesting bit from # to |.
(scheme-font-lock-syntactic-face-function): New function, to
distinguish strings from |...| symbols.
(scheme-mode-variables): Use it. Also fix up the font-lock-time
syntax-table so that #|...|# is properly highlighted.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Wed, 05 Oct 2005 14:23:13 +0000 |
parents | e9bbecf3b555 |
children | e7dceaa82aae fa0da9b57058 |
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 |
64890
3723093a21fd
Update years in copyright notice; nfc.
Thien-Thi Nguyen <ttn@gnuvola.org>
parents:
64688
diff
changeset
|
3 # Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc. |
52423 | 4 |
5 # This file is part of GNU Emacs. | |
6 | |
7 # GNU Emacs is free software; you can redistribute it and/or modify | |
8 # it under the terms of the GNU General Public License as published by | |
9 # the Free Software Foundation; either version 2, or (at your option) | |
10 # any later version. | |
11 | |
12 # GNU Emacs is distributed in the hope that it will be useful, | |
13 # but WITHOUT ANY WARRANTY; without even the implied warranty of | |
14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
15 # GNU General Public License for more details. | |
16 | |
17 # You should have received a copy of the GNU General Public License | |
18 # along with GNU Emacs; see the file COPYING. If not, write to | |
64083 | 19 # the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, |
20 # Boston, MA 02110-1301, USA. | |
52423 | 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 | |
28 infodir = $(srcdir)/../info | |
29 | |
30 # The makeinfo program is part of the Texinfo distribution. | |
63747 | 31 MAKEINFO = makeinfo --force |
55355 | 32 MULTI_INSTALL_INFO = $(srcdir)\..\nt\multi-install-info.bat |
63747 | 33 INFO_TARGETS = $(infodir)/emacs $(infodir)/emacs-xtra $(infodir)/ccmode \ |
34 $(infodir)/cl $(infodir)/dired-x $(infodir)/ediff \ | |
35 $(infodir)/forms $(infodir)/gnus $(infodir)/message \ | |
36 $(infodir)/sieve $(infodir)/pgg $(infodir)/emacs-mime \ | |
37 $(infodir)/info $(infodir)/mh-e $(infodir)/reftex \ | |
38 $(infodir)/sc $(infodir)/vip $(infodir)/viper \ | |
39 $(infodir)/widget $(infodir)/efaq $(infodir)/ada-mode \ | |
40 $(infodir)/autotype $(infodir)/calc $(infodir)/idlwave \ | |
41 $(infodir)/eudc $(infodir)/ebrowse $(infodir)/pcl-cvs \ | |
42 $(infodir)/woman $(infodir)/eshell $(infodir)/org \ | |
43 $(infodir)/url $(infodir)/speedbar $(infodir)/tramp \ | |
65569
0e604c748e6f
(INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
Eli Zaretskii <eliz@gnu.org>
parents:
64890
diff
changeset
|
44 $(infodir)/ses $(infodir)/smtpmail $(infodir)/flymake \ |
0e604c748e6f
(INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
Eli Zaretskii <eliz@gnu.org>
parents:
64890
diff
changeset
|
45 $(infodir)/newsticker |
52423 | 46 DVI_TARGETS = emacs.dvi calc.dvi cc-mode.dvi cl.dvi dired-x.dvi \ |
63747 | 47 ediff.dvi forms.dvi gnus.dvi message.dvi emacs-mime.dvi \ |
48 gnus.dvi message.dvi sieve.dvi pgg.dvi mh-e.dvi \ | |
52423 | 49 reftex.dvi sc.dvi vip.dvi viper.dvi widget.dvi faq.dvi \ |
50 ada-mode.dvi autotype.dvi idlwave.dvi eudc.dvi ebrowse.dvi \ | |
63747 | 51 pcl-cvs.dvi woman.dvi eshell.dvi org.dvi url.dvi \ |
56139
63b214383e98
(INFO_TARGETS, DVI_TARGETS, EMACSSOURCES): Add emacs-xtra.
Juanma Barranquero <lekktu@gmail.com>
parents:
56026
diff
changeset
|
52 speedbar.dvi tramp.dvi ses.dvi smtpmail.dvi flymake.dvi \ |
65569
0e604c748e6f
(INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
Eli Zaretskii <eliz@gnu.org>
parents:
64890
diff
changeset
|
53 newsticker.dvi emacs-xtra.dvi |
52423 | 54 INFOSOURCES = info.texi |
55 | |
56 # The following rule does not work with all versions of `make'. | |
57 .SUFFIXES: .texi .dvi | |
58 .texi.dvi: | |
59 texi2dvi $< | |
60 | |
61 TEXI2DVI = texi2dvi | |
55355 | 62 ENVADD = $(srcdir)\..\nt\envadd.bat "TEXINPUTS=$(srcdir);$(TEXINPUTS)" \ |
52423 | 63 "MAKEINFO=$(MAKEINFO) -I$(srcdir)" /C |
64 | |
65 EMACSSOURCES= \ | |
66 $(srcdir)/emacs.texi \ | |
67 $(srcdir)/doclicense.texi \ | |
68 $(srcdir)/screen.texi \ | |
69 $(srcdir)/commands.texi \ | |
70 $(srcdir)/entering.texi \ | |
71 $(srcdir)/basic.texi \ | |
72 $(srcdir)/mini.texi \ | |
73 $(srcdir)/m-x.texi \ | |
74 $(srcdir)/help.texi \ | |
75 $(srcdir)/mark.texi \ | |
76 $(srcdir)/killing.texi \ | |
77 $(srcdir)/regs.texi \ | |
78 $(srcdir)/display.texi \ | |
79 $(srcdir)/search.texi \ | |
80 $(srcdir)/fixit.texi \ | |
81 $(srcdir)/files.texi \ | |
82 $(srcdir)/buffers.texi \ | |
83 $(srcdir)/windows.texi \ | |
84 $(srcdir)/frames.texi \ | |
85 $(srcdir)/mule.texi \ | |
86 $(srcdir)/major.texi \ | |
87 $(srcdir)/indent.texi \ | |
88 $(srcdir)/text.texi \ | |
89 $(srcdir)/programs.texi \ | |
90 $(srcdir)/building.texi \ | |
91 $(srcdir)/maintaining.texi \ | |
92 $(srcdir)/abbrevs.texi \ | |
93 $(srcdir)/picture.texi \ | |
94 $(srcdir)/sending.texi \ | |
95 $(srcdir)/rmail.texi \ | |
96 $(srcdir)/dired.texi \ | |
97 $(srcdir)/calendar.texi \ | |
98 $(srcdir)/misc.texi \ | |
99 $(srcdir)/custom.texi \ | |
100 $(srcdir)/trouble.texi \ | |
101 $(srcdir)/cmdargs.texi \ | |
102 $(srcdir)/xresources.texi \ | |
103 $(srcdir)/anti.texi \ | |
104 $(srcdir)/macos.texi \ | |
105 $(srcdir)/msdog.texi \ | |
106 $(srcdir)/gnu.texi \ | |
107 $(srcdir)/glossary.texi \ | |
108 $(srcdir)/ack.texi \ | |
109 $(srcdir)/kmacro.texi | |
110 | |
111 info: $(INFO_TARGETS) | |
112 | |
113 dvi: $(DVI_TARGETS) | |
114 | |
115 # Note that all the Info targets build the Info files | |
116 # in srcdir. There is no provision for Info files | |
117 # to exist in the build directory. | |
118 # In a distribution of Emacs, the Info files should be up to date. | |
119 | |
120 # The following target uses an explicit -o switch to work around | |
121 # the @setfilename directive in info.texi, which is required for | |
122 # the Texinfo distribution. | |
57611
61dd8eea5548
(info): Change order of arguments to makeinfo.
Jason Rumney <jasonr@gnu.org>
parents:
57033
diff
changeset
|
123 # Some Windows ports of makeinfo seem to require -o to come before the |
61dd8eea5548
(info): Change order of arguments to makeinfo.
Jason Rumney <jasonr@gnu.org>
parents:
57033
diff
changeset
|
124 # texi filename, contrary to GNU standards. |
52423 | 125 |
64688
37423088a880
(info): Don't run multi-install-info.bat.
Eli Zaretskii <eliz@gnu.org>
parents:
64083
diff
changeset
|
126 $(infodir)/dir: |
37423088a880
(info): Don't run multi-install-info.bat.
Eli Zaretskii <eliz@gnu.org>
parents:
64083
diff
changeset
|
127 $(MULTI_INSTALL_INFO) --info-dir=$(infodir) $(INFO_TARGETS) |
37423088a880
(info): Don't run multi-install-info.bat.
Eli Zaretskii <eliz@gnu.org>
parents:
64083
diff
changeset
|
128 |
52423 | 129 $(infodir)/info: $(INFOSOURCES) |
57611
61dd8eea5548
(info): Change order of arguments to makeinfo.
Jason Rumney <jasonr@gnu.org>
parents:
57033
diff
changeset
|
130 $(MAKEINFO) --no-split -o $@ info.texi |
52423 | 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 | |
63747 | 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 |
58860
3ff4d133e91c
(INFO_TARGETS, DVI_TARGETS, $(infodir)/org)
Luc Teirlinck <teirllm@auburn.edu>
parents:
57611
diff
changeset
|
319 $(infodir)/org: org.texi |
3ff4d133e91c
(INFO_TARGETS, DVI_TARGETS, $(infodir)/org)
Luc Teirlinck <teirllm@auburn.edu>
parents:
57611
diff
changeset
|
320 $(MAKEINFO) org.texi |
3ff4d133e91c
(INFO_TARGETS, DVI_TARGETS, $(infodir)/org)
Luc Teirlinck <teirllm@auburn.edu>
parents:
57611
diff
changeset
|
321 org.dvi: org.texi |
3ff4d133e91c
(INFO_TARGETS, DVI_TARGETS, $(infodir)/org)
Luc Teirlinck <teirllm@auburn.edu>
parents:
57611
diff
changeset
|
322 $(ENVADD) $(TEXI2DVI) $(srcdir)/org.texi |
3ff4d133e91c
(INFO_TARGETS, DVI_TARGETS, $(infodir)/org)
Luc Teirlinck <teirllm@auburn.edu>
parents:
57611
diff
changeset
|
323 |
3ff4d133e91c
(INFO_TARGETS, DVI_TARGETS, $(infodir)/org)
Luc Teirlinck <teirllm@auburn.edu>
parents:
57611
diff
changeset
|
324 $(infodir)/url: url.texi |
3ff4d133e91c
(INFO_TARGETS, DVI_TARGETS, $(infodir)/org)
Luc Teirlinck <teirllm@auburn.edu>
parents:
57611
diff
changeset
|
325 $(MAKEINFO) url.texi |
3ff4d133e91c
(INFO_TARGETS, DVI_TARGETS, $(infodir)/org)
Luc Teirlinck <teirllm@auburn.edu>
parents:
57611
diff
changeset
|
326 url.dvi: url.texi |
3ff4d133e91c
(INFO_TARGETS, DVI_TARGETS, $(infodir)/org)
Luc Teirlinck <teirllm@auburn.edu>
parents:
57611
diff
changeset
|
327 $(ENVADD) $(TEXI2DVI) $(srcdir)/url.texi |
3ff4d133e91c
(INFO_TARGETS, DVI_TARGETS, $(infodir)/org)
Luc Teirlinck <teirllm@auburn.edu>
parents:
57611
diff
changeset
|
328 |
65569
0e604c748e6f
(INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
Eli Zaretskii <eliz@gnu.org>
parents:
64890
diff
changeset
|
329 $(infodir)/newsticker: newsticker.texi |
0e604c748e6f
(INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
Eli Zaretskii <eliz@gnu.org>
parents:
64890
diff
changeset
|
330 $(MAKEINFO) newsticker.texi |
0e604c748e6f
(INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
Eli Zaretskii <eliz@gnu.org>
parents:
64890
diff
changeset
|
331 newsticker.dvi: newsticker.texi |
65611
e9bbecf3b555
(newsticker.dvi): Fix erroneous use of curly brackets on macro `srcdir'.
Juanma Barranquero <lekktu@gmail.com>
parents:
65569
diff
changeset
|
332 $(ENVADD) $(TEXI2DVI) $(srcdir)/newsticker.texi |
65569
0e604c748e6f
(INFO_TARGETS, DVI_TARGETS): Add newsticker targets.
Eli Zaretskii <eliz@gnu.org>
parents:
64890
diff
changeset
|
333 |
52423 | 334 mostlyclean: |
54200
b0293635c42b
* man/makefile.w32-in (mostlyclean, clean, maintainer-clean): Use
Juanma Barranquero <lekktu@gmail.com>
parents:
52428
diff
changeset
|
335 - $(DEL) *.log *.cp *.fn *.ky *.pg *.vr core *.tp *.core gnustmp.* |
52423 | 336 |
337 clean: mostlyclean | |
54200
b0293635c42b
* man/makefile.w32-in (mostlyclean, clean, maintainer-clean): Use
Juanma Barranquero <lekktu@gmail.com>
parents:
52428
diff
changeset
|
338 - $(DEL) *.dvi |
b0293635c42b
* man/makefile.w32-in (mostlyclean, clean, maintainer-clean): Use
Juanma Barranquero <lekktu@gmail.com>
parents:
52428
diff
changeset
|
339 - $(DEL) $(infodir)/emacs* $(infodir)/ccmode* \ |
b0293635c42b
* man/makefile.w32-in (mostlyclean, clean, maintainer-clean): Use
Juanma Barranquero <lekktu@gmail.com>
parents:
52428
diff
changeset
|
340 $(infodir)/cl* $(infodir)/dired-x* \ |
b0293635c42b
* man/makefile.w32-in (mostlyclean, clean, maintainer-clean): Use
Juanma Barranquero <lekktu@gmail.com>
parents:
52428
diff
changeset
|
341 $(infodir)/ediff* $(infodir)/forms* \ |
b0293635c42b
* man/makefile.w32-in (mostlyclean, clean, maintainer-clean): Use
Juanma Barranquero <lekktu@gmail.com>
parents:
52428
diff
changeset
|
342 $(infodir)/gnus* $(infodir)/info* \ |
b0293635c42b
* man/makefile.w32-in (mostlyclean, clean, maintainer-clean): Use
Juanma Barranquero <lekktu@gmail.com>
parents:
52428
diff
changeset
|
343 $(infodir)/message* $(infodir)/mh-e* \ |
b0293635c42b
* man/makefile.w32-in (mostlyclean, clean, maintainer-clean): Use
Juanma Barranquero <lekktu@gmail.com>
parents:
52428
diff
changeset
|
344 $(infodir)/reftex* $(infodir)/sc* \ |
56139
63b214383e98
(INFO_TARGETS, DVI_TARGETS, EMACSSOURCES): Add emacs-xtra.
Juanma Barranquero <lekktu@gmail.com>
parents:
56026
diff
changeset
|
345 $(infodir)/vip* $(infodir)/widget* \ |
63b214383e98
(INFO_TARGETS, DVI_TARGETS, EMACSSOURCES): Add emacs-xtra.
Juanma Barranquero <lekktu@gmail.com>
parents:
56026
diff
changeset
|
346 $(infodir)/efaq* $(infodir)/ada-mode* \ |
63b214383e98
(INFO_TARGETS, DVI_TARGETS, EMACSSOURCES): Add emacs-xtra.
Juanma Barranquero <lekktu@gmail.com>
parents:
56026
diff
changeset
|
347 $(infodir)/autotype* $(infodir)/calc* \ |
63b214383e98
(INFO_TARGETS, DVI_TARGETS, EMACSSOURCES): Add emacs-xtra.
Juanma Barranquero <lekktu@gmail.com>
parents:
56026
diff
changeset
|
348 $(infodir)/idlwave* $(infodir)/eudc* \ |
63b214383e98
(INFO_TARGETS, DVI_TARGETS, EMACSSOURCES): Add emacs-xtra.
Juanma Barranquero <lekktu@gmail.com>
parents:
56026
diff
changeset
|
349 $(infodir)/ebrowse* $(infodir)/pcl-cvs* \ |
63b214383e98
(INFO_TARGETS, DVI_TARGETS, EMACSSOURCES): Add emacs-xtra.
Juanma Barranquero <lekktu@gmail.com>
parents:
56026
diff
changeset
|
350 $(infodir)/woman* $(infodir)/eshell* \ |
54200
b0293635c42b
* man/makefile.w32-in (mostlyclean, clean, maintainer-clean): Use
Juanma Barranquero <lekktu@gmail.com>
parents:
52428
diff
changeset
|
351 $(infodir)/speedbar* $(infodir)/tramp* \ |
56139
63b214383e98
(INFO_TARGETS, DVI_TARGETS, EMACSSOURCES): Add emacs-xtra.
Juanma Barranquero <lekktu@gmail.com>
parents:
56026
diff
changeset
|
352 $(infodir)/ses* $(infodir)/smtpmail* \ |
58860
3ff4d133e91c
(INFO_TARGETS, DVI_TARGETS, $(infodir)/org)
Luc Teirlinck <teirllm@auburn.edu>
parents:
57611
diff
changeset
|
353 $(infodir)/url* $(infodir)/org* \ |
56139
63b214383e98
(INFO_TARGETS, DVI_TARGETS, EMACSSOURCES): Add emacs-xtra.
Juanma Barranquero <lekktu@gmail.com>
parents:
56026
diff
changeset
|
354 $(infodir)/flymake* |
52423 | 355 |
356 distclean: clean | |
357 | |
358 maintainer-clean: distclean | |
54200
b0293635c42b
* man/makefile.w32-in (mostlyclean, clean, maintainer-clean): Use
Juanma Barranquero <lekktu@gmail.com>
parents:
52428
diff
changeset
|
359 - $(DEL) *.aux *.cps *.fns *.kys *.pgs *.vrs *.toc |
52423 | 360 # Don't delete these, because they are outside the current directory. |
361 # for file in $(INFO_TARGETS); do rm -f $${file}*; done | |
362 | |
363 | |
364 # Formerly this directory had texindex.c and getopt.c in it | |
365 # and this makefile built them to make texindex. | |
366 # That caused trouble because this is run entirely in the source directory. | |
367 # Since we expect to get texi2dvi from elsewhere, | |
368 # it is ok to expect texindex from elsewhere also. |