Mercurial > emacs
annotate doc/misc/Makefile.in @ 86066:3d5cac1d55ea
*** empty log message ***
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Wed, 14 Nov 2007 15:34:37 +0000 |
parents | 1c1df1662d58 |
children | 5d15069189ff |
rev | line source |
---|---|
84327
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
1 #### Makefile for documentation other than the Emacs manual. |
84282 | 2 |
3 # Copyright (C) 1994, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, | |
4 # 2004, 2005, 2006, 2007 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 3, 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., 51 Franklin Street, Fifth Floor, | |
21 # Boston, MA 02110-1301, USA. | |
22 | |
84327
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
23 |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
24 # Where to find the source code. $(srcdir) will be the man-aux |
84282 | 25 # subdirectory of the source tree. This is |
26 # set by the configure script's `--srcdir' option. | |
27 srcdir=@srcdir@ | |
28 top_srcdir=@top_srcdir@ | |
29 | |
30 # Tell make where to find source files; this is needed for the makefiles. | |
31 VPATH=@srcdir@ | |
32 | |
84327
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
33 ## Where the output files go. |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
34 ## Note that the setfilename command in the .texi files assumes this. |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
35 infodir=../../info |
84282 | 36 |
37 # The makeinfo program is part of the Texinfo distribution. | |
38 # Use --force so that it generates output even if there are errors. | |
39 MAKEINFO = makeinfo --force | |
84327
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
40 |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
41 INFO_TARGETS = \ |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
42 $(infodir)/ada-mode \ |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
43 $(infodir)/autotype \ |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
44 $(infodir)/calc \ |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
45 $(infodir)/ccmode \ |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
46 $(infodir)/cl \ |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
47 $(infodir)/dired-x \ |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
48 $(infodir)/ebrowse \ |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
49 $(infodir)/ediff \ |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
50 $(infodir)/emacs-mime \ |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
51 $(infodir)/erc \ |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
52 $(infodir)/eshell \ |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
53 $(infodir)/eudc \ |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
54 $(infodir)/efaq \ |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
55 $(infodir)/flymake \ |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
56 $(infodir)/forms \ |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
57 $(infodir)/gnus \ |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
58 $(infodir)/idlwave \ |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
59 $(infodir)/info \ |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
60 $(infodir)/message \ |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
61 $(infodir)/mh-e \ |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
62 $(infodir)/newsticker \ |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
63 $(infodir)/org \ |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
64 $(infodir)/pcl-cvs \ |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
65 $(infodir)/pgg \ |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
66 $(infodir)/rcirc \ |
85792
1c1df1662d58
doc/misc/Makefile.in: Add targets to build Remember Manual
Michael Olson <mwolson@gnu.org>
parents:
84327
diff
changeset
|
67 $(infodir)/remember \ |
84327
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
68 $(infodir)/reftex \ |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
69 $(infodir)/sc \ |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
70 $(infodir)/ses \ |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
71 $(infodir)/sieve \ |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
72 $(infodir)/smtpmail \ |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
73 $(infodir)/speedbar \ |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
74 $(infodir)/tramp \ |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
75 $(infodir)/url \ |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
76 $(infodir)/vip \ |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
77 $(infodir)/viper \ |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
78 $(infodir)/widget \ |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
79 $(infodir)/woman |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
80 |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
81 DVI_TARGETS = \ |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
82 ada-mode.dvi \ |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
83 autotype.dvi \ |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
84 calc.dvi \ |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
85 cc-mode.dvi \ |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
86 cl.dvi \ |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
87 dired-x.dvi \ |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
88 ebrowse.dvi \ |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
89 ediff.dvi \ |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
90 emacs-mime.dvi \ |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
91 erc.dvi \ |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
92 eshell.dvi \ |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
93 eudc.dvi \ |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
94 faq.dvi \ |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
95 flymake.dvi \ |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
96 forms.dvi \ |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
97 gnus.dvi \ |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
98 idlwave.dvi \ |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
99 info.dvi \ |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
100 message.dvi \ |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
101 mh-e.dvi \ |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
102 newsticker.dvi \ |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
103 org.dvi \ |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
104 pcl-cvs.dvi \ |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
105 pgg.dvi \ |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
106 rcirc.dvi \ |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
107 reftex.dvi \ |
85792
1c1df1662d58
doc/misc/Makefile.in: Add targets to build Remember Manual
Michael Olson <mwolson@gnu.org>
parents:
84327
diff
changeset
|
108 remember.dvi \ |
84327
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
109 sc.dvi \ |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
110 ses.dvi \ |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
111 sieve.dvi \ |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
112 smtpmail.dvi \ |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
113 speedbar.dvi \ |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
114 tramp.dvi \ |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
115 url.dvi \ |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
116 vip.dvi \ |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
117 viper.dvi \ |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
118 widget.dvi \ |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
119 woman.dvi |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
120 |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
121 |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
122 TEXI2DVI = texi2dvi |
84282 | 123 |
124 # The following rule does not work with all versions of `make'. | |
125 .SUFFIXES: .texi .dvi | |
126 .texi.dvi: | |
84327
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
127 $(TEXI2DVI) $< |
84282 | 128 |
129 ENVADD = TEXINPUTS="$(srcdir):$(TEXINPUTS)" MAKEINFO="$(MAKEINFO) -I$(srcdir)" | |
130 | |
131 | |
84327
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
132 info: $(infodir) $(INFO_TARGETS) |
84282 | 133 |
84327
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
134 $(infodir): |
84282 | 135 mkdir $@ |
136 | |
137 dvi: $(DVI_TARGETS) | |
138 | |
84327
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
139 |
84282 | 140 # Note that all the Info targets build the Info files |
141 # in srcdir. There is no provision for Info files | |
142 # to exist in the build directory. | |
143 # In a distribution of Emacs, the Info files should be up to date. | |
144 | |
84327
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
145 ## "short" target names for convenience, to just rebuild one manual. |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
146 ada-mode : $(infodir)/ada-mode |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
147 $(infodir)/ada-mode: ada-mode.texi |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
148 cd $(srcdir); $(MAKEINFO) ada-mode.texi |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
149 ada-mode.dvi: ada-mode.texi |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
150 $(ENVADD) $(TEXI2DVI) ${srcdir}/ada-mode.texi |
84282 | 151 |
84327
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
152 autotype : $(infodir)/autotype |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
153 $(infodir)/autotype: autotype.texi |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
154 cd $(srcdir); $(MAKEINFO) autotype.texi |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
155 autotype.dvi: autotype.texi |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
156 $(ENVADD) $(TEXI2DVI) ${srcdir}/autotype.texi |
84282 | 157 |
84327
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
158 calc : $(infodir)/calc |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
159 $(infodir)/calc: calc.texi |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
160 cd $(srcdir); $(MAKEINFO) calc.texi |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
161 calc.dvi: calc.texi |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
162 $(ENVADD) $(TEXI2DVI) ${srcdir}/calc.texi |
84282 | 163 |
84327
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
164 ccmode : $(infodir)/ccmode |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
165 $(infodir)/ccmode: cc-mode.texi |
84282 | 166 cd $(srcdir); $(MAKEINFO) cc-mode.texi |
167 cc-mode.dvi: cc-mode.texi | |
168 $(ENVADD) $(TEXI2DVI) ${srcdir}/cc-mode.texi | |
169 | |
84327
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
170 cl : $(infodir)/cl |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
171 $(infodir)/cl: cl.texi |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
172 cd $(srcdir); $(MAKEINFO) cl.texi |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
173 cl.dvi: cl.texi |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
174 $(ENVADD) $(TEXI2DVI) ${srcdir}/cl.texi |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
175 |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
176 dired-x : $(infodir)/dired-x |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
177 $(infodir)/dired-x: dired-x.texi |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
178 cd $(srcdir); $(MAKEINFO) dired-x.texi |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
179 dired-x.dvi: dired-x.texi |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
180 $(ENVADD) $(TEXI2DVI) ${srcdir}/dired-x.texi |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
181 |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
182 ebrowse : $(infodir)/ebrowse |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
183 $(infodir)/ebrowse: ebrowse.texi |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
184 cd $(srcdir); $(MAKEINFO) ebrowse.texi |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
185 ebrowse.dvi: ebrowse.texi |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
186 $(ENVADD) $(TEXI2DVI) ${srcdir}/ebrowse.texi |
84282 | 187 |
84327
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
188 ediff : $(infodir)/ediff |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
189 $(infodir)/ediff: ediff.texi |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
190 cd $(srcdir); $(MAKEINFO) ediff.texi |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
191 ediff.dvi: ediff.texi |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
192 $(ENVADD) $(TEXI2DVI) ${srcdir}/ediff.texi |
84282 | 193 |
84327
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
194 emacs-mime : $(infodir)/emacs-mime |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
195 $(infodir)/emacs-mime: emacs-mime.texi |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
196 cd $(srcdir); $(MAKEINFO) --enable-encoding emacs-mime.texi |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
197 emacs-mime.dvi: emacs-mime.texi |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
198 $(ENVADD) $(TEXI2DVI) ${srcdir}/emacs-mime.texi |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
199 |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
200 erc : $(infodir)/erc |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
201 $(infodir)/erc: erc.texi |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
202 cd $(srcdir); $(MAKEINFO) erc.texi |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
203 erc.dvi: erc.texi |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
204 $(ENVADD) $(TEXI2DVI) ${srcdir}/erc.texi |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
205 |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
206 eshell : $(infodir)/eshell |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
207 $(infodir)/eshell: eshell.texi |
84282 | 208 cd $(srcdir); $(MAKEINFO) eshell.texi |
209 eshell.dvi: eshell.texi | |
210 $(ENVADD) $(TEXI2DVI) ${srcdir}/eshell.texi | |
211 | |
84327
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
212 eudc : $(infodir)/eudc |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
213 $(infodir)/eudc: eudc.texi |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
214 cd $(srcdir); $(MAKEINFO) eudc.texi |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
215 eudc.dvi: eudc.texi |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
216 $(ENVADD) $(TEXI2DVI) ${srcdir}/eudc.texi |
84282 | 217 |
84327
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
218 efaq : $(infodir)/efaq |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
219 $(infodir)/efaq: faq.texi |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
220 cd $(srcdir); $(MAKEINFO) faq.texi |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
221 faq.dvi: faq.texi |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
222 $(ENVADD) $(TEXI2DVI) ${srcdir}/faq.texi |
84282 | 223 |
84327
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
224 flymake : $(infodir)/flymake |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
225 $(infodir)/flymake: flymake.texi |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
226 cd $(srcdir); $(MAKEINFO) flymake.texi |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
227 flymake.dvi: flymake.texi |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
228 $(ENVADD) $(TEXI2DVI) ${srcdir}/flymake.texi |
84282 | 229 |
84327
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
230 forms : $(infodir)/forms |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
231 $(infodir)/forms: forms.texi |
84282 | 232 cd $(srcdir); $(MAKEINFO) forms.texi |
233 forms.dvi: forms.texi | |
234 $(ENVADD) $(TEXI2DVI) ${srcdir}/forms.texi | |
235 | |
236 # gnus/message/emacs-mime/sieve/pgg are part of Gnus: | |
84327
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
237 gnus : $(infodir)/gnus |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
238 $(infodir)/gnus: gnus.texi gnus-faq.texi |
84282 | 239 cd $(srcdir); $(MAKEINFO) gnus.texi |
240 gnus.dvi: gnus.texi gnus-faq.texi | |
241 sed -e '/@iflatex/,/@end iflatex/d' ${srcdir}/gnus.texi > gnustmp.texi | |
242 $(ENVADD) $(TEXI2DVI) gnustmp.texi | |
243 cp gnustmp.dvi $*.dvi | |
244 rm gnustmp.* | |
245 | |
84327
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
246 # This is produced with --no-split to avoid making files whose |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
247 # names clash on DOS 8+3 filesystems |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
248 idlwave : $(infodir)/idlwave |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
249 $(infodir)/idlwave: idlwave.texi |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
250 cd $(srcdir); $(MAKEINFO) --no-split idlwave.texi |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
251 idlwave.dvi: idlwave.texi |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
252 $(ENVADD) $(TEXI2DVI) ${srcdir}/idlwave.texi |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
253 |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
254 # The following target uses an explicit -o switch to work around |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
255 # the @setfilename directive in info.texi, which is required for |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
256 # the Texinfo distribution. |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
257 ###info : $(infodir)/info # circular! |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
258 $(infodir)/info: info.texi |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
259 cd $(srcdir); $(MAKEINFO) --no-split info.texi -o $@ |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
260 info.dvi: info.texi |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
261 $(ENVADD) $(TEXI2DVI) ${srcdir}/info.texi |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
262 |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
263 message : $(infodir)/message |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
264 $(infodir)/message: message.texi |
84282 | 265 cd $(srcdir); $(MAKEINFO) message.texi |
266 message.dvi: message.texi | |
267 $(ENVADD) $(TEXI2DVI) ${srcdir}/message.texi | |
268 | |
84327
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
269 mh-e : $(infodir)/mh-e |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
270 $(infodir)/mh-e: mh-e.texi |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
271 cd $(srcdir); $(MAKEINFO) mh-e.texi |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
272 mh-e.dvi: mh-e.texi |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
273 $(ENVADD) $(TEXI2DVI) ${srcdir}/mh-e.texi |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
274 |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
275 newsticker : $(infodir)/newsticker |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
276 $(infodir)/newsticker: newsticker.texi |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
277 cd $(srcdir); $(MAKEINFO) newsticker.texi |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
278 newsticker.dvi: newsticker.texi |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
279 $(ENVADD) $(TEXI2DVI) ${srcdir}/newsticker.texi |
84282 | 280 |
84327
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
281 org : $(infodir)/org |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
282 $(infodir)/org: org.texi |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
283 cd $(srcdir); $(MAKEINFO) org.texi |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
284 org.dvi: org.texi |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
285 $(ENVADD) $(TEXI2DVI) ${srcdir}/org.texi |
84282 | 286 |
84327
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
287 pcl-cvs : $(infodir)/pcl-cvs |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
288 $(infodir)/pcl-cvs: pcl-cvs.texi |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
289 cd $(srcdir); $(MAKEINFO) pcl-cvs.texi |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
290 pcl-cvs.dvi: pcl-cvs.texi |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
291 $(ENVADD) $(TEXI2DVI) ${srcdir}/pcl-cvs.texi |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
292 |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
293 pgg : $(infodir)/pgg |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
294 $(infodir)/pgg: pgg.texi |
84282 | 295 cd $(srcdir); $(MAKEINFO) pgg.texi |
296 pgg.dvi: pgg.texi | |
297 $(ENVADD) $(TEXI2DVI) ${srcdir}/pgg.texi | |
298 | |
84327
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
299 rcirc : $(infodir)/rcirc |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
300 $(infodir)/rcirc: rcirc.texi |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
301 cd $(srcdir); $(MAKEINFO) rcirc.texi |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
302 rcirc.dvi: rcirc.texi |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
303 $(ENVADD) $(TEXI2DVI) ${srcdir}/rcirc.texi |
84282 | 304 |
84327
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
305 reftex : $(infodir)/reftex |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
306 $(infodir)/reftex: reftex.texi |
84282 | 307 cd $(srcdir); $(MAKEINFO) reftex.texi |
308 reftex.dvi: reftex.texi | |
309 $(ENVADD) $(TEXI2DVI) ${srcdir}/reftex.texi | |
310 | |
85792
1c1df1662d58
doc/misc/Makefile.in: Add targets to build Remember Manual
Michael Olson <mwolson@gnu.org>
parents:
84327
diff
changeset
|
311 remember : $(infodir)/remember |
1c1df1662d58
doc/misc/Makefile.in: Add targets to build Remember Manual
Michael Olson <mwolson@gnu.org>
parents:
84327
diff
changeset
|
312 $(infodir)/remember: remember.texi |
1c1df1662d58
doc/misc/Makefile.in: Add targets to build Remember Manual
Michael Olson <mwolson@gnu.org>
parents:
84327
diff
changeset
|
313 cd $(srcdir); $(MAKEINFO) remember.texi |
1c1df1662d58
doc/misc/Makefile.in: Add targets to build Remember Manual
Michael Olson <mwolson@gnu.org>
parents:
84327
diff
changeset
|
314 remember.dvi: remember.texi |
1c1df1662d58
doc/misc/Makefile.in: Add targets to build Remember Manual
Michael Olson <mwolson@gnu.org>
parents:
84327
diff
changeset
|
315 $(ENVADD) $(TEXI2DVI) ${srcdir}/remember.texi |
1c1df1662d58
doc/misc/Makefile.in: Add targets to build Remember Manual
Michael Olson <mwolson@gnu.org>
parents:
84327
diff
changeset
|
316 |
84327
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
317 sc : $(infodir)/sc |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
318 $(infodir)/sc: sc.texi |
84282 | 319 cd $(srcdir); $(MAKEINFO) sc.texi |
320 sc.dvi: sc.texi | |
321 $(ENVADD) $(TEXI2DVI) ${srcdir}/sc.texi | |
322 | |
84327
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
323 ses : $(infodir)/ses |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
324 $(infodir)/ses: ses.texi |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
325 cd $(srcdir); $(MAKEINFO) ses.texi |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
326 ses.dvi: ses.texi |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
327 $(ENVADD) $(TEXI2DVI) ${srcdir}/ses.texi |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
328 |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
329 sieve : $(infodir)/sieve |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
330 $(infodir)/sieve: sieve.texi |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
331 cd $(srcdir); $(MAKEINFO) sieve.texi |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
332 sieve.dvi: sieve.texi |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
333 $(ENVADD) $(TEXI2DVI) ${srcdir}/sieve.texi |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
334 |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
335 smtpmail : $(infodir)/smtpmail |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
336 $(infodir)/smtpmail: smtpmail.texi |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
337 cd $(srcdir); $(MAKEINFO) smtpmail.texi |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
338 smtpmail.dvi: smtpmail.texi |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
339 $(ENVADD) $(TEXI2DVI) ${srcdir}/smtpmail.texi |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
340 |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
341 speedbar : $(infodir)/speedbar |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
342 $(infodir)/speedbar: speedbar.texi |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
343 cd $(srcdir); $(MAKEINFO) speedbar.texi |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
344 speedbar.dvi: speedbar.texi |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
345 $(ENVADD) $(TEXI2DVI) ${srcdir}/speedbar.texi |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
346 |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
347 tramp : $(infodir)/tramp |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
348 $(infodir)/tramp: tramp.texi trampver.texi |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
349 cd $(srcdir); $(MAKEINFO) -D emacs tramp.texi |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
350 tramp.dvi: tramp.texi trampver.texi |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
351 $(ENVADD) $(TEXI2DVI) ${srcdir}/tramp.texi |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
352 |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
353 url : $(infodir)/url |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
354 $(infodir)/url: url.texi |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
355 cd $(srcdir); $(MAKEINFO) url.texi |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
356 url.dvi: url.texi |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
357 $(ENVADD) $(TEXI2DVI) ${srcdir}/url.texi |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
358 |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
359 vip : $(infodir)/vip |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
360 $(infodir)/vip: vip.texi |
84282 | 361 cd $(srcdir); $(MAKEINFO) vip.texi |
362 vip.dvi: vip.texi | |
363 $(ENVADD) $(TEXI2DVI) ${srcdir}/vip.texi | |
364 | |
84327
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
365 viper : $(infodir)/viper |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
366 $(infodir)/viper: viper.texi |
84282 | 367 cd $(srcdir); $(MAKEINFO) viper.texi |
368 viper.dvi: viper.texi | |
369 $(ENVADD) $(TEXI2DVI) ${srcdir}/viper.texi | |
370 | |
84327
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
371 widget : $(infodir)/widget |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
372 $(infodir)/widget: widget.texi |
84282 | 373 cd $(srcdir); $(MAKEINFO) widget.texi |
374 widget.dvi: widget.texi | |
375 $(ENVADD) $(TEXI2DVI) ${srcdir}/widget.texi | |
376 | |
84327
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
377 woman : $(infodir)/woman |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
378 $(infodir)/woman: woman.texi |
84282 | 379 cd $(srcdir); $(MAKEINFO) woman.texi |
380 woman.dvi: woman.texi | |
381 $(ENVADD) $(TEXI2DVI) ${srcdir}/woman.texi | |
382 | |
383 | |
384 mostlyclean: | |
84327
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
385 rm -f *.log *.cp *.fn *.ky *.op *.ops *.pg *.vr core *.tp \ |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
386 *.tps *.core gnustmp.* |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
387 rm -f *.aux *.cps *.fns *.kys *.pgs *.vrs *.toc |
84282 | 388 |
389 clean: mostlyclean | |
390 rm -f *.dvi | |
391 | |
392 distclean: clean | |
84327
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
393 # rm -f Makefile |
84282 | 394 |
395 maintainer-clean: distclean | |
396 for file in $(INFO_TARGETS); do rm -f $${file}*; done | |
397 | |
398 | |
84327
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
399 ### Makefile ends here |