Mercurial > emacs
annotate man/Makefile.in @ 35837:eda9214571fb
(LATIN): Include ${srcdir}/quail/latin-alt.elc.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Thu, 01 Feb 2001 23:47:16 +0000 |
parents | c38270499602 |
children | c8fb06423da0 |
rev | line source |
---|---|
10686 | 1 #### Makefile for the Emacs Manual and other documentation. |
2 | |
3 # Where to find the source code. The source code for Emacs's C kernel is | |
4 # expected to be in ${srcdir}/src, and the source code for Emacs's | |
5 # utility programs is expected to be in ${srcdir}/lib-src. This is | |
6 # set by the configure script's `--srcdir' option. | |
7 srcdir=@srcdir@ | |
8 | |
9 # Tell make where to find source files; this is needed for the makefiles. | |
10 VPATH=@srcdir@ | |
11 | |
12 | |
13 # The makeinfo program is part of the Texinfo distribution. | |
14 MAKEINFO = makeinfo | |
23820
3d67195ddc6a
(INFO_TARGETS): Delete customize.info.
Markus Rost <rost@math.uni-bielefeld.de>
parents:
22105
diff
changeset
|
15 INFO_TARGETS = ../info/emacs ../info/ccmode ../info/cl \ |
22105 | 16 ../info/dired-x ../info/ediff ../info/forms ../info/gnus \ |
17 ../info/info ../info/message ../info/mh-e ../info/reftex \ | |
25477 | 18 ../info/sc ../info/vip ../info/viper ../info/widget \ |
27179
c587e73a28e4
(INFO_TARGETS): Rename emacs-faq to efaq (for
Eli Zaretskii <eliz@gnu.org>
parents:
27104
diff
changeset
|
19 ../info/efaq ../info/ada-mode ../info/autotype \ |
30661
0274b845303e
(INFO_TARGETS): Add ../info/woman.
Eli Zaretskii <eliz@gnu.org>
parents:
29350
diff
changeset
|
20 ../info/idlwave ../info/eudc ../info/ebrowse ../info/pcl-cvs \ |
32675
4761f4751766
* Makefile.in (Speedbar): Added build targets for speedbar.texi
Eric M. Ludlam <zappo@gnu.org>
parents:
32450
diff
changeset
|
21 ../info/woman ../info/emacs-mime ../info/eshell \ |
4761f4751766
* Makefile.in (Speedbar): Added build targets for speedbar.texi
Eric M. Ludlam <zappo@gnu.org>
parents:
32450
diff
changeset
|
22 ../info/speedbar |
23820
3d67195ddc6a
(INFO_TARGETS): Delete customize.info.
Markus Rost <rost@math.uni-bielefeld.de>
parents:
22105
diff
changeset
|
23 DVI_TARGETS = emacs.dvi cc-mode.dvi cl.dvi dired-x.dvi \ |
20863
6ee33d0e1682
(reftex.dvi, ../info/reftex): New targets.
Richard M. Stallman <rms@gnu.org>
parents:
19968
diff
changeset
|
24 ediff.dvi forms.dvi gnus.dvi message.dvi mh-e.dvi \ |
25914
5b157f24c1e8
(INFO_TARGETS, DVI_TARGETS): Add ada-mode.
Gerd Moellmann <gerd@gnu.org>
parents:
25477
diff
changeset
|
25 reftex.dvi sc.dvi vip.dvi viper.dvi widget.dvi faq.dvi \ |
29350
9ec9be532ad2
(INFO_TARGETS, DVI_TARGETS: Add pcl-cvs.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28866
diff
changeset
|
26 ada-mode.dvi autotype.dvi idlwave.dvi eudc.dvi ebrowse.dvi \ |
32675
4761f4751766
* Makefile.in (Speedbar): Added build targets for speedbar.texi
Eric M. Ludlam <zappo@gnu.org>
parents:
32450
diff
changeset
|
27 pcl-cvs.dvi woman.dvi emacs-mime.dvi eshell.dvi \ |
4761f4751766
* Makefile.in (Speedbar): Added build targets for speedbar.texi
Eric M. Ludlam <zappo@gnu.org>
parents:
32450
diff
changeset
|
28 speedbar.dvi |
33504
6f2387759887
(INFOSOURCES): Remove info-stnd.texi from prerequisites.
Eli Zaretskii <eliz@gnu.org>
parents:
32675
diff
changeset
|
29 INFOSOURCES = info.texi |
10686 | 30 |
31 # The following rule does not work with all versions of `make'. | |
32 .SUFFIXES: .texi .dvi | |
33 .texi.dvi: | |
34 texi2dvi $< | |
35 | |
36 TEXI2DVI = texi2dvi | |
21392
20bc0bd34ada
(ENVADD): Enviroment vars to pass to texi2dvi. Use
Andreas Schwab <schwab@suse.de>
parents:
20863
diff
changeset
|
37 ENVADD = TEXINPUTS="$(srcdir):$(TEXINPUTS)" MAKEINFO="$(MAKEINFO) -I$(srcdir)" |
10686 | 38 |
39 EMACSSOURCES= \ | |
40 ${srcdir}/emacs.texi \ | |
41 ${srcdir}/screen.texi \ | |
42 ${srcdir}/commands.texi \ | |
43 ${srcdir}/entering.texi \ | |
44 ${srcdir}/basic.texi \ | |
45 ${srcdir}/mini.texi \ | |
46 ${srcdir}/m-x.texi \ | |
47 ${srcdir}/help.texi \ | |
48 ${srcdir}/mark.texi \ | |
49 ${srcdir}/killing.texi \ | |
50 ${srcdir}/regs.texi \ | |
51 ${srcdir}/display.texi \ | |
52 ${srcdir}/search.texi \ | |
53 ${srcdir}/fixit.texi \ | |
54 ${srcdir}/files.texi \ | |
55 ${srcdir}/buffers.texi \ | |
56 ${srcdir}/windows.texi \ | |
57 ${srcdir}/frames.texi \ | |
21965
3681d61e4ed8
(EMACSSOURCES): Add mule.texi.
Richard M. Stallman <rms@gnu.org>
parents:
21392
diff
changeset
|
58 ${srcdir}/mule.texi \ |
10686 | 59 ${srcdir}/major.texi \ |
60 ${srcdir}/indent.texi \ | |
61 ${srcdir}/text.texi \ | |
62 ${srcdir}/programs.texi \ | |
63 ${srcdir}/building.texi \ | |
64 ${srcdir}/abbrevs.texi \ | |
65 ${srcdir}/picture.texi \ | |
66 ${srcdir}/sending.texi \ | |
67 ${srcdir}/rmail.texi \ | |
68 ${srcdir}/dired.texi \ | |
69 ${srcdir}/calendar.texi \ | |
70 ${srcdir}/misc.texi \ | |
71 ${srcdir}/custom.texi \ | |
72 ${srcdir}/trouble.texi \ | |
73 ${srcdir}/cmdargs.texi \ | |
74 ${srcdir}/anti.texi \ | |
21968
42f675eaceff
(EMACSSOURCES): Add msdog.texi, ack.texi. Remove gnu1.texi.
Richard M. Stallman <rms@gnu.org>
parents:
21965
diff
changeset
|
75 ${srcdir}/msdog.texi \ |
10686 | 76 ${srcdir}/gnu.texi \ |
21968
42f675eaceff
(EMACSSOURCES): Add msdog.texi, ack.texi. Remove gnu1.texi.
Richard M. Stallman <rms@gnu.org>
parents:
21965
diff
changeset
|
77 ${srcdir}/glossary.texi \ |
42f675eaceff
(EMACSSOURCES): Add msdog.texi, ack.texi. Remove gnu1.texi.
Richard M. Stallman <rms@gnu.org>
parents:
21965
diff
changeset
|
78 ${srcdir}/ack.texi |
10686 | 79 |
80 info: $(INFO_TARGETS) | |
81 | |
82 dvi: $(DVI_TARGETS) | |
83 | |
15467
5211a1402647
(All info targets): Specify $(srcdir) in input files. Specify -I option.
Richard M. Stallman <rms@gnu.org>
parents:
14103
diff
changeset
|
84 # Note that all the Info targets build the Info files |
5211a1402647
(All info targets): Specify $(srcdir) in input files. Specify -I option.
Richard M. Stallman <rms@gnu.org>
parents:
14103
diff
changeset
|
85 # in srcdir. There is no provision for Info files |
5211a1402647
(All info targets): Specify $(srcdir) in input files. Specify -I option.
Richard M. Stallman <rms@gnu.org>
parents:
14103
diff
changeset
|
86 # to exist in the build directory. |
5211a1402647
(All info targets): Specify $(srcdir) in input files. Specify -I option.
Richard M. Stallman <rms@gnu.org>
parents:
14103
diff
changeset
|
87 # In a distribution of Emacs, the Info files should be up to date. |
5211a1402647
(All info targets): Specify $(srcdir) in input files. Specify -I option.
Richard M. Stallman <rms@gnu.org>
parents:
14103
diff
changeset
|
88 |
10686 | 89 ../info/info: ${INFOSOURCES} |
15468
641d6a7398ff
(All info targets): cd $(srcdir) to do the work.
Richard M. Stallman <rms@gnu.org>
parents:
15467
diff
changeset
|
90 cd $(srcdir); $(MAKEINFO) --no-split info.texi |
10686 | 91 |
92 info.dvi: ${INFOSOURCES} | |
21392
20bc0bd34ada
(ENVADD): Enviroment vars to pass to texi2dvi. Use
Andreas Schwab <schwab@suse.de>
parents:
20863
diff
changeset
|
93 $(ENVADD) $(TEXI2DVI) ${srcdir}/info.texi |
10686 | 94 |
95 ../info/emacs: ${EMACSSOURCES} | |
15468
641d6a7398ff
(All info targets): cd $(srcdir) to do the work.
Richard M. Stallman <rms@gnu.org>
parents:
15467
diff
changeset
|
96 cd $(srcdir); $(MAKEINFO) emacs.texi |
10686 | 97 |
98 emacs.dvi: ${EMACSSOURCES} | |
21392
20bc0bd34ada
(ENVADD): Enviroment vars to pass to texi2dvi. Use
Andreas Schwab <schwab@suse.de>
parents:
20863
diff
changeset
|
99 $(ENVADD) $(TEXI2DVI) ${srcdir}/emacs.texi |
10686 | 100 |
14103
b6ec260d7c2c
(../info/ccmode): Renamed from ../info/cc-mode.
Karl Heuer <kwzh@gnu.org>
parents:
13666
diff
changeset
|
101 ../info/ccmode: cc-mode.texi |
15468
641d6a7398ff
(All info targets): cd $(srcdir) to do the work.
Richard M. Stallman <rms@gnu.org>
parents:
15467
diff
changeset
|
102 cd $(srcdir); $(MAKEINFO) cc-mode.texi |
13666
e97eebb1206d
(../info/cc-mode, cc-mode.dvi): New targets.
Richard M. Stallman <rms@gnu.org>
parents:
12384
diff
changeset
|
103 cc-mode.dvi: cc-mode.texi |
21392
20bc0bd34ada
(ENVADD): Enviroment vars to pass to texi2dvi. Use
Andreas Schwab <schwab@suse.de>
parents:
20863
diff
changeset
|
104 $(ENVADD) $(TEXI2DVI) ${srcdir}/cc-mode.texi |
13666
e97eebb1206d
(../info/cc-mode, cc-mode.dvi): New targets.
Richard M. Stallman <rms@gnu.org>
parents:
12384
diff
changeset
|
105 |
25914
5b157f24c1e8
(INFO_TARGETS, DVI_TARGETS): Add ada-mode.
Gerd Moellmann <gerd@gnu.org>
parents:
25477
diff
changeset
|
106 ../info/ada-mode: ada-mode.texi |
5b157f24c1e8
(INFO_TARGETS, DVI_TARGETS): Add ada-mode.
Gerd Moellmann <gerd@gnu.org>
parents:
25477
diff
changeset
|
107 cd $(srcdir); $(MAKEINFO) ada-mode.texi |
5b157f24c1e8
(INFO_TARGETS, DVI_TARGETS): Add ada-mode.
Gerd Moellmann <gerd@gnu.org>
parents:
25477
diff
changeset
|
108 ada-mode.dvi: ada-mode.texi |
5b157f24c1e8
(INFO_TARGETS, DVI_TARGETS): Add ada-mode.
Gerd Moellmann <gerd@gnu.org>
parents:
25477
diff
changeset
|
109 $(ENVADD) $(TEXI2DVI) ${srcdir}/ada-mode.texi |
5b157f24c1e8
(INFO_TARGETS, DVI_TARGETS): Add ada-mode.
Gerd Moellmann <gerd@gnu.org>
parents:
25477
diff
changeset
|
110 |
29350
9ec9be532ad2
(INFO_TARGETS, DVI_TARGETS: Add pcl-cvs.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28866
diff
changeset
|
111 ../info/pcl-cvs: pcl-cvs.texi |
9ec9be532ad2
(INFO_TARGETS, DVI_TARGETS: Add pcl-cvs.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28866
diff
changeset
|
112 cd $(srcdir); $(MAKEINFO) pcl-cvs.texi |
9ec9be532ad2
(INFO_TARGETS, DVI_TARGETS: Add pcl-cvs.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28866
diff
changeset
|
113 pcl-cvs.dvi: pcl-cvs.texi |
9ec9be532ad2
(INFO_TARGETS, DVI_TARGETS: Add pcl-cvs.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28866
diff
changeset
|
114 $(ENVADD) $(TEXI2DVI) ${srcdir}/pcl-cvs.texi |
9ec9be532ad2
(INFO_TARGETS, DVI_TARGETS: Add pcl-cvs.
Stefan Monnier <monnier@iro.umontreal.ca>
parents:
28866
diff
changeset
|
115 |
32450
99899af1ec94
Added the beginnings of proper Eshell documentation.
John Wiegley <johnw@newartisans.com>
parents:
31862
diff
changeset
|
116 ../info/eshell: eshell.texi |
99899af1ec94
Added the beginnings of proper Eshell documentation.
John Wiegley <johnw@newartisans.com>
parents:
31862
diff
changeset
|
117 cd $(srcdir); $(MAKEINFO) eshell.texi |
99899af1ec94
Added the beginnings of proper Eshell documentation.
John Wiegley <johnw@newartisans.com>
parents:
31862
diff
changeset
|
118 eshell.dvi: eshell.texi |
99899af1ec94
Added the beginnings of proper Eshell documentation.
John Wiegley <johnw@newartisans.com>
parents:
31862
diff
changeset
|
119 $(ENVADD) $(TEXI2DVI) ${srcdir}/eshell.texi |
99899af1ec94
Added the beginnings of proper Eshell documentation.
John Wiegley <johnw@newartisans.com>
parents:
31862
diff
changeset
|
120 |
10686 | 121 ../info/cl: cl.texi |
15468
641d6a7398ff
(All info targets): cd $(srcdir) to do the work.
Richard M. Stallman <rms@gnu.org>
parents:
15467
diff
changeset
|
122 cd $(srcdir); $(MAKEINFO) cl.texi |
10686 | 123 cl.dvi: cl.texi |
21392
20bc0bd34ada
(ENVADD): Enviroment vars to pass to texi2dvi. Use
Andreas Schwab <schwab@suse.de>
parents:
20863
diff
changeset
|
124 $(ENVADD) $(TEXI2DVI) ${srcdir}/cl.texi |
10686 | 125 |
126 ../info/dired-x: dired-x.texi | |
15468
641d6a7398ff
(All info targets): cd $(srcdir) to do the work.
Richard M. Stallman <rms@gnu.org>
parents:
15467
diff
changeset
|
127 cd $(srcdir); $(MAKEINFO) dired-x.texi |
10686 | 128 dired-x.dvi: dired-x.texi |
21392
20bc0bd34ada
(ENVADD): Enviroment vars to pass to texi2dvi. Use
Andreas Schwab <schwab@suse.de>
parents:
20863
diff
changeset
|
129 $(ENVADD) $(TEXI2DVI) ${srcdir}/dired-x.texi |
10686 | 130 |
12384
13dd2463be12
(../info/ediff, ediff.dvi): New targets.
Richard M. Stallman <rms@gnu.org>
parents:
11511
diff
changeset
|
131 ../info/ediff: ediff.texi |
15468
641d6a7398ff
(All info targets): cd $(srcdir) to do the work.
Richard M. Stallman <rms@gnu.org>
parents:
15467
diff
changeset
|
132 cd $(srcdir); $(MAKEINFO) ediff.texi |
12384
13dd2463be12
(../info/ediff, ediff.dvi): New targets.
Richard M. Stallman <rms@gnu.org>
parents:
11511
diff
changeset
|
133 ediff.dvi: ediff.texi |
21392
20bc0bd34ada
(ENVADD): Enviroment vars to pass to texi2dvi. Use
Andreas Schwab <schwab@suse.de>
parents:
20863
diff
changeset
|
134 $(ENVADD) $(TEXI2DVI) ${srcdir}/ediff.texi |
12384
13dd2463be12
(../info/ediff, ediff.dvi): New targets.
Richard M. Stallman <rms@gnu.org>
parents:
11511
diff
changeset
|
135 |
10686 | 136 ../info/forms: forms.texi |
15468
641d6a7398ff
(All info targets): cd $(srcdir) to do the work.
Richard M. Stallman <rms@gnu.org>
parents:
15467
diff
changeset
|
137 cd $(srcdir); $(MAKEINFO) forms.texi |
10686 | 138 forms.dvi: forms.texi |
21392
20bc0bd34ada
(ENVADD): Enviroment vars to pass to texi2dvi. Use
Andreas Schwab <schwab@suse.de>
parents:
20863
diff
changeset
|
139 $(ENVADD) $(TEXI2DVI) ${srcdir}/forms.texi |
10686 | 140 |
19968
88dd57f50303
Merge changes mistakenly made to `Makefile'.
Paul Eggert <eggert@twinsun.com>
parents:
17335
diff
changeset
|
141 ../info/gnus: gnus.texi |
88dd57f50303
Merge changes mistakenly made to `Makefile'.
Paul Eggert <eggert@twinsun.com>
parents:
17335
diff
changeset
|
142 cd $(srcdir); $(MAKEINFO) gnus.texi |
88dd57f50303
Merge changes mistakenly made to `Makefile'.
Paul Eggert <eggert@twinsun.com>
parents:
17335
diff
changeset
|
143 gnus.dvi: gnus.texi |
34558 | 144 sed -e '/@iflatex/,/@end iflatex/d' ${srcdir}/gnus.texi > gnustmp.texi |
145 $(ENVADD) $(TEXI2DVI) gnustmp.texi | |
146 cp gnustmp.dvi $*.dvi | |
147 rm gnustmp.* | |
19968
88dd57f50303
Merge changes mistakenly made to `Makefile'.
Paul Eggert <eggert@twinsun.com>
parents:
17335
diff
changeset
|
148 |
88dd57f50303
Merge changes mistakenly made to `Makefile'.
Paul Eggert <eggert@twinsun.com>
parents:
17335
diff
changeset
|
149 ../info/message: message.texi |
88dd57f50303
Merge changes mistakenly made to `Makefile'.
Paul Eggert <eggert@twinsun.com>
parents:
17335
diff
changeset
|
150 cd $(srcdir); $(MAKEINFO) message.texi |
88dd57f50303
Merge changes mistakenly made to `Makefile'.
Paul Eggert <eggert@twinsun.com>
parents:
17335
diff
changeset
|
151 message.dvi: message.texi |
21392
20bc0bd34ada
(ENVADD): Enviroment vars to pass to texi2dvi. Use
Andreas Schwab <schwab@suse.de>
parents:
20863
diff
changeset
|
152 $(ENVADD) $(TEXI2DVI) ${srcdir}/message.texi |
19968
88dd57f50303
Merge changes mistakenly made to `Makefile'.
Paul Eggert <eggert@twinsun.com>
parents:
17335
diff
changeset
|
153 |
11478
8a5fc4539429
(INFO_TARGETS, DVI_TARGETS): Add mh-e targets.
Richard M. Stallman <rms@gnu.org>
parents:
10686
diff
changeset
|
154 ../info/mh-e: mh-e.texi |
15468
641d6a7398ff
(All info targets): cd $(srcdir) to do the work.
Richard M. Stallman <rms@gnu.org>
parents:
15467
diff
changeset
|
155 cd $(srcdir); $(MAKEINFO) mh-e.texi |
11478
8a5fc4539429
(INFO_TARGETS, DVI_TARGETS): Add mh-e targets.
Richard M. Stallman <rms@gnu.org>
parents:
10686
diff
changeset
|
156 mh-e.dvi: mh-e.texi |
21392
20bc0bd34ada
(ENVADD): Enviroment vars to pass to texi2dvi. Use
Andreas Schwab <schwab@suse.de>
parents:
20863
diff
changeset
|
157 $(ENVADD) $(TEXI2DVI) ${srcdir}/mh-e.texi |
11478
8a5fc4539429
(INFO_TARGETS, DVI_TARGETS): Add mh-e targets.
Richard M. Stallman <rms@gnu.org>
parents:
10686
diff
changeset
|
158 |
20863
6ee33d0e1682
(reftex.dvi, ../info/reftex): New targets.
Richard M. Stallman <rms@gnu.org>
parents:
19968
diff
changeset
|
159 ../info/reftex: reftex.texi |
6ee33d0e1682
(reftex.dvi, ../info/reftex): New targets.
Richard M. Stallman <rms@gnu.org>
parents:
19968
diff
changeset
|
160 cd $(srcdir); $(MAKEINFO) reftex.texi |
6ee33d0e1682
(reftex.dvi, ../info/reftex): New targets.
Richard M. Stallman <rms@gnu.org>
parents:
19968
diff
changeset
|
161 reftex.dvi: reftex.texi |
21392
20bc0bd34ada
(ENVADD): Enviroment vars to pass to texi2dvi. Use
Andreas Schwab <schwab@suse.de>
parents:
20863
diff
changeset
|
162 $(ENVADD) $(TEXI2DVI) ${srcdir}/reftex.texi |
20863
6ee33d0e1682
(reftex.dvi, ../info/reftex): New targets.
Richard M. Stallman <rms@gnu.org>
parents:
19968
diff
changeset
|
163 |
10686 | 164 ../info/sc: sc.texi |
15468
641d6a7398ff
(All info targets): cd $(srcdir) to do the work.
Richard M. Stallman <rms@gnu.org>
parents:
15467
diff
changeset
|
165 cd $(srcdir); $(MAKEINFO) sc.texi |
10686 | 166 sc.dvi: sc.texi |
21392
20bc0bd34ada
(ENVADD): Enviroment vars to pass to texi2dvi. Use
Andreas Schwab <schwab@suse.de>
parents:
20863
diff
changeset
|
167 $(ENVADD) $(TEXI2DVI) ${srcdir}/sc.texi |
10686 | 168 |
169 ../info/vip: vip.texi | |
15468
641d6a7398ff
(All info targets): cd $(srcdir) to do the work.
Richard M. Stallman <rms@gnu.org>
parents:
15467
diff
changeset
|
170 cd $(srcdir); $(MAKEINFO) vip.texi |
10686 | 171 vip.dvi: vip.texi |
21392
20bc0bd34ada
(ENVADD): Enviroment vars to pass to texi2dvi. Use
Andreas Schwab <schwab@suse.de>
parents:
20863
diff
changeset
|
172 $(ENVADD) $(TEXI2DVI) ${srcdir}/vip.texi |
10686 | 173 |
19968
88dd57f50303
Merge changes mistakenly made to `Makefile'.
Paul Eggert <eggert@twinsun.com>
parents:
17335
diff
changeset
|
174 ../info/viper: viper.texi |
88dd57f50303
Merge changes mistakenly made to `Makefile'.
Paul Eggert <eggert@twinsun.com>
parents:
17335
diff
changeset
|
175 cd $(srcdir); $(MAKEINFO) viper.texi |
88dd57f50303
Merge changes mistakenly made to `Makefile'.
Paul Eggert <eggert@twinsun.com>
parents:
17335
diff
changeset
|
176 viper.dvi: viper.texi |
21392
20bc0bd34ada
(ENVADD): Enviroment vars to pass to texi2dvi. Use
Andreas Schwab <schwab@suse.de>
parents:
20863
diff
changeset
|
177 $(ENVADD) $(TEXI2DVI) ${srcdir}/viper.texi |
15525
521a4d5ccea0
Add rules for the Message manual.
Lars Magne Ingebrigtsen <larsi@gnus.org>
parents:
15468
diff
changeset
|
178 |
17335
d80b4f8daf6d
Added widget and custom manuals.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
15525
diff
changeset
|
179 ../info/widget: widget.texi |
d80b4f8daf6d
Added widget and custom manuals.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
15525
diff
changeset
|
180 cd $(srcdir); $(MAKEINFO) widget.texi |
d80b4f8daf6d
Added widget and custom manuals.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
15525
diff
changeset
|
181 widget.dvi: widget.texi |
21392
20bc0bd34ada
(ENVADD): Enviroment vars to pass to texi2dvi. Use
Andreas Schwab <schwab@suse.de>
parents:
20863
diff
changeset
|
182 $(ENVADD) $(TEXI2DVI) ${srcdir}/widget.texi |
17335
d80b4f8daf6d
Added widget and custom manuals.
Per Abrahamsen <abraham@dina.kvl.dk>
parents:
15525
diff
changeset
|
183 |
27179
c587e73a28e4
(INFO_TARGETS): Rename emacs-faq to efaq (for
Eli Zaretskii <eliz@gnu.org>
parents:
27104
diff
changeset
|
184 ../info/efaq: faq.texi |
25477 | 185 cd $(srcdir); $(MAKEINFO) faq.texi |
186 faq.dvi: faq.texi | |
187 $(ENVADD) $(TEXI2DVI) ${srcdir}/faq.texi | |
188 | |
10686 | 189 ../etc/GNU: gnu1.texi gnu.texi |
21392
20bc0bd34ada
(ENVADD): Enviroment vars to pass to texi2dvi. Use
Andreas Schwab <schwab@suse.de>
parents:
20863
diff
changeset
|
190 cd $(srcdir) && makeinfo --no-headers -o ../etc/GNU gnu1.texi |
10686 | 191 |
26150 | 192 ../info/autotype: autotype.texi |
193 cd $(srcdir); $(MAKEINFO) autotype.texi | |
194 autotype.dvi: autotype.texi | |
195 $(ENVADD) $(TEXI2DVI) ${srcdir}/autotype.texi | |
196 | |
34739
c38270499602
(../info/idlwave): Use --no-split.
Eli Zaretskii <eliz@gnu.org>
parents:
34558
diff
changeset
|
197 # This is produced with --no-split to avoid making files whose |
c38270499602
(../info/idlwave): Use --no-split.
Eli Zaretskii <eliz@gnu.org>
parents:
34558
diff
changeset
|
198 # names clash on DOS 8+3 filesystems |
27104
02916c79485d
(INFO_TARGETS, DVI_TARGETS): Add idlwave.
Eli Zaretskii <eliz@gnu.org>
parents:
26150
diff
changeset
|
199 ../info/idlwave: idlwave.texi |
34739
c38270499602
(../info/idlwave): Use --no-split.
Eli Zaretskii <eliz@gnu.org>
parents:
34558
diff
changeset
|
200 cd $(srcdir); $(MAKEINFO) --no-split idlwave.texi |
27104
02916c79485d
(INFO_TARGETS, DVI_TARGETS): Add idlwave.
Eli Zaretskii <eliz@gnu.org>
parents:
26150
diff
changeset
|
201 idlwave.dvi: idlwave.texi |
02916c79485d
(INFO_TARGETS, DVI_TARGETS): Add idlwave.
Eli Zaretskii <eliz@gnu.org>
parents:
26150
diff
changeset
|
202 $(ENVADD) $(TEXI2DVI) ${srcdir}/idlwave.texi |
02916c79485d
(INFO_TARGETS, DVI_TARGETS): Add idlwave.
Eli Zaretskii <eliz@gnu.org>
parents:
26150
diff
changeset
|
203 |
27314 | 204 ../info/eudc: eudc.texi |
205 cd $(srcdir); $(MAKEINFO) eudc.texi | |
206 eudc.dvi: eudc.texi | |
207 $(ENVADD) $(TEXI2DVI) ${srcdir}/eudc.texi | |
208 | |
28866
b8fc13474751
(INFO_TARGETS): Add info/ebrowse.
Gerd Moellmann <gerd@gnu.org>
parents:
27314
diff
changeset
|
209 ../info/ebrowse: ebrowse.texi |
b8fc13474751
(INFO_TARGETS): Add info/ebrowse.
Gerd Moellmann <gerd@gnu.org>
parents:
27314
diff
changeset
|
210 cd $(srcdir); $(MAKEINFO) ebrowse.texi |
b8fc13474751
(INFO_TARGETS): Add info/ebrowse.
Gerd Moellmann <gerd@gnu.org>
parents:
27314
diff
changeset
|
211 ebrowse.dvi: ebrowse.texi |
b8fc13474751
(INFO_TARGETS): Add info/ebrowse.
Gerd Moellmann <gerd@gnu.org>
parents:
27314
diff
changeset
|
212 $(ENVADD) $(TEXI2DVI) ${srcdir}/ebrowse.texi |
b8fc13474751
(INFO_TARGETS): Add info/ebrowse.
Gerd Moellmann <gerd@gnu.org>
parents:
27314
diff
changeset
|
213 |
30661
0274b845303e
(INFO_TARGETS): Add ../info/woman.
Eli Zaretskii <eliz@gnu.org>
parents:
29350
diff
changeset
|
214 ../info/woman: woman.texi |
0274b845303e
(INFO_TARGETS): Add ../info/woman.
Eli Zaretskii <eliz@gnu.org>
parents:
29350
diff
changeset
|
215 cd $(srcdir); $(MAKEINFO) woman.texi |
0274b845303e
(INFO_TARGETS): Add ../info/woman.
Eli Zaretskii <eliz@gnu.org>
parents:
29350
diff
changeset
|
216 woman.dvi: woman.texi |
0274b845303e
(INFO_TARGETS): Add ../info/woman.
Eli Zaretskii <eliz@gnu.org>
parents:
29350
diff
changeset
|
217 $(ENVADD) $(TEXI2DVI) ${srcdir}/woman.texi |
0274b845303e
(INFO_TARGETS): Add ../info/woman.
Eli Zaretskii <eliz@gnu.org>
parents:
29350
diff
changeset
|
218 |
32675
4761f4751766
* Makefile.in (Speedbar): Added build targets for speedbar.texi
Eric M. Ludlam <zappo@gnu.org>
parents:
32450
diff
changeset
|
219 ../info/speedbar: speedbar.texi |
4761f4751766
* Makefile.in (Speedbar): Added build targets for speedbar.texi
Eric M. Ludlam <zappo@gnu.org>
parents:
32450
diff
changeset
|
220 cd $(srcdir); $(MAKEINFO) speedbar.texi |
4761f4751766
* Makefile.in (Speedbar): Added build targets for speedbar.texi
Eric M. Ludlam <zappo@gnu.org>
parents:
32450
diff
changeset
|
221 speedbar.dvi: speedbar.texi |
4761f4751766
* Makefile.in (Speedbar): Added build targets for speedbar.texi
Eric M. Ludlam <zappo@gnu.org>
parents:
32450
diff
changeset
|
222 $(ENVADD) $(TEXI2DVI) ${srcdir}/speedbar.texi |
31854 | 223 |
224 ../info/emacs-mime: emacs-mime.texi | |
225 cd $(srcdir); $(MAKEINFO) emacs-mime.texi | |
226 emacs-mime.dvi: emacs-mime.texi | |
227 $(ENVADD) $(TEXI2DVI) ${srcdir}/emacs-mime.texi | |
228 | |
10686 | 229 mostlyclean: |
34558 | 230 rm -f *.log *.cp *.fn *.ky *.pg *.vr core gnustmp.* |
10686 | 231 |
232 clean: mostlyclean | |
233 rm -f *.dvi | |
234 | |
235 distclean: clean | |
236 | |
237 maintainer-clean: distclean | |
238 rm -f *.aux *.cps *.fns *.kys *.pgs *.vrs | |
239 # Don't delete these, because they are outside the current directory. | |
240 # for file in $(INFO_TARGETS); do rm -f $${file}*; done | |
241 | |
242 | |
243 # Formerly this directory had texindex.c and getopt.c in it | |
244 # and this makefile built them to make texindex. | |
245 # That caused trouble because this is run entirely in the source directory. | |
246 # Since we expect to get texi2dvi from elsewhere, | |
247 # it is ok to expect texindex from elsewhere also. |