Mercurial > emacs
annotate man/Makefile.in @ 15468:641d6a7398ff
(All info targets): cd $(srcdir) to do the work.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 20 Jun 1996 21:20:11 +0000 |
parents | 5211a1402647 |
children | 521a4d5ccea0 |
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 | |
14103
b6ec260d7c2c
(../info/ccmode): Renamed from ../info/cc-mode.
Karl Heuer <kwzh@gnu.org>
parents:
13666
diff
changeset
|
15 INFO_TARGETS = ../info/emacs ../info/ccmode ../info/cl ../info/dired-x \ |
13666
e97eebb1206d
(../info/cc-mode, cc-mode.dvi): New targets.
Richard M. Stallman <rms@gnu.org>
parents:
12384
diff
changeset
|
16 ../info/ediff ../info/forms ../info/gnus ../info/info \ |
11511
b804f7df771d
(INFO_TARGETS, DVI_TARGETS): Add viper targets.
Richard M. Stallman <rms@gnu.org>
parents:
11478
diff
changeset
|
17 ../info/mh-e ../info/sc ../info/vip ../info/viper |
13666
e97eebb1206d
(../info/cc-mode, cc-mode.dvi): New targets.
Richard M. Stallman <rms@gnu.org>
parents:
12384
diff
changeset
|
18 DVI_TARGETS = emacs.dvi cc-mode.dvi cl.dvi dired-x.dvi ediff.dvi forms.dvi \ |
e97eebb1206d
(../info/cc-mode, cc-mode.dvi): New targets.
Richard M. Stallman <rms@gnu.org>
parents:
12384
diff
changeset
|
19 gnus.dvi mh-e.dvi sc.dvi vip.dvi viper.dvi |
10686 | 20 INFOSOURCES = info.texi info-stnd.texi |
21 | |
22 # The following rule does not work with all versions of `make'. | |
23 .SUFFIXES: .texi .dvi | |
24 .texi.dvi: | |
25 texi2dvi $< | |
26 | |
27 TEXI2DVI = texi2dvi | |
28 | |
29 EMACSSOURCES= \ | |
30 ${srcdir}/emacs.texi \ | |
31 ${srcdir}/screen.texi \ | |
32 ${srcdir}/commands.texi \ | |
33 ${srcdir}/entering.texi \ | |
34 ${srcdir}/basic.texi \ | |
35 ${srcdir}/mini.texi \ | |
36 ${srcdir}/m-x.texi \ | |
37 ${srcdir}/help.texi \ | |
38 ${srcdir}/mark.texi \ | |
39 ${srcdir}/killing.texi \ | |
40 ${srcdir}/regs.texi \ | |
41 ${srcdir}/display.texi \ | |
42 ${srcdir}/search.texi \ | |
43 ${srcdir}/fixit.texi \ | |
44 ${srcdir}/files.texi \ | |
45 ${srcdir}/buffers.texi \ | |
46 ${srcdir}/windows.texi \ | |
47 ${srcdir}/frames.texi \ | |
48 ${srcdir}/major.texi \ | |
49 ${srcdir}/indent.texi \ | |
50 ${srcdir}/text.texi \ | |
51 ${srcdir}/programs.texi \ | |
52 ${srcdir}/building.texi \ | |
53 ${srcdir}/abbrevs.texi \ | |
54 ${srcdir}/picture.texi \ | |
55 ${srcdir}/sending.texi \ | |
56 ${srcdir}/rmail.texi \ | |
57 ${srcdir}/dired.texi \ | |
58 ${srcdir}/calendar.texi \ | |
59 ${srcdir}/misc.texi \ | |
60 ${srcdir}/custom.texi \ | |
61 ${srcdir}/trouble.texi \ | |
62 ${srcdir}/cmdargs.texi \ | |
63 ${srcdir}/anti.texi \ | |
64 ${srcdir}/gnu.texi \ | |
65 ${srcdir}/gnu1.texi \ | |
66 ${srcdir}/glossary.texi | |
67 | |
68 info: $(INFO_TARGETS) | |
69 | |
70 dvi: $(DVI_TARGETS) | |
71 | |
15467
5211a1402647
(All info targets): Specify $(srcdir) in input files. Specify -I option.
Richard M. Stallman <rms@gnu.org>
parents:
14103
diff
changeset
|
72 # 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
|
73 # 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
|
74 # 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
|
75 # 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
|
76 |
10686 | 77 ../info/info: ${INFOSOURCES} |
15468
641d6a7398ff
(All info targets): cd $(srcdir) to do the work.
Richard M. Stallman <rms@gnu.org>
parents:
15467
diff
changeset
|
78 cd $(srcdir); $(MAKEINFO) --no-split info.texi |
10686 | 79 |
80 info.dvi: ${INFOSOURCES} | |
15467
5211a1402647
(All info targets): Specify $(srcdir) in input files. Specify -I option.
Richard M. Stallman <rms@gnu.org>
parents:
14103
diff
changeset
|
81 TEXINPUTS="$(srcdir) $(TEXINPUTS)"; $(TEXI2DVI) ${srcdir}/info.texi |
10686 | 82 |
83 ../info/emacs: ${EMACSSOURCES} | |
15468
641d6a7398ff
(All info targets): cd $(srcdir) to do the work.
Richard M. Stallman <rms@gnu.org>
parents:
15467
diff
changeset
|
84 cd $(srcdir); $(MAKEINFO) emacs.texi |
10686 | 85 |
86 emacs.dvi: ${EMACSSOURCES} | |
15467
5211a1402647
(All info targets): Specify $(srcdir) in input files. Specify -I option.
Richard M. Stallman <rms@gnu.org>
parents:
14103
diff
changeset
|
87 TEXINPUTS="$(srcdir) $(TEXINPUTS)"; $(TEXI2DVI) ${srcdir}/emacs.texi |
10686 | 88 |
14103
b6ec260d7c2c
(../info/ccmode): Renamed from ../info/cc-mode.
Karl Heuer <kwzh@gnu.org>
parents:
13666
diff
changeset
|
89 ../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
|
90 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
|
91 cc-mode.dvi: cc-mode.texi |
15467
5211a1402647
(All info targets): Specify $(srcdir) in input files. Specify -I option.
Richard M. Stallman <rms@gnu.org>
parents:
14103
diff
changeset
|
92 TEXINPUTS="$(srcdir) $(TEXINPUTS)"; $(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
|
93 |
10686 | 94 ../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
|
95 cd $(srcdir); $(MAKEINFO) cl.texi |
10686 | 96 cl.dvi: cl.texi |
15467
5211a1402647
(All info targets): Specify $(srcdir) in input files. Specify -I option.
Richard M. Stallman <rms@gnu.org>
parents:
14103
diff
changeset
|
97 TEXINPUTS="$(srcdir) $(TEXINPUTS)"; $(TEXI2DVI) ${srcdir}/cl.texi |
10686 | 98 |
99 ../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
|
100 cd $(srcdir); $(MAKEINFO) dired-x.texi |
10686 | 101 dired-x.dvi: dired-x.texi |
15467
5211a1402647
(All info targets): Specify $(srcdir) in input files. Specify -I option.
Richard M. Stallman <rms@gnu.org>
parents:
14103
diff
changeset
|
102 TEXINPUTS="$(srcdir) $(TEXINPUTS)"; $(TEXI2DVI) ${srcdir}/dired-x.texi |
10686 | 103 |
12384
13dd2463be12
(../info/ediff, ediff.dvi): New targets.
Richard M. Stallman <rms@gnu.org>
parents:
11511
diff
changeset
|
104 ../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
|
105 cd $(srcdir); $(MAKEINFO) ediff.texi |
12384
13dd2463be12
(../info/ediff, ediff.dvi): New targets.
Richard M. Stallman <rms@gnu.org>
parents:
11511
diff
changeset
|
106 ediff.dvi: ediff.texi |
15467
5211a1402647
(All info targets): Specify $(srcdir) in input files. Specify -I option.
Richard M. Stallman <rms@gnu.org>
parents:
14103
diff
changeset
|
107 TEXINPUTS="$(srcdir) $(TEXINPUTS)"; $(TEXI2DVI) ${srcdir}/ediff.texi |
12384
13dd2463be12
(../info/ediff, ediff.dvi): New targets.
Richard M. Stallman <rms@gnu.org>
parents:
11511
diff
changeset
|
108 |
10686 | 109 ../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
|
110 cd $(srcdir); $(MAKEINFO) forms.texi |
10686 | 111 forms.dvi: forms.texi |
15467
5211a1402647
(All info targets): Specify $(srcdir) in input files. Specify -I option.
Richard M. Stallman <rms@gnu.org>
parents:
14103
diff
changeset
|
112 TEXINPUTS="$(srcdir) $(TEXINPUTS)"; $(TEXI2DVI) ${srcdir}/forms.texi |
10686 | 113 |
11478
8a5fc4539429
(INFO_TARGETS, DVI_TARGETS): Add mh-e targets.
Richard M. Stallman <rms@gnu.org>
parents:
10686
diff
changeset
|
114 ../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
|
115 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
|
116 mh-e.dvi: mh-e.texi |
15467
5211a1402647
(All info targets): Specify $(srcdir) in input files. Specify -I option.
Richard M. Stallman <rms@gnu.org>
parents:
14103
diff
changeset
|
117 TEXINPUTS="$(srcdir) $(TEXINPUTS)"; $(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
|
118 |
10686 | 119 ../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
|
120 cd $(srcdir); $(MAKEINFO) sc.texi |
10686 | 121 sc.dvi: sc.texi |
15467
5211a1402647
(All info targets): Specify $(srcdir) in input files. Specify -I option.
Richard M. Stallman <rms@gnu.org>
parents:
14103
diff
changeset
|
122 TEXINPUTS="$(srcdir) $(TEXINPUTS)"; $(TEXI2DVI) ${srcdir}/sc.texi |
10686 | 123 |
124 ../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
|
125 cd $(srcdir); $(MAKEINFO) vip.texi |
10686 | 126 vip.dvi: vip.texi |
15467
5211a1402647
(All info targets): Specify $(srcdir) in input files. Specify -I option.
Richard M. Stallman <rms@gnu.org>
parents:
14103
diff
changeset
|
127 TEXINPUTS="$(srcdir) $(TEXINPUTS)"; $(TEXI2DVI) ${srcdir}/vip.texi |
10686 | 128 |
129 ../info/gnus: gnus.texi | |
15468
641d6a7398ff
(All info targets): cd $(srcdir) to do the work.
Richard M. Stallman <rms@gnu.org>
parents:
15467
diff
changeset
|
130 cd $(srcdir); $(MAKEINFO) gnus.texi |
10686 | 131 gnus.dvi: gnus.texi |
15467
5211a1402647
(All info targets): Specify $(srcdir) in input files. Specify -I option.
Richard M. Stallman <rms@gnu.org>
parents:
14103
diff
changeset
|
132 TEXINPUTS="$(srcdir) $(TEXINPUTS)"; $(TEXI2DVI) ${srcdir}/gnus.texi |
10686 | 133 |
134 ../etc/GNU: gnu1.texi gnu.texi | |
135 makeinfo --no-headers -o ../etc/GNU gnu1.texi | |
136 | |
11511
b804f7df771d
(INFO_TARGETS, DVI_TARGETS): Add viper targets.
Richard M. Stallman <rms@gnu.org>
parents:
11478
diff
changeset
|
137 ../info/viper: viper.texi viper-cmd.texi |
15468
641d6a7398ff
(All info targets): cd $(srcdir) to do the work.
Richard M. Stallman <rms@gnu.org>
parents:
15467
diff
changeset
|
138 cd $(srcdir); $(MAKEINFO) viper.texi |
11511
b804f7df771d
(INFO_TARGETS, DVI_TARGETS): Add viper targets.
Richard M. Stallman <rms@gnu.org>
parents:
11478
diff
changeset
|
139 viper.dvi: viper.texi viper-cmd.texi |
15467
5211a1402647
(All info targets): Specify $(srcdir) in input files. Specify -I option.
Richard M. Stallman <rms@gnu.org>
parents:
14103
diff
changeset
|
140 TEXINPUTS="$(srcdir) $(TEXINPUTS)"; $(TEXI2DVI) ${srcdir}/viper.texi |
11511
b804f7df771d
(INFO_TARGETS, DVI_TARGETS): Add viper targets.
Richard M. Stallman <rms@gnu.org>
parents:
11478
diff
changeset
|
141 |
10686 | 142 mostlyclean: |
143 rm -f *.log *.cp *.fn *.ky *.pg *.vr core | |
144 | |
145 clean: mostlyclean | |
146 rm -f *.dvi | |
147 | |
148 distclean: clean | |
149 | |
150 maintainer-clean: distclean | |
151 rm -f *.aux *.cps *.fns *.kys *.pgs *.vrs | |
152 # Don't delete these, because they are outside the current directory. | |
153 # for file in $(INFO_TARGETS); do rm -f $${file}*; done | |
154 | |
155 | |
156 # Formerly this directory had texindex.c and getopt.c in it | |
157 # and this makefile built them to make texindex. | |
158 # That caused trouble because this is run entirely in the source directory. | |
159 # Since we expect to get texi2dvi from elsewhere, | |
160 # it is ok to expect texindex from elsewhere also. |