annotate doc/misc/Makefile.in @ 105417:a9208a10f543

Add window-full-height-p.
author Glenn Morris <rgm@gnu.org>
date Sun, 04 Oct 2009 00:42:47 +0000
parents f52db8c1d1b5
children 6104e7688824
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
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
2f384360ad4b Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
2
2f384360ad4b Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
3 # Copyright (C) 1994, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
100974
cb5d2387102c Add 2009 to copyright years.
Glenn Morris <rgm@gnu.org>
parents: 99551
diff changeset
4 # 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
84282
2f384360ad4b Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
5
2f384360ad4b Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
6 # This file is part of GNU Emacs.
2f384360ad4b Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
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
2f384360ad4b Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
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
2f384360ad4b Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
12
2f384360ad4b Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
13 # GNU Emacs is distributed in the hope that it will be useful,
2f384360ad4b Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
14 # but WITHOUT ANY WARRANTY; without even the implied warranty of
2f384360ad4b Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
15 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
2f384360ad4b Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
16 # GNU General Public License for more details.
2f384360ad4b Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
17
2f384360ad4b Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
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
2f384360ad4b Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
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
2f384360ad4b Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
23 # subdirectory of the source tree. This is
2f384360ad4b Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
24 # set by the configure script's `--srcdir' option.
2f384360ad4b Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
25 srcdir=@srcdir@
2f384360ad4b Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
26 top_srcdir=@top_srcdir@
2f384360ad4b Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
27
2f384360ad4b Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
28 # Tell make where to find source files; this is needed for the makefiles.
2f384360ad4b Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
29 VPATH=@srcdir@
2f384360ad4b Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
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
2f384360ad4b Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
34
2f384360ad4b Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
35 # The makeinfo program is part of the Texinfo distribution.
2f384360ad4b Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
36 # Use --force so that it generates output even if there are errors.
2f384360ad4b Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
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
f52db8c1d1b5 Comment.
Glenn Morris <rgm@gnu.org>
parents: 102370
diff changeset
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 \
e1fe573e52c0 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)/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
51 $(infodir)/emacs-mime \
91647
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents: 87903
diff changeset
52 $(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
53 $(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
54 $(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
55 $(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
56 $(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
57 $(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
58 $(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
59 $(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
60 $(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
61 $(infodir)/info \
97102
ac037a911bec Add mairix-el targets.
Chong Yidong <cyd@stupidchicken.com>
parents: 96808
diff changeset
62 $(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
63 $(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
64 $(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
65 $(infodir)/newsticker \
86378
5d15069189ff Fixups for nxml per Romain Francoise email.
Mark A. Hershberger <mah@everybody.org>
parents: 85792
diff changeset
66 $(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
67 $(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
68 $(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
69 $(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
70 $(infodir)/rcirc \
85792
1c1df1662d58 doc/misc/Makefile.in: Add targets to build Remember Manual
Michael Olson <mwolson@gnu.org>
parents: 84327
diff changeset
71 $(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
72 $(infodir)/reftex \
95928
d5a620178534 (INFO_TARGETS, DVI_TARGETS): Add sasl.
Glenn Morris <rgm@gnu.org>
parents: 95032
diff changeset
73 $(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
74 $(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
75 $(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
76 $(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
77 $(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
78 $(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
79 $(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
80 $(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
81 $(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
82 $(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
83 $(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
84 $(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
85
e1fe573e52c0 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 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
87 ada-mode.dvi \
102370
2c2214eb4f14 (INFO_TARGETS, DVI_TARGETS): Add auth.
Glenn Morris <rgm@gnu.org>
parents: 100974
diff changeset
88 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
89 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
90 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
91 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
92 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
93 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
94 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
95 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
96 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
97 emacs-mime.dvi \
91647
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents: 87903
diff changeset
98 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
99 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
100 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
101 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
102 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
103 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
104 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
105 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
106 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
107 info.dvi \
97102
ac037a911bec Add mairix-el targets.
Chong Yidong <cyd@stupidchicken.com>
parents: 96808
diff changeset
108 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
109 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
110 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
111 newsticker.dvi \
86378
5d15069189ff Fixups for nxml per Romain Francoise email.
Mark A. Hershberger <mah@everybody.org>
parents: 85792
diff changeset
112 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
113 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
114 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
115 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
116 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
117 reftex.dvi \
85792
1c1df1662d58 doc/misc/Makefile.in: Add targets to build Remember Manual
Michael Olson <mwolson@gnu.org>
parents: 84327
diff changeset
118 remember.dvi \
95928
d5a620178534 (INFO_TARGETS, DVI_TARGETS): Add sasl.
Glenn Morris <rgm@gnu.org>
parents: 95032
diff changeset
119 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
120 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
121 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
122 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
123 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
124 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
125 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
126 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
127 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
128 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
129 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
130 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
131
e1fe573e52c0 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
e1fe573e52c0 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 TEXI2DVI = texi2dvi
84282
2f384360ad4b Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
134
2f384360ad4b Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
135 # The following rule does not work with all versions of `make'.
2f384360ad4b Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
136 .SUFFIXES: .texi .dvi
2f384360ad4b Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
137 .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
138 $(TEXI2DVI) $<
84282
2f384360ad4b Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
139
2f384360ad4b Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
140 ENVADD = TEXINPUTS="$(srcdir):$(TEXINPUTS)" MAKEINFO="$(MAKEINFO) -I$(srcdir)"
2f384360ad4b Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
141
2f384360ad4b Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
142
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
143 info: $(infodir) $(INFO_TARGETS)
84282
2f384360ad4b Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
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 $(infodir):
84282
2f384360ad4b Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
146 mkdir $@
2f384360ad4b Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
147
2f384360ad4b Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
148 dvi: $(DVI_TARGETS)
2f384360ad4b Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
149
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
150
84282
2f384360ad4b Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
151 # Note that all the Info targets build the Info files
2f384360ad4b Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
152 # in srcdir. There is no provision for Info files
2f384360ad4b Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
153 # to exist in the build directory.
2f384360ad4b Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
154 # In a distribution of Emacs, the Info files should be up to date.
2f384360ad4b Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
155
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
156 ## "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
157 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
158 $(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
159 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
160 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
161 $(ENVADD) $(TEXI2DVI) ${srcdir}/ada-mode.texi
84282
2f384360ad4b Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
162
102370
2c2214eb4f14 (INFO_TARGETS, DVI_TARGETS): Add auth.
Glenn Morris <rgm@gnu.org>
parents: 100974
diff changeset
163 auth : $(infodir)/auth
2c2214eb4f14 (INFO_TARGETS, DVI_TARGETS): Add auth.
Glenn Morris <rgm@gnu.org>
parents: 100974
diff changeset
164 $(infodir)/auth: auth.texi
2c2214eb4f14 (INFO_TARGETS, DVI_TARGETS): Add auth.
Glenn Morris <rgm@gnu.org>
parents: 100974
diff changeset
165 cd $(srcdir); $(MAKEINFO) auth.texi
2c2214eb4f14 (INFO_TARGETS, DVI_TARGETS): Add auth.
Glenn Morris <rgm@gnu.org>
parents: 100974
diff changeset
166 auth.dvi: auth.texi
2c2214eb4f14 (INFO_TARGETS, DVI_TARGETS): Add auth.
Glenn Morris <rgm@gnu.org>
parents: 100974
diff changeset
167 $(ENVADD) $(TEXI2DVI) ${srcdir}/auth.texi
2c2214eb4f14 (INFO_TARGETS, DVI_TARGETS): Add auth.
Glenn Morris <rgm@gnu.org>
parents: 100974
diff changeset
168
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
169 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
170 $(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
171 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
172 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
173 $(ENVADD) $(TEXI2DVI) ${srcdir}/autotype.texi
84282
2f384360ad4b Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
174
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
175 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
176 $(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
177 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
178 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
179 $(ENVADD) $(TEXI2DVI) ${srcdir}/calc.texi
84282
2f384360ad4b Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
180
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
181 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
182 $(infodir)/ccmode: cc-mode.texi
84282
2f384360ad4b Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
183 cd $(srcdir); $(MAKEINFO) cc-mode.texi
2f384360ad4b Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
184 cc-mode.dvi: cc-mode.texi
2f384360ad4b Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
185 $(ENVADD) $(TEXI2DVI) ${srcdir}/cc-mode.texi
2f384360ad4b Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
186
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
187 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
188 $(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
189 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
190 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
191 $(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
192
86943
791f39a2f656 * Makefile.in (INFO_TARGETS): Add dbus.
Michael Albinus <michael.albinus@gmx.de>
parents: 86378
diff changeset
193 dbus : $(infodir)/dbus
791f39a2f656 * Makefile.in (INFO_TARGETS): Add dbus.
Michael Albinus <michael.albinus@gmx.de>
parents: 86378
diff changeset
194 $(infodir)/dbus: dbus.texi
791f39a2f656 * Makefile.in (INFO_TARGETS): Add dbus.
Michael Albinus <michael.albinus@gmx.de>
parents: 86378
diff changeset
195 cd $(srcdir); $(MAKEINFO) dbus.texi
791f39a2f656 * Makefile.in (INFO_TARGETS): Add dbus.
Michael Albinus <michael.albinus@gmx.de>
parents: 86378
diff changeset
196 dbus.dvi: dbus.texi
791f39a2f656 * Makefile.in (INFO_TARGETS): Add dbus.
Michael Albinus <michael.albinus@gmx.de>
parents: 86378
diff changeset
197 $(ENVADD) $(TEXI2DVI) ${srcdir}/dbus.texi
791f39a2f656 * Makefile.in (INFO_TARGETS): Add dbus.
Michael Albinus <michael.albinus@gmx.de>
parents: 86378
diff changeset
198
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
199 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
200 $(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
201 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
202 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
203 $(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
204
e1fe573e52c0 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 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
206 $(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
207 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
208 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
209 $(ENVADD) $(TEXI2DVI) ${srcdir}/ebrowse.texi
84282
2f384360ad4b Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
210
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
211 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
212 $(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
213 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
214 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
215 $(ENVADD) $(TEXI2DVI) ${srcdir}/ediff.texi
84282
2f384360ad4b Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
216
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
217 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
218 $(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
219 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
220 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
221 $(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
222
91647
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents: 87903
diff changeset
223 epa : $(infodir)/epa
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents: 87903
diff changeset
224 $(infodir)/epa: epa.texi
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents: 87903
diff changeset
225 cd $(srcdir); $(MAKEINFO) epa.texi
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents: 87903
diff changeset
226 epa.dvi: epa.texi
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents: 87903
diff changeset
227 $(ENVADD) $(TEXI2DVI) ${srcdir}/epa.texi
f9692dfe86e7 EasyPG: Initial check-in.
Michael Olson <mwolson@gnu.org>
parents: 87903
diff changeset
228
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
229 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
230 $(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
231 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
232 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
233 $(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
234
e1fe573e52c0 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 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
236 $(infodir)/eshell: eshell.texi
84282
2f384360ad4b Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
237 cd $(srcdir); $(MAKEINFO) eshell.texi
2f384360ad4b Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
238 eshell.dvi: eshell.texi
2f384360ad4b Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
239 $(ENVADD) $(TEXI2DVI) ${srcdir}/eshell.texi
2f384360ad4b Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
240
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
241 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
242 $(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
243 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
244 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
245 $(ENVADD) $(TEXI2DVI) ${srcdir}/eudc.texi
84282
2f384360ad4b Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
246
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
247 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
248 $(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
249 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
250 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
251 $(ENVADD) $(TEXI2DVI) ${srcdir}/faq.texi
84282
2f384360ad4b Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
252
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
253 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
254 $(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
255 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
256 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
257 $(ENVADD) $(TEXI2DVI) ${srcdir}/flymake.texi
84282
2f384360ad4b Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
258
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
259 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
260 $(infodir)/forms: forms.texi
84282
2f384360ad4b Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
261 cd $(srcdir); $(MAKEINFO) forms.texi
2f384360ad4b Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
262 forms.dvi: forms.texi
2f384360ad4b Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
263 $(ENVADD) $(TEXI2DVI) ${srcdir}/forms.texi
2f384360ad4b Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
264
2f384360ad4b Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
265 # 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
266 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
267 $(infodir)/gnus: gnus.texi gnus-faq.texi
84282
2f384360ad4b Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
268 cd $(srcdir); $(MAKEINFO) gnus.texi
2f384360ad4b Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
269 gnus.dvi: gnus.texi gnus-faq.texi
2f384360ad4b Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
270 sed -e '/@iflatex/,/@end iflatex/d' ${srcdir}/gnus.texi > gnustmp.texi
2f384360ad4b Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
271 $(ENVADD) $(TEXI2DVI) gnustmp.texi
2f384360ad4b Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
272 cp gnustmp.dvi $*.dvi
2f384360ad4b Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
273 rm gnustmp.*
2f384360ad4b Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
274
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
275 # 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
276 # 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
277 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
278 $(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
279 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
280 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
281 $(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
282
e1fe573e52c0 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 # 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
284 # 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
285 # 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
286 ###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
287 $(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
288 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
289 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
290 $(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
291
97102
ac037a911bec Add mairix-el targets.
Chong Yidong <cyd@stupidchicken.com>
parents: 96808
diff changeset
292 mairix-el : $(infodir)/mairix-el
ac037a911bec Add mairix-el targets.
Chong Yidong <cyd@stupidchicken.com>
parents: 96808
diff changeset
293 $(infodir)/mairix-el: mairix-el.texi
ac037a911bec Add mairix-el targets.
Chong Yidong <cyd@stupidchicken.com>
parents: 96808
diff changeset
294 cd $(srcdir); $(MAKEINFO) mairix-el.texi
ac037a911bec Add mairix-el targets.
Chong Yidong <cyd@stupidchicken.com>
parents: 96808
diff changeset
295 mairix-el.dvi: mairix-el.texi
ac037a911bec Add mairix-el targets.
Chong Yidong <cyd@stupidchicken.com>
parents: 96808
diff changeset
296 $(ENVADD) $(TEXI2DVI) ${srcdir}/mairix-el.texi
ac037a911bec Add mairix-el targets.
Chong Yidong <cyd@stupidchicken.com>
parents: 96808
diff changeset
297
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
298 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
299 $(infodir)/message: message.texi
84282
2f384360ad4b Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
300 cd $(srcdir); $(MAKEINFO) message.texi
2f384360ad4b Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
301 message.dvi: message.texi
2f384360ad4b Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
302 $(ENVADD) $(TEXI2DVI) ${srcdir}/message.texi
2f384360ad4b Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
303
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
304 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
305 $(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
306 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
307 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
308 $(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
309
e1fe573e52c0 Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents: 84282
diff changeset
310 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
311 $(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
312 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
313 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
314 $(ENVADD) $(TEXI2DVI) ${srcdir}/newsticker.texi
84282
2f384360ad4b Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
315
86378
5d15069189ff Fixups for nxml per Romain Francoise email.
Mark A. Hershberger <mah@everybody.org>
parents: 85792
diff changeset
316 nxml-mode : $(infodir)/nxml-mode
5d15069189ff Fixups for nxml per Romain Francoise email.
Mark A. Hershberger <mah@everybody.org>
parents: 85792
diff changeset
317 $(infodir)/nxml-mode: nxml-mode.texi
5d15069189ff Fixups for nxml per Romain Francoise email.
Mark A. Hershberger <mah@everybody.org>
parents: 85792
diff changeset
318 cd $(srcdir); $(MAKEINFO) nxml-mode.texi
5d15069189ff Fixups for nxml per Romain Francoise email.
Mark A. Hershberger <mah@everybody.org>
parents: 85792
diff changeset
319 nxml-mode.dvi: nxml-mode.texi
5d15069189ff Fixups for nxml per Romain Francoise email.
Mark A. Hershberger <mah@everybody.org>
parents: 85792
diff changeset
320 $(ENVADD) $(TEXI2DVI) ${srcdir}/nxml-mode.texi
5d15069189ff Fixups for nxml per Romain Francoise email.
Mark A. Hershberger <mah@everybody.org>
parents: 85792
diff changeset
321
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
322 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
323 $(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
324 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
325 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
326 $(ENVADD) $(TEXI2DVI) ${srcdir}/org.texi
84282
2f384360ad4b Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
327
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
328 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
329 $(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
330 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
331 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
332 $(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
333
e1fe573e52c0 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 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
335 $(infodir)/pgg: pgg.texi
84282
2f384360ad4b Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
336 cd $(srcdir); $(MAKEINFO) pgg.texi
2f384360ad4b Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
337 pgg.dvi: pgg.texi
2f384360ad4b Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
338 $(ENVADD) $(TEXI2DVI) ${srcdir}/pgg.texi
2f384360ad4b Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
339
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
340 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
341 $(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
342 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
343 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
344 $(ENVADD) $(TEXI2DVI) ${srcdir}/rcirc.texi
84282
2f384360ad4b Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
345
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
346 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
347 $(infodir)/reftex: reftex.texi
84282
2f384360ad4b Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
348 cd $(srcdir); $(MAKEINFO) reftex.texi
2f384360ad4b Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
349 reftex.dvi: reftex.texi
2f384360ad4b Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
350 $(ENVADD) $(TEXI2DVI) ${srcdir}/reftex.texi
2f384360ad4b Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
351
85792
1c1df1662d58 doc/misc/Makefile.in: Add targets to build Remember Manual
Michael Olson <mwolson@gnu.org>
parents: 84327
diff changeset
352 remember : $(infodir)/remember
1c1df1662d58 doc/misc/Makefile.in: Add targets to build Remember Manual
Michael Olson <mwolson@gnu.org>
parents: 84327
diff changeset
353 $(infodir)/remember: remember.texi
1c1df1662d58 doc/misc/Makefile.in: Add targets to build Remember Manual
Michael Olson <mwolson@gnu.org>
parents: 84327
diff changeset
354 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
355 remember.dvi: remember.texi
1c1df1662d58 doc/misc/Makefile.in: Add targets to build Remember Manual
Michael Olson <mwolson@gnu.org>
parents: 84327
diff changeset
356 $(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
357
95928
d5a620178534 (INFO_TARGETS, DVI_TARGETS): Add sasl.
Glenn Morris <rgm@gnu.org>
parents: 95032
diff changeset
358 sasl : $(infodir)/sasl
d5a620178534 (INFO_TARGETS, DVI_TARGETS): Add sasl.
Glenn Morris <rgm@gnu.org>
parents: 95032
diff changeset
359 $(infodir)/sasl: sasl.texi
d5a620178534 (INFO_TARGETS, DVI_TARGETS): Add sasl.
Glenn Morris <rgm@gnu.org>
parents: 95032
diff changeset
360 cd $(srcdir); $(MAKEINFO) sasl.texi
d5a620178534 (INFO_TARGETS, DVI_TARGETS): Add sasl.
Glenn Morris <rgm@gnu.org>
parents: 95032
diff changeset
361 sasl.dvi: sasl.texi
d5a620178534 (INFO_TARGETS, DVI_TARGETS): Add sasl.
Glenn Morris <rgm@gnu.org>
parents: 95032
diff changeset
362 $(ENVADD) $(TEXI2DVI) ${srcdir}/sasl.texi
d5a620178534 (INFO_TARGETS, DVI_TARGETS): Add sasl.
Glenn Morris <rgm@gnu.org>
parents: 95032
diff changeset
363
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
364 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
365 $(infodir)/sc: sc.texi
84282
2f384360ad4b Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
366 cd $(srcdir); $(MAKEINFO) sc.texi
2f384360ad4b Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
367 sc.dvi: sc.texi
2f384360ad4b Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
368 $(ENVADD) $(TEXI2DVI) ${srcdir}/sc.texi
2f384360ad4b Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
369
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
370 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
371 $(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
372 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
373 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
374 $(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
375
e1fe573e52c0 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 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
377 $(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
378 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
379 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
380 $(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
381
e1fe573e52c0 Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents: 84282
diff changeset
382 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
383 $(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
384 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
385 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
386 $(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
387
e1fe573e52c0 Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents: 84282
diff changeset
388 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
389 $(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
390 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
391 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
392 $(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
393
e1fe573e52c0 Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents: 84282
diff changeset
394 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
395 $(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
396 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
397 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
398 $(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
399
e1fe573e52c0 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 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
401 $(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
402 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
403 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
404 $(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
405
e1fe573e52c0 Move the parts of the old man/Makefile.in that do not refer to the
Glenn Morris <rgm@gnu.org>
parents: 84282
diff changeset
406 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
407 $(infodir)/vip: vip.texi
84282
2f384360ad4b Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
408 cd $(srcdir); $(MAKEINFO) vip.texi
2f384360ad4b Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
409 vip.dvi: vip.texi
2f384360ad4b Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
410 $(ENVADD) $(TEXI2DVI) ${srcdir}/vip.texi
2f384360ad4b Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
411
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
412 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
413 $(infodir)/viper: viper.texi
84282
2f384360ad4b Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
414 cd $(srcdir); $(MAKEINFO) viper.texi
2f384360ad4b Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
415 viper.dvi: viper.texi
2f384360ad4b Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
416 $(ENVADD) $(TEXI2DVI) ${srcdir}/viper.texi
2f384360ad4b Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
417
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
418 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
419 $(infodir)/widget: widget.texi
84282
2f384360ad4b Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
420 cd $(srcdir); $(MAKEINFO) widget.texi
2f384360ad4b Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
421 widget.dvi: widget.texi
2f384360ad4b Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
422 $(ENVADD) $(TEXI2DVI) ${srcdir}/widget.texi
2f384360ad4b Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
423
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
424 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
425 $(infodir)/woman: woman.texi
84282
2f384360ad4b Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
426 cd $(srcdir); $(MAKEINFO) woman.texi
2f384360ad4b Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
427 woman.dvi: woman.texi
2f384360ad4b Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
428 $(ENVADD) $(TEXI2DVI) ${srcdir}/woman.texi
2f384360ad4b Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
429
2f384360ad4b Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
430
2f384360ad4b Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
431 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
432 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
433 *.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
434 rm -f *.aux *.cps *.fns *.kys *.pgs *.vrs *.toc
84282
2f384360ad4b Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
435
2f384360ad4b Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
436 clean: mostlyclean
2f384360ad4b Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
437 rm -f *.dvi
2f384360ad4b Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
438
2f384360ad4b Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
439 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
440 # rm -f Makefile
84282
2f384360ad4b Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
441
2f384360ad4b Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
442 maintainer-clean: distclean
2f384360ad4b Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
443 for file in $(INFO_TARGETS); do rm -f $${file}*; done
2f384360ad4b Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
444
2f384360ad4b Move here from ../../man
Glenn Morris <rgm@gnu.org>
parents:
diff changeset
445
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
446 ### Makefile ends here