Mercurial > emacs
annotate doc/misc/Makefile.in @ 106835:a3b4c6fc276c
Fix bug#5313: editing files in hexl-mode corrupts file
* hexl.el (hexl-printable-character): Fix check of `hexl-iso',
which is always a string.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Thu, 14 Jan 2010 15:37:13 +0100 |
parents | 1d1d5d9bd884 |
children | 35c472420ce6 376148b31b5e |
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, | |
106815 | 4 # 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. |
84282 | 5 |
6 # This file is part of GNU Emacs. | |
7 | |
95032
fbe58782bc21
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
91647
diff
changeset
|
8 # GNU Emacs is free software: you can redistribute it and/or modify |
84282 | 9 # it under the terms of the GNU General Public License as published by |
95032
fbe58782bc21
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
91647
diff
changeset
|
10 # the Free Software Foundation, either version 3 of the License, or |
fbe58782bc21
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
91647
diff
changeset
|
11 # (at your option) any later version. |
84282 | 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 | |
95032
fbe58782bc21
Switch to recommended form of GPLv3 permissions notice.
Glenn Morris <rgm@gnu.org>
parents:
91647
diff
changeset
|
19 # along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. |
84282 | 20 |
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
|
21 |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
22 # Where to find the source code. $(srcdir) will be the man-aux |
84282 | 23 # subdirectory of the source tree. This is |
24 # set by the configure script's `--srcdir' option. | |
25 srcdir=@srcdir@ | |
26 top_srcdir=@top_srcdir@ | |
27 | |
28 # Tell make where to find source files; this is needed for the makefiles. | |
29 VPATH=@srcdir@ | |
30 | |
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
|
31 ## 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
|
32 ## 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
|
33 infodir=../../info |
84282 | 34 |
35 # The makeinfo program is part of the Texinfo distribution. | |
36 # Use --force so that it generates output even if there are errors. | |
37 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
|
38 |
102390 | 39 # Also add new entries to INFO_FILES in the top-level Makefile.in. |
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 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
|
41 $(infodir)/ada-mode \ |
102370
2c2214eb4f14
(INFO_TARGETS, DVI_TARGETS): Add auth.
Glenn Morris <rgm@gnu.org>
parents:
100974
diff
changeset
|
42 $(infodir)/auth \ |
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
|
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 \ |
87004
0877a1d16074
* Makefile.in (INFO_TARGETS, DVI_TARGETS): Apply dbus and dbus.dvi
Michael Albinus <michael.albinus@gmx.de>
parents:
86943
diff
changeset
|
47 $(infodir)/dbus \ |
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
|
48 $(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
|
49 $(infodir)/ebrowse \ |
105494 | 50 $(infodir)/ede \ |
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
|
51 $(infodir)/ediff \ |
106584
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
52 $(infodir)/edt \ |
105494 | 53 $(infodir)/eieio \ |
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
|
54 $(infodir)/emacs-mime \ |
91647
f9692dfe86e7
EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
87903
diff
changeset
|
55 $(infodir)/epa \ |
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
|
56 $(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
|
57 $(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
|
58 $(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
|
59 $(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
|
60 $(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
|
61 $(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
|
62 $(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
|
63 $(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
|
64 $(infodir)/info \ |
97102
ac037a911bec
Add mairix-el targets.
Chong Yidong <cyd@stupidchicken.com>
parents:
96808
diff
changeset
|
65 $(infodir)/mairix-el \ |
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
|
66 $(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
|
67 $(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
|
68 $(infodir)/newsticker \ |
86378
5d15069189ff
Fixups for nxml per Romain Francoise email.
Mark A. Hershberger <mah@everybody.org>
parents:
85792
diff
changeset
|
69 $(infodir)/nxml-mode \ |
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
|
70 $(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
|
71 $(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
|
72 $(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
|
73 $(infodir)/rcirc \ |
85792
1c1df1662d58
doc/misc/Makefile.in: Add targets to build Remember Manual
Michael Olson <mwolson@gnu.org>
parents:
84327
diff
changeset
|
74 $(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
|
75 $(infodir)/reftex \ |
95928
d5a620178534
(INFO_TARGETS, DVI_TARGETS): Add sasl.
Glenn Morris <rgm@gnu.org>
parents:
95032
diff
changeset
|
76 $(infodir)/sasl \ |
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
|
77 $(infodir)/sc \ |
106061
014672c3a25f
* Makefile.in: Build the Semantic manual.
Chong Yidong <cyd@stupidchicken.com>
parents:
105494
diff
changeset
|
78 $(infodir)/semantic \ |
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
|
79 $(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
|
80 $(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
|
81 $(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
|
82 $(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
|
83 $(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
|
84 $(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
|
85 $(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
|
86 $(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
|
87 $(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
|
88 $(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
|
89 |
e1fe573e52c0
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 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
|
91 ada-mode.dvi \ |
102370
2c2214eb4f14
(INFO_TARGETS, DVI_TARGETS): Add auth.
Glenn Morris <rgm@gnu.org>
parents:
100974
diff
changeset
|
92 auth.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
|
93 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
|
94 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
|
95 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
|
96 cl.dvi \ |
87004
0877a1d16074
* Makefile.in (INFO_TARGETS, DVI_TARGETS): Apply dbus and dbus.dvi
Michael Albinus <michael.albinus@gmx.de>
parents:
86943
diff
changeset
|
97 dbus.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
|
98 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
|
99 ebrowse.dvi \ |
105494 | 100 ede.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
|
101 ediff.dvi \ |
106584
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
102 edt.dvi \ |
105494 | 103 eieio.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
|
104 emacs-mime.dvi \ |
91647
f9692dfe86e7
EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
87903
diff
changeset
|
105 epa.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
|
106 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
|
107 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
|
108 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
|
109 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
|
110 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
|
111 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
|
112 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
|
113 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
|
114 info.dvi \ |
97102
ac037a911bec
Add mairix-el targets.
Chong Yidong <cyd@stupidchicken.com>
parents:
96808
diff
changeset
|
115 mairix-el.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
|
116 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
|
117 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
|
118 newsticker.dvi \ |
86378
5d15069189ff
Fixups for nxml per Romain Francoise email.
Mark A. Hershberger <mah@everybody.org>
parents:
85792
diff
changeset
|
119 nxml-mode.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
|
120 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
|
121 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
|
122 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
|
123 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
|
124 reftex.dvi \ |
85792
1c1df1662d58
doc/misc/Makefile.in: Add targets to build Remember Manual
Michael Olson <mwolson@gnu.org>
parents:
84327
diff
changeset
|
125 remember.dvi \ |
95928
d5a620178534
(INFO_TARGETS, DVI_TARGETS): Add sasl.
Glenn Morris <rgm@gnu.org>
parents:
95032
diff
changeset
|
126 sasl.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 sc.dvi \ |
106061
014672c3a25f
* Makefile.in: Build the Semantic manual.
Chong Yidong <cyd@stupidchicken.com>
parents:
105494
diff
changeset
|
128 semantic.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
|
129 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
|
130 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
|
131 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
|
132 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
|
133 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
|
134 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
|
135 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
|
136 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
|
137 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
|
138 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
|
139 |
106584
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
140 PDF_TARGETS = \ |
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
141 ada-mode.pdf \ |
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
142 auth.pdf \ |
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
143 autotype.pdf \ |
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
144 calc.pdf \ |
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
145 cc-mode.pdf \ |
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
146 cl.pdf \ |
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
147 dbus.pdf \ |
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
148 dired-x.pdf \ |
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
149 ebrowse.pdf \ |
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
150 ede.pdf \ |
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
151 ediff.pdf \ |
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
152 edt.pdf \ |
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
153 eieio.pdf \ |
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
154 emacs-mime.pdf \ |
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
155 epa.pdf \ |
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
156 erc.pdf \ |
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
157 eshell.pdf \ |
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
158 eudc.pdf \ |
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
159 faq.pdf \ |
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
160 flymake.pdf \ |
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
161 forms.pdf \ |
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
162 gnus.pdf \ |
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
163 idlwave.pdf \ |
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
164 info.pdf \ |
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
165 mairix-el.pdf \ |
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
166 message.pdf \ |
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
167 mh-e.pdf \ |
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
168 newsticker.pdf \ |
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
169 nxml-mode.pdf \ |
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
170 org.pdf \ |
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
171 pcl-cvs.pdf \ |
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
172 pgg.pdf \ |
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
173 rcirc.pdf \ |
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
174 reftex.pdf \ |
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
175 remember.pdf \ |
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
176 sasl.pdf \ |
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
177 sc.pdf \ |
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
178 semantic.pdf \ |
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
179 ses.pdf \ |
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
180 sieve.pdf \ |
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
181 smtpmail.pdf \ |
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
182 speedbar.pdf \ |
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
183 tramp.pdf \ |
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
184 url.pdf \ |
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
185 vip.pdf \ |
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
186 viper.pdf \ |
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
187 widget.pdf \ |
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
188 woman.pdf |
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
|
189 |
e1fe573e52c0
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 TEXI2DVI = texi2dvi |
106584
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
191 TEXI2PDF = texi2pdf |
84282 | 192 |
193 # The following rule does not work with all versions of `make'. | |
194 .SUFFIXES: .texi .dvi | |
195 .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
|
196 $(TEXI2DVI) $< |
84282 | 197 |
198 ENVADD = TEXINPUTS="$(srcdir):$(TEXINPUTS)" MAKEINFO="$(MAKEINFO) -I$(srcdir)" | |
199 | |
200 | |
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
|
201 info: $(infodir) $(INFO_TARGETS) |
84282 | 202 |
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
|
203 $(infodir): |
84282 | 204 mkdir $@ |
205 | |
206 dvi: $(DVI_TARGETS) | |
207 | |
106584
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
208 pdf: $(PDF_TARGETS) |
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
|
209 |
84282 | 210 # Note that all the Info targets build the Info files |
211 # in srcdir. There is no provision for Info files | |
212 # to exist in the build directory. | |
213 # In a distribution of Emacs, the Info files should be up to date. | |
214 | |
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
|
215 ## "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
|
216 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
|
217 $(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
|
218 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
|
219 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
|
220 $(ENVADD) $(TEXI2DVI) ${srcdir}/ada-mode.texi |
106584
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
221 ada-mode.pdf: ada-mode.texi |
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
222 $(ENVADD) $(TEXI2PDF) ${srcdir}/ada-mode.texi |
84282 | 223 |
102370
2c2214eb4f14
(INFO_TARGETS, DVI_TARGETS): Add auth.
Glenn Morris <rgm@gnu.org>
parents:
100974
diff
changeset
|
224 auth : $(infodir)/auth |
2c2214eb4f14
(INFO_TARGETS, DVI_TARGETS): Add auth.
Glenn Morris <rgm@gnu.org>
parents:
100974
diff
changeset
|
225 $(infodir)/auth: auth.texi |
2c2214eb4f14
(INFO_TARGETS, DVI_TARGETS): Add auth.
Glenn Morris <rgm@gnu.org>
parents:
100974
diff
changeset
|
226 cd $(srcdir); $(MAKEINFO) auth.texi |
2c2214eb4f14
(INFO_TARGETS, DVI_TARGETS): Add auth.
Glenn Morris <rgm@gnu.org>
parents:
100974
diff
changeset
|
227 auth.dvi: auth.texi |
2c2214eb4f14
(INFO_TARGETS, DVI_TARGETS): Add auth.
Glenn Morris <rgm@gnu.org>
parents:
100974
diff
changeset
|
228 $(ENVADD) $(TEXI2DVI) ${srcdir}/auth.texi |
106584
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
229 auth.pdf: auth.texi |
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
230 $(ENVADD) $(TEXI2PDF) ${srcdir}/auth.texi |
102370
2c2214eb4f14
(INFO_TARGETS, DVI_TARGETS): Add auth.
Glenn Morris <rgm@gnu.org>
parents:
100974
diff
changeset
|
231 |
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
|
232 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
|
233 $(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
|
234 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
|
235 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
|
236 $(ENVADD) $(TEXI2DVI) ${srcdir}/autotype.texi |
106584
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
237 autotype.pdf: autotype.texi |
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
238 $(ENVADD) $(TEXI2PDF) ${srcdir}/autotype.texi |
84282 | 239 |
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
|
240 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
|
241 $(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
|
242 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
|
243 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
|
244 $(ENVADD) $(TEXI2DVI) ${srcdir}/calc.texi |
106584
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
245 calc.pdf: calc.texi |
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
246 $(ENVADD) $(TEXI2PDF) ${srcdir}/calc.texi |
84282 | 247 |
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
|
248 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
|
249 $(infodir)/ccmode: cc-mode.texi |
84282 | 250 cd $(srcdir); $(MAKEINFO) cc-mode.texi |
251 cc-mode.dvi: cc-mode.texi | |
252 $(ENVADD) $(TEXI2DVI) ${srcdir}/cc-mode.texi | |
106584
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
253 cc-mode.pdf: cc-mode.texi |
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
254 $(ENVADD) $(TEXI2PDF) ${srcdir}/cc-mode.texi |
84282 | 255 |
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
|
256 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
|
257 $(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
|
258 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
|
259 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
|
260 $(ENVADD) $(TEXI2DVI) ${srcdir}/cl.texi |
106584
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
261 cl.pdf: cl.texi |
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
262 $(ENVADD) $(TEXI2PDF) ${srcdir}/cl.texi |
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
|
263 |
86943
791f39a2f656
* Makefile.in (INFO_TARGETS): Add dbus.
Michael Albinus <michael.albinus@gmx.de>
parents:
86378
diff
changeset
|
264 dbus : $(infodir)/dbus |
791f39a2f656
* Makefile.in (INFO_TARGETS): Add dbus.
Michael Albinus <michael.albinus@gmx.de>
parents:
86378
diff
changeset
|
265 $(infodir)/dbus: dbus.texi |
791f39a2f656
* Makefile.in (INFO_TARGETS): Add dbus.
Michael Albinus <michael.albinus@gmx.de>
parents:
86378
diff
changeset
|
266 cd $(srcdir); $(MAKEINFO) dbus.texi |
791f39a2f656
* Makefile.in (INFO_TARGETS): Add dbus.
Michael Albinus <michael.albinus@gmx.de>
parents:
86378
diff
changeset
|
267 dbus.dvi: dbus.texi |
791f39a2f656
* Makefile.in (INFO_TARGETS): Add dbus.
Michael Albinus <michael.albinus@gmx.de>
parents:
86378
diff
changeset
|
268 $(ENVADD) $(TEXI2DVI) ${srcdir}/dbus.texi |
106584
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
269 dbus.pdf: dbus.texi |
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
270 $(ENVADD) $(TEXI2PDF) ${srcdir}/dbus.texi |
86943
791f39a2f656
* Makefile.in (INFO_TARGETS): Add dbus.
Michael Albinus <michael.albinus@gmx.de>
parents:
86378
diff
changeset
|
271 |
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
|
272 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
|
273 $(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
|
274 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
|
275 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
|
276 $(ENVADD) $(TEXI2DVI) ${srcdir}/dired-x.texi |
106584
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
277 dired-x.pdf: dired-x.texi |
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
278 $(ENVADD) $(TEXI2PDF) ${srcdir}/dired-x.texi |
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
|
279 |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
280 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
|
281 $(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
|
282 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
|
283 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
|
284 $(ENVADD) $(TEXI2DVI) ${srcdir}/ebrowse.texi |
106584
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
285 ebrowse.pdf: ebrowse.texi |
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
286 $(ENVADD) $(TEXI2PDF) ${srcdir}/ebrowse.texi |
84282 | 287 |
105494 | 288 ede : $(infodir)/ede |
289 $(infodir)/ede: ede.texi | |
290 cd $(srcdir); $(MAKEINFO) ede.texi | |
291 ede.dvi: ede.texi | |
292 $(ENVADD) $(TEXI2DVI) ${srcdir}/ede.texi | |
106584
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
293 ede.pdf: ede.texi |
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
294 $(ENVADD) $(TEXI2PDF) ${srcdir}/ede.texi |
105494 | 295 |
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
|
296 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
|
297 $(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
|
298 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
|
299 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
|
300 $(ENVADD) $(TEXI2DVI) ${srcdir}/ediff.texi |
106584
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
301 ediff.pdf: ediff.texi |
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
302 $(ENVADD) $(TEXI2PDF) ${srcdir}/ediff.texi |
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
303 |
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
304 edt : $(infodir)/edt |
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
305 $(infodir)/edt: edt.texi |
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
306 cd $(srcdir); $(MAKEINFO) edt.texi |
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
307 edt.dvi: edt.texi |
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
308 $(ENVADD) $(TEXI2DVI) ${srcdir}/edt.texi |
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
309 edt.pdf: edt.texi |
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
310 $(ENVADD) $(TEXI2PDF) ${srcdir}/edt.texi |
84282 | 311 |
105494 | 312 eieio : $(infodir)/eieio |
313 $(infodir)/eieio: eieio.texi | |
314 cd $(srcdir); $(MAKEINFO) eieio.texi | |
315 eieio.dvi: eieio.texi | |
316 $(ENVADD) $(TEXI2DVI) ${srcdir}/eieio.texi | |
106584
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
317 eieio.pdf: eieio.texi |
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
318 $(ENVADD) $(TEXI2PDF) ${srcdir}/eieio.texi |
105494 | 319 |
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
|
320 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
|
321 $(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
|
322 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
|
323 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
|
324 $(ENVADD) $(TEXI2DVI) ${srcdir}/emacs-mime.texi |
106584
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
325 emacs-mime.pdf: emacs-mime.texi |
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
326 $(ENVADD) $(TEXI2PDF) ${srcdir}/emacs-mime.texi |
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
|
327 |
91647
f9692dfe86e7
EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
87903
diff
changeset
|
328 epa : $(infodir)/epa |
f9692dfe86e7
EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
87903
diff
changeset
|
329 $(infodir)/epa: epa.texi |
f9692dfe86e7
EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
87903
diff
changeset
|
330 cd $(srcdir); $(MAKEINFO) epa.texi |
f9692dfe86e7
EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
87903
diff
changeset
|
331 epa.dvi: epa.texi |
f9692dfe86e7
EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
87903
diff
changeset
|
332 $(ENVADD) $(TEXI2DVI) ${srcdir}/epa.texi |
106584
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
333 epa.pdf: epa.texi |
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
334 $(ENVADD) $(TEXI2PDF) ${srcdir}/epa.texi |
91647
f9692dfe86e7
EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents:
87903
diff
changeset
|
335 |
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
|
336 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
|
337 $(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
|
338 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
|
339 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
|
340 $(ENVADD) $(TEXI2DVI) ${srcdir}/erc.texi |
106584
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
341 erc.pdf: erc.texi |
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
342 $(ENVADD) $(TEXI2PDF) ${srcdir}/erc.texi |
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
|
343 |
e1fe573e52c0
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 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
|
345 $(infodir)/eshell: eshell.texi |
84282 | 346 cd $(srcdir); $(MAKEINFO) eshell.texi |
347 eshell.dvi: eshell.texi | |
348 $(ENVADD) $(TEXI2DVI) ${srcdir}/eshell.texi | |
106584
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
349 eshell.pdf: eshell.texi |
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
350 $(ENVADD) $(TEXI2PDF) ${srcdir}/eshell.texi |
84282 | 351 |
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
|
352 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
|
353 $(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
|
354 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
|
355 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
|
356 $(ENVADD) $(TEXI2DVI) ${srcdir}/eudc.texi |
106584
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
357 eudc.pdf: eudc.texi |
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
358 $(ENVADD) $(TEXI2PDF) ${srcdir}/eudc.texi |
84282 | 359 |
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
|
360 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
|
361 $(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
|
362 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
|
363 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
|
364 $(ENVADD) $(TEXI2DVI) ${srcdir}/faq.texi |
106584
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
365 faq.pdf: faq.texi |
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
366 $(ENVADD) $(TEXI2PDF) ${srcdir}/faq.texi |
84282 | 367 |
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
|
368 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
|
369 $(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
|
370 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
|
371 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
|
372 $(ENVADD) $(TEXI2DVI) ${srcdir}/flymake.texi |
106584
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
373 flymake.pdf: flymake.texi |
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
374 $(ENVADD) $(TEXI2PDF) ${srcdir}/flymake.texi |
84282 | 375 |
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
|
376 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
|
377 $(infodir)/forms: forms.texi |
84282 | 378 cd $(srcdir); $(MAKEINFO) forms.texi |
379 forms.dvi: forms.texi | |
380 $(ENVADD) $(TEXI2DVI) ${srcdir}/forms.texi | |
106584
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
381 forms.pdf: forms.texi |
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
382 $(ENVADD) $(TEXI2PDF) ${srcdir}/forms.texi |
84282 | 383 |
384 # 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
|
385 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
|
386 $(infodir)/gnus: gnus.texi gnus-faq.texi |
84282 | 387 cd $(srcdir); $(MAKEINFO) gnus.texi |
388 gnus.dvi: gnus.texi gnus-faq.texi | |
389 sed -e '/@iflatex/,/@end iflatex/d' ${srcdir}/gnus.texi > gnustmp.texi | |
390 $(ENVADD) $(TEXI2DVI) gnustmp.texi | |
391 cp gnustmp.dvi $*.dvi | |
392 rm gnustmp.* | |
106584
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
393 gnus.pdf: gnus.texi gnus-faq.texi |
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
394 sed -e '/@iflatex/,/@end iflatex/d' ${srcdir}/gnus.texi > gnustmp.texi |
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
395 $(ENVADD) $(TEXI2PDF) gnustmp.texi |
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
396 cp gnustmp.pdf $@ |
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
397 rm gnustmp.* |
84282 | 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 # 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
|
400 # 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
|
401 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
|
402 $(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
|
403 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
|
404 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
|
405 $(ENVADD) $(TEXI2DVI) ${srcdir}/idlwave.texi |
106584
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
406 idlwave.pdf: idlwave.texi |
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
407 $(ENVADD) $(TEXI2PDF) ${srcdir}/idlwave.texi |
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
|
408 |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
409 # 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
|
410 # 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
|
411 # 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
|
412 ###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
|
413 $(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
|
414 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
|
415 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
|
416 $(ENVADD) $(TEXI2DVI) ${srcdir}/info.texi |
106584
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
417 info.pdf: info.texi |
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
418 $(ENVADD) $(TEXI2PDF) ${srcdir}/info.texi |
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
|
419 |
97102
ac037a911bec
Add mairix-el targets.
Chong Yidong <cyd@stupidchicken.com>
parents:
96808
diff
changeset
|
420 mairix-el : $(infodir)/mairix-el |
ac037a911bec
Add mairix-el targets.
Chong Yidong <cyd@stupidchicken.com>
parents:
96808
diff
changeset
|
421 $(infodir)/mairix-el: mairix-el.texi |
ac037a911bec
Add mairix-el targets.
Chong Yidong <cyd@stupidchicken.com>
parents:
96808
diff
changeset
|
422 cd $(srcdir); $(MAKEINFO) mairix-el.texi |
ac037a911bec
Add mairix-el targets.
Chong Yidong <cyd@stupidchicken.com>
parents:
96808
diff
changeset
|
423 mairix-el.dvi: mairix-el.texi |
ac037a911bec
Add mairix-el targets.
Chong Yidong <cyd@stupidchicken.com>
parents:
96808
diff
changeset
|
424 $(ENVADD) $(TEXI2DVI) ${srcdir}/mairix-el.texi |
106584
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
425 mairix-el.pdf: mairix-el.texi |
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
426 $(ENVADD) $(TEXI2PDF) ${srcdir}/mairix-el.texi |
97102
ac037a911bec
Add mairix-el targets.
Chong Yidong <cyd@stupidchicken.com>
parents:
96808
diff
changeset
|
427 |
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
|
428 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
|
429 $(infodir)/message: message.texi |
84282 | 430 cd $(srcdir); $(MAKEINFO) message.texi |
431 message.dvi: message.texi | |
432 $(ENVADD) $(TEXI2DVI) ${srcdir}/message.texi | |
106584
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
433 message.pdf: message.texi |
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
434 $(ENVADD) $(TEXI2PDF) ${srcdir}/message.texi |
84282 | 435 |
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
|
436 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
|
437 $(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
|
438 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
|
439 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
|
440 $(ENVADD) $(TEXI2DVI) ${srcdir}/mh-e.texi |
106584
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
441 mh-e.pdf: mh-e.texi |
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
442 $(ENVADD) $(TEXI2PDF) ${srcdir}/mh-e.texi |
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
|
443 |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
444 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
|
445 $(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
|
446 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
|
447 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
|
448 $(ENVADD) $(TEXI2DVI) ${srcdir}/newsticker.texi |
106584
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
449 newsticker.pdf: newsticker.texi |
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
450 $(ENVADD) $(TEXI2PDF) ${srcdir}/newsticker.texi |
84282 | 451 |
86378
5d15069189ff
Fixups for nxml per Romain Francoise email.
Mark A. Hershberger <mah@everybody.org>
parents:
85792
diff
changeset
|
452 nxml-mode : $(infodir)/nxml-mode |
5d15069189ff
Fixups for nxml per Romain Francoise email.
Mark A. Hershberger <mah@everybody.org>
parents:
85792
diff
changeset
|
453 $(infodir)/nxml-mode: nxml-mode.texi |
5d15069189ff
Fixups for nxml per Romain Francoise email.
Mark A. Hershberger <mah@everybody.org>
parents:
85792
diff
changeset
|
454 cd $(srcdir); $(MAKEINFO) nxml-mode.texi |
5d15069189ff
Fixups for nxml per Romain Francoise email.
Mark A. Hershberger <mah@everybody.org>
parents:
85792
diff
changeset
|
455 nxml-mode.dvi: nxml-mode.texi |
5d15069189ff
Fixups for nxml per Romain Francoise email.
Mark A. Hershberger <mah@everybody.org>
parents:
85792
diff
changeset
|
456 $(ENVADD) $(TEXI2DVI) ${srcdir}/nxml-mode.texi |
106584
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
457 nxml-mode.pdf: nxml-mode.texi |
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
458 $(ENVADD) $(TEXI2PDF) ${srcdir}/nxml-mode.texi |
86378
5d15069189ff
Fixups for nxml per Romain Francoise email.
Mark A. Hershberger <mah@everybody.org>
parents:
85792
diff
changeset
|
459 |
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
|
460 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
|
461 $(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
|
462 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
|
463 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
|
464 $(ENVADD) $(TEXI2DVI) ${srcdir}/org.texi |
106584
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
465 org.pdf: org.texi |
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
466 $(ENVADD) $(TEXI2PDF) ${srcdir}/org.texi |
84282 | 467 |
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
|
468 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
|
469 $(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
|
470 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
|
471 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
|
472 $(ENVADD) $(TEXI2DVI) ${srcdir}/pcl-cvs.texi |
106584
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
473 pcl-cvs.pdf: pcl-cvs.texi |
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
474 $(ENVADD) $(TEXI2PDF) ${srcdir}/pcl-cvs.texi |
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
|
475 |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
476 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
|
477 $(infodir)/pgg: pgg.texi |
84282 | 478 cd $(srcdir); $(MAKEINFO) pgg.texi |
479 pgg.dvi: pgg.texi | |
480 $(ENVADD) $(TEXI2DVI) ${srcdir}/pgg.texi | |
106584
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
481 pgg.pdf: pgg.texi |
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
482 $(ENVADD) $(TEXI2PDF) ${srcdir}/pgg.texi |
84282 | 483 |
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
|
484 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
|
485 $(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
|
486 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
|
487 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
|
488 $(ENVADD) $(TEXI2DVI) ${srcdir}/rcirc.texi |
106584
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
489 rcirc.pdf: rcirc.texi |
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
490 $(ENVADD) $(TEXI2PDF) ${srcdir}/rcirc.texi |
84282 | 491 |
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
|
492 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
|
493 $(infodir)/reftex: reftex.texi |
84282 | 494 cd $(srcdir); $(MAKEINFO) reftex.texi |
495 reftex.dvi: reftex.texi | |
496 $(ENVADD) $(TEXI2DVI) ${srcdir}/reftex.texi | |
106584
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
497 reftex.pdf: reftex.texi |
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
498 $(ENVADD) $(TEXI2PDF) ${srcdir}/reftex.texi |
84282 | 499 |
85792
1c1df1662d58
doc/misc/Makefile.in: Add targets to build Remember Manual
Michael Olson <mwolson@gnu.org>
parents:
84327
diff
changeset
|
500 remember : $(infodir)/remember |
1c1df1662d58
doc/misc/Makefile.in: Add targets to build Remember Manual
Michael Olson <mwolson@gnu.org>
parents:
84327
diff
changeset
|
501 $(infodir)/remember: remember.texi |
1c1df1662d58
doc/misc/Makefile.in: Add targets to build Remember Manual
Michael Olson <mwolson@gnu.org>
parents:
84327
diff
changeset
|
502 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
|
503 remember.dvi: remember.texi |
1c1df1662d58
doc/misc/Makefile.in: Add targets to build Remember Manual
Michael Olson <mwolson@gnu.org>
parents:
84327
diff
changeset
|
504 $(ENVADD) $(TEXI2DVI) ${srcdir}/remember.texi |
106584
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
505 remember.pdf: remember.texi |
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
506 $(ENVADD) $(TEXI2PDF) ${srcdir}/remember.texi |
85792
1c1df1662d58
doc/misc/Makefile.in: Add targets to build Remember Manual
Michael Olson <mwolson@gnu.org>
parents:
84327
diff
changeset
|
507 |
95928
d5a620178534
(INFO_TARGETS, DVI_TARGETS): Add sasl.
Glenn Morris <rgm@gnu.org>
parents:
95032
diff
changeset
|
508 sasl : $(infodir)/sasl |
d5a620178534
(INFO_TARGETS, DVI_TARGETS): Add sasl.
Glenn Morris <rgm@gnu.org>
parents:
95032
diff
changeset
|
509 $(infodir)/sasl: sasl.texi |
d5a620178534
(INFO_TARGETS, DVI_TARGETS): Add sasl.
Glenn Morris <rgm@gnu.org>
parents:
95032
diff
changeset
|
510 cd $(srcdir); $(MAKEINFO) sasl.texi |
d5a620178534
(INFO_TARGETS, DVI_TARGETS): Add sasl.
Glenn Morris <rgm@gnu.org>
parents:
95032
diff
changeset
|
511 sasl.dvi: sasl.texi |
d5a620178534
(INFO_TARGETS, DVI_TARGETS): Add sasl.
Glenn Morris <rgm@gnu.org>
parents:
95032
diff
changeset
|
512 $(ENVADD) $(TEXI2DVI) ${srcdir}/sasl.texi |
106584
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
513 sasl.pdf: sasl.texi |
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
514 $(ENVADD) $(TEXI2PDF) ${srcdir}/sasl.texi |
95928
d5a620178534
(INFO_TARGETS, DVI_TARGETS): Add sasl.
Glenn Morris <rgm@gnu.org>
parents:
95032
diff
changeset
|
515 |
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
|
516 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
|
517 $(infodir)/sc: sc.texi |
84282 | 518 cd $(srcdir); $(MAKEINFO) sc.texi |
519 sc.dvi: sc.texi | |
520 $(ENVADD) $(TEXI2DVI) ${srcdir}/sc.texi | |
106584
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
521 sc.pdf: sc.texi |
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
522 $(ENVADD) $(TEXI2PDF) ${srcdir}/sc.texi |
84282 | 523 |
106061
014672c3a25f
* Makefile.in: Build the Semantic manual.
Chong Yidong <cyd@stupidchicken.com>
parents:
105494
diff
changeset
|
524 semantic : $(infodir)/semantic |
014672c3a25f
* Makefile.in: Build the Semantic manual.
Chong Yidong <cyd@stupidchicken.com>
parents:
105494
diff
changeset
|
525 $(infodir)/semantic: semantic.texi sem-user.texi |
014672c3a25f
* Makefile.in: Build the Semantic manual.
Chong Yidong <cyd@stupidchicken.com>
parents:
105494
diff
changeset
|
526 cd $(srcdir); $(MAKEINFO) semantic.texi |
014672c3a25f
* Makefile.in: Build the Semantic manual.
Chong Yidong <cyd@stupidchicken.com>
parents:
105494
diff
changeset
|
527 semantic.dvi: semantic.texi |
014672c3a25f
* Makefile.in: Build the Semantic manual.
Chong Yidong <cyd@stupidchicken.com>
parents:
105494
diff
changeset
|
528 $(ENVADD) $(TEXI2DVI) ${srcdir}/semantic.texi |
106584
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
529 semantic.pdf: semantic.texi |
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
530 $(ENVADD) $(TEXI2PDF) ${srcdir}/semantic.texi |
106061
014672c3a25f
* Makefile.in: Build the Semantic manual.
Chong Yidong <cyd@stupidchicken.com>
parents:
105494
diff
changeset
|
531 |
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
|
532 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
|
533 $(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
|
534 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
|
535 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
|
536 $(ENVADD) $(TEXI2DVI) ${srcdir}/ses.texi |
106584
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
537 ses.pdf: ses.texi |
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
538 $(ENVADD) $(TEXI2PDF) ${srcdir}/ses.texi |
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
|
539 |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
540 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
|
541 $(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
|
542 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
|
543 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
|
544 $(ENVADD) $(TEXI2DVI) ${srcdir}/sieve.texi |
106584
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
545 sieve.pdf: sieve.texi |
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
546 $(ENVADD) $(TEXI2PDF) ${srcdir}/sieve.texi |
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
|
547 |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
548 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
|
549 $(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
|
550 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
|
551 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
|
552 $(ENVADD) $(TEXI2DVI) ${srcdir}/smtpmail.texi |
106584
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
553 smtpmail.pdf: smtpmail.texi |
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
554 $(ENVADD) $(TEXI2PDF) ${srcdir}/smtpmail.texi |
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
|
555 |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
556 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
|
557 $(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
|
558 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
|
559 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
|
560 $(ENVADD) $(TEXI2DVI) ${srcdir}/speedbar.texi |
106584
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
561 speedbar.pdf: speedbar.texi |
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
562 $(ENVADD) $(TEXI2PDF) ${srcdir}/speedbar.texi |
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
|
563 |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
564 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
|
565 $(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
|
566 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
|
567 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
|
568 $(ENVADD) $(TEXI2DVI) ${srcdir}/tramp.texi |
106584
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
569 tramp.pdf: tramp.texi trampver.texi |
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
570 $(ENVADD) $(TEXI2PDF) ${srcdir}/tramp.texi |
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
|
571 |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
572 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
|
573 $(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
|
574 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
|
575 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
|
576 $(ENVADD) $(TEXI2DVI) ${srcdir}/url.texi |
106584
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
577 url.pdf: url.texi |
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
578 $(ENVADD) $(TEXI2PDF) ${srcdir}/url.texi |
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
|
579 |
e1fe573e52c0
Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents:
84282
diff
changeset
|
580 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
|
581 $(infodir)/vip: vip.texi |
84282 | 582 cd $(srcdir); $(MAKEINFO) vip.texi |
583 vip.dvi: vip.texi | |
584 $(ENVADD) $(TEXI2DVI) ${srcdir}/vip.texi | |
106584
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
585 vip.pdf: vip.texi |
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
586 $(ENVADD) $(TEXI2PDF) ${srcdir}/vip.texi |
84282 | 587 |
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
|
588 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
|
589 $(infodir)/viper: viper.texi |
84282 | 590 cd $(srcdir); $(MAKEINFO) viper.texi |
591 viper.dvi: viper.texi | |
592 $(ENVADD) $(TEXI2DVI) ${srcdir}/viper.texi | |
106584
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
593 viper.pdf: viper.texi |
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
594 $(ENVADD) $(TEXI2PDF) ${srcdir}/viper.texi |
84282 | 595 |
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
|
596 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
|
597 $(infodir)/widget: widget.texi |
84282 | 598 cd $(srcdir); $(MAKEINFO) widget.texi |
599 widget.dvi: widget.texi | |
600 $(ENVADD) $(TEXI2DVI) ${srcdir}/widget.texi | |
106584
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
601 widget.pdf: widget.texi |
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
602 $(ENVADD) $(TEXI2PDF) ${srcdir}/widget.texi |
84282 | 603 |
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
|
604 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
|
605 $(infodir)/woman: woman.texi |
84282 | 606 cd $(srcdir); $(MAKEINFO) woman.texi |
607 woman.dvi: woman.texi | |
608 $(ENVADD) $(TEXI2DVI) ${srcdir}/woman.texi | |
106584
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
609 woman.pdf: woman.texi |
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
610 $(ENVADD) $(TEXI2PDF) ${srcdir}/woman.texi |
84282 | 611 |
612 | |
613 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
|
614 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
|
615 *.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
|
616 rm -f *.aux *.cps *.fns *.kys *.pgs *.vrs *.toc |
84282 | 617 |
618 clean: mostlyclean | |
106584
cdeb7eaac6f4
(INFO_TARGETS, DVI_TARGETS): Add edt.
Glenn Morris <rgm@gnu.org>
parents:
106061
diff
changeset
|
619 rm -f *.dvi *.pdf |
84282 | 620 |
621 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
|
622 # rm -f Makefile |
84282 | 623 |
624 maintainer-clean: distclean | |
625 for file in $(INFO_TARGETS); do rm -f $${file}*; done | |
626 | |
627 | |
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
|
628 ### Makefile ends here |