annotate doc/misc/Makefile.in @ 110781:664402ada542

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