annotate man/Makefile @ 398:74fd4e045ea6 r21-2-29

Import from CVS: tag r21-2-29
author cvs
date Mon, 13 Aug 2007 11:13:30 +0200
parents 7df0dd720c89
children de805c49cfc1
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
8
4b173ad71786 Import from CVS: tag r19-15b5
cvs
parents:
diff changeset
1 # Makefile for man subdirectory in XEmacs
4b173ad71786 Import from CVS: tag r19-15b5
cvs
parents:
diff changeset
2 # Copyright (C) 1995 Board of Trustees, University of Illinois
4b173ad71786 Import from CVS: tag r19-15b5
cvs
parents:
diff changeset
3 # Copyright (C) 1994, 1995 Sun Microsystems.
4b173ad71786 Import from CVS: tag r19-15b5
cvs
parents:
diff changeset
4
4b173ad71786 Import from CVS: tag r19-15b5
cvs
parents:
diff changeset
5 # This file is part of XEmacs.
4b173ad71786 Import from CVS: tag r19-15b5
cvs
parents:
diff changeset
6
4b173ad71786 Import from CVS: tag r19-15b5
cvs
parents:
diff changeset
7 # XEmacs is free software; you can redistribute it and/or modify it
4b173ad71786 Import from CVS: tag r19-15b5
cvs
parents:
diff changeset
8 # under the terms of the GNU General Public License as published by the
4b173ad71786 Import from CVS: tag r19-15b5
cvs
parents:
diff changeset
9 # Free Software Foundation; either version 2, or (at your option) any
4b173ad71786 Import from CVS: tag r19-15b5
cvs
parents:
diff changeset
10 # later version.
4b173ad71786 Import from CVS: tag r19-15b5
cvs
parents:
diff changeset
11
4b173ad71786 Import from CVS: tag r19-15b5
cvs
parents:
diff changeset
12 # XEmacs is distributed in the hope that it will be useful, but WITHOUT
4b173ad71786 Import from CVS: tag r19-15b5
cvs
parents:
diff changeset
13 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
4b173ad71786 Import from CVS: tag r19-15b5
cvs
parents:
diff changeset
14 # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
4b173ad71786 Import from CVS: tag r19-15b5
cvs
parents:
diff changeset
15 # for more details.
4b173ad71786 Import from CVS: tag r19-15b5
cvs
parents:
diff changeset
16
4b173ad71786 Import from CVS: tag r19-15b5
cvs
parents:
diff changeset
17 # You should have received a copy of the GNU General Public License
4b173ad71786 Import from CVS: tag r19-15b5
cvs
parents:
diff changeset
18 # along with XEmacs; see the file COPYING. If not, write to
4b173ad71786 Import from CVS: tag r19-15b5
cvs
parents:
diff changeset
19 # the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
4b173ad71786 Import from CVS: tag r19-15b5
cvs
parents:
diff changeset
20 # Boston, MA 02111-1307, USA.
4b173ad71786 Import from CVS: tag r19-15b5
cvs
parents:
diff changeset
21
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
22 SHELL = /bin/sh
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 100
diff changeset
23 MAKEINFO = makeinfo
193
f53b5ca2e663 Import from CVS: tag r20-3b23
cvs
parents: 179
diff changeset
24 TEXI2DVI = texi2dvi
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 100
diff changeset
25
193
f53b5ca2e663 Import from CVS: tag r20-3b23
cvs
parents: 179
diff changeset
26 .SUFFIXES:
8
4b173ad71786 Import from CVS: tag r19-15b5
cvs
parents:
diff changeset
27 .SUFFIXES: .info .texi .dvi
4b173ad71786 Import from CVS: tag r19-15b5
cvs
parents:
diff changeset
28
193
f53b5ca2e663 Import from CVS: tag r20-3b23
cvs
parents: 179
diff changeset
29 RECURSIVE_MAKE = $(MAKE) $(MFLAGS) MAKEINFO='$(MAKEINFO)' TEXI2DVI='$(TEXI2DVI)'
f53b5ca2e663 Import from CVS: tag r20-3b23
cvs
parents: 179
diff changeset
30
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
31 all : info
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
32
280
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 229
diff changeset
33 # Ughhh! The things we do to have portable makefiles...
8
4b173ad71786 Import from CVS: tag r19-15b5
cvs
parents:
diff changeset
34
280
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 229
diff changeset
35 INFODIR = ../info
8
4b173ad71786 Import from CVS: tag r19-15b5
cvs
parents:
diff changeset
36
280
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 229
diff changeset
37 info_files = \
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 229
diff changeset
38 $(INFODIR)/cl.info \
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 229
diff changeset
39 $(INFODIR)/custom.info \
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
40 $(INFODIR)/emodules.info \
280
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 229
diff changeset
41 $(INFODIR)/external-widget.info \
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 229
diff changeset
42 $(INFODIR)/info.info \
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
43 $(INFODIR)/lispref.info \
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
44 $(INFODIR)/internals.info \
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
45 $(INFODIR)/new-users-guide.info \
280
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 229
diff changeset
46 $(INFODIR)/standards.info \
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 229
diff changeset
47 $(INFODIR)/term.info \
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 229
diff changeset
48 $(INFODIR)/termcap.info \
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 229
diff changeset
49 $(INFODIR)/texinfo.info \
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 229
diff changeset
50 $(INFODIR)/widget.info \
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
51 $(INFODIR)/xemacs.info \
280
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 229
diff changeset
52 $(INFODIR)/xemacs-faq.info
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 100
diff changeset
53
280
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 229
diff changeset
54 dvi_files = \
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 229
diff changeset
55 cl.dvi \
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 229
diff changeset
56 custom.dvi \
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
57 emodules.dvi \
280
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 229
diff changeset
58 external-widget.dvi \
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 229
diff changeset
59 info.dvi \
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
60 lispref.dvi \
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
61 internals.dvi \
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
62 new-users-guide.dvi \
280
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 229
diff changeset
63 standards.dvi \
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 229
diff changeset
64 term.dvi \
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 229
diff changeset
65 termcap.dvi \
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 229
diff changeset
66 texinfo.dvi \
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 229
diff changeset
67 widget.dvi \
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
68 xemacs.dvi \
280
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 229
diff changeset
69 xemacs-faq.dvi
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 229
diff changeset
70
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
71 xemacs-srcs = \
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
72 xemacs/abbrevs.texi \
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
73 xemacs/basic.texi \
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
74 xemacs/buffers.texi \
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
75 xemacs/building.texi \
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
76 xemacs/calendar.texi \
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
77 xemacs/cmdargs.texi \
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
78 xemacs/custom.texi \
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
79 xemacs/display.texi \
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
80 xemacs/entering.texi \
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
81 xemacs/files.texi \
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
82 xemacs/fixit.texi \
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
83 xemacs/frame.texi \
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
84 xemacs/glossary.texi \
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
85 xemacs/gnu.texi \
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
86 xemacs/help.texi \
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
87 xemacs/indent.texi \
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
88 xemacs/keystrokes.texi \
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
89 xemacs/killing.texi \
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
90 xemacs/m-x.texi \
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
91 xemacs/major.texi \
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
92 xemacs/mark.texi \
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
93 xemacs/menus.texi \
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
94 xemacs/mini.texi \
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
95 xemacs/misc.texi \
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
96 xemacs/mouse.texi \
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
97 xemacs/mule.texi \
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
98 xemacs/new.texi \
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
99 xemacs/packages.texi \
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
100 xemacs/picture.texi \
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
101 xemacs/programs.texi \
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
102 xemacs/reading.texi \
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
103 xemacs/regs.texi \
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
104 xemacs/search.texi \
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
105 xemacs/sending.texi \
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
106 xemacs/startup.texi \
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
107 xemacs/text.texi \
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
108 xemacs/trouble.texi \
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
109 xemacs/undo.texi \
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
110 xemacs/windows.texi \
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
111 xemacs/xemacs.texi
280
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 229
diff changeset
112
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
113 lispref-srcs = \
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
114 lispref/abbrevs.texi \
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
115 lispref/annotations.texi \
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
116 lispref/back.texi \
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
117 lispref/backups.texi \
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
118 lispref/buffers.texi \
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
119 lispref/building.texi \
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
120 lispref/commands.texi \
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
121 lispref/compile.texi \
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
122 lispref/consoles-devices.texi \
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
123 lispref/control.texi \
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
124 lispref/customize.texi \
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
125 lispref/databases.texi \
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
126 lispref/debugging.texi \
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
127 lispref/dialog.texi \
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
128 lispref/display.texi \
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
129 lispref/dragndrop.texi \
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
130 lispref/edebug-inc.texi \
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
131 lispref/edebug.texi \
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
132 lispref/errors.texi \
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
133 lispref/eval.texi \
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
134 lispref/extents.texi \
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
135 lispref/faces.texi \
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
136 lispref/files.texi \
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
137 lispref/frames.texi \
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
138 lispref/functions.texi \
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
139 lispref/glyphs.texi \
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
140 lispref/hash-tables.texi \
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
141 lispref/help.texi \
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
142 lispref/hooks.texi \
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
143 lispref/index.texi \
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
144 lispref/internationalization.texi \
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
145 lispref/intro.texi \
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
146 lispref/keymaps.texi \
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
147 lispref/ldap.texi \
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
148 lispref/lispref.texi \
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
149 lispref/lists.texi \
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
150 lispref/loading.texi \
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
151 lispref/locals.texi \
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
152 lispref/macros.texi \
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
153 lispref/maps.texi \
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
154 lispref/markers.texi \
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
155 lispref/menus.texi \
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
156 lispref/minibuf.texi \
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
157 lispref/modes.texi \
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
158 lispref/mouse.texi \
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
159 lispref/mule.texi \
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
160 lispref/numbers.texi \
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
161 lispref/objects.texi \
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
162 lispref/os.texi \
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
163 lispref/positions.texi \
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
164 lispref/processes.texi \
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
165 lispref/range-tables.texi \
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
166 lispref/scrollbars.texi \
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
167 lispref/searching.texi \
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
168 lispref/sequences.texi \
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
169 lispref/specifiers.texi \
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
170 lispref/streams.texi \
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
171 lispref/strings.texi \
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
172 lispref/symbols.texi \
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
173 lispref/syntax.texi \
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
174 lispref/text.texi \
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
175 lispref/tips.texi \
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
176 lispref/toolbar.texi \
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
177 lispref/tooltalk.texi \
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
178 lispref/variables.texi \
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
179 lispref/windows.texi \
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
180 lispref/x-windows.texi
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 100
diff changeset
181
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
182 internals-srcs = \
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
183 internals/internals.texi
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
184
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
185 new-users-guide-srcs = \
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
186 new-users-guide/custom1.texi \
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
187 new-users-guide/custom2.texi \
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
188 new-users-guide/edit.texi \
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
189 new-users-guide/enter.texi \
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
190 new-users-guide/files.texi \
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
191 new-users-guide/help.texi \
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
192 new-users-guide/modes.texi \
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
193 new-users-guide/new-users-guide.texi \
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
194 new-users-guide/region.texi \
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
195 new-users-guide/search.texi \
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
196 new-users-guide/xmenu.texi
280
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 229
diff changeset
197
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
198 $(INFODIR)/cl.info : cl.texi
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
199 $(MAKEINFO) -o $(INFODIR)/cl.info cl.texi
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
200
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
201 $(INFODIR)/custom.info : custom.texi
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
202 $(MAKEINFO) -o $(INFODIR)/custom.info custom.texi
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
203
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
204 $(INFODIR)/emodules.info : emodules.texi
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
205 $(MAKEINFO) -o $(INFODIR)/emodules.info emodules.texi
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
206
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
207 $(INFODIR)/external-widget.info : external-widget.texi
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
208 $(MAKEINFO) -o $(INFODIR)/external-widget.info external-widget.texi
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
209
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
210 $(INFODIR)/info.info : info.texi
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
211 $(MAKEINFO) -o $(INFODIR)/info.info info.texi
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
212
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
213 $(INFODIR)/standards.info : standards.texi
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
214 $(MAKEINFO) -o $(INFODIR)/standards.info standards.texi
280
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 229
diff changeset
215
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
216 $(INFODIR)/term.info : term.texi
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
217 $(MAKEINFO) -o $(INFODIR)/term.info term.texi
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
218
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
219 $(INFODIR)/termcap.info : termcap.texi
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
220 $(MAKEINFO) -o $(INFODIR)/termcap.info termcap.texi
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
221
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
222 $(INFODIR)/texinfo.info : texinfo.texi
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
223 $(MAKEINFO) -o $(INFODIR)/texinfo.info texinfo.texi
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
224
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
225 $(INFODIR)/widget.info : widget.texi
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
226 $(MAKEINFO) -o $(INFODIR)/widget.info widget.texi
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
227
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
228 $(INFODIR)/xemacs-faq.info : xemacs-faq.texi
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
229 $(MAKEINFO) -o $(INFODIR)/xemacs-faq.info xemacs-faq.texi
280
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 229
diff changeset
230
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
231 # Manuals with their own subdirectory
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
232 $(INFODIR)/xemacs.info : $(xemacs-srcs)
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
233 $(MAKEINFO) -P xemacs -o $(INFODIR)/xemacs.info xemacs/xemacs.texi
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
234
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
235 $(INFODIR)/lispref.info : $(lispref-srcs)
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
236 $(MAKEINFO) -P lispref -o $(INFODIR)/lispref.info lispref/lispref.texi
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
237
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
238 $(INFODIR)/internals.info : $(internals-srcs)
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
239 $(MAKEINFO) -P internals -o $(INFODIR)/internals.info internals/internals.texi
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
240
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
241 $(INFODIR)/new-users-guide.info : $(new-users-guide-srcs)
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
242 $(MAKEINFO) -P new-users-guide -o $(INFODIR)/new-users-guide.info new-users-guide/new-users-guide.texi
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
243
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
244 # $(INFODIR)/w3.info : w3.texi
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
245 # $(MAKEINFO) -o $(INFODIR)/w3.info w3.texi
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
246
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
247 # EMACS = ../src/xemacs
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
248 # EMACSFLAGS = -batch -q -no-site-file
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
249
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
250 # $(INFODIR)/vm.info : vm.texi
280
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 229
diff changeset
251 # -$(EMACS) $(EMACSFLAGS) -insert vm.texi -l texinfmt \
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 229
diff changeset
252 # -f texinfo-format-buffer -f save-buffer
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
253 # -mv vm.info* $(INFODIR)/.
280
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 229
diff changeset
254
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
255 # special = # $(INFODIR)/vm.info $(INFODIR)/texinfo.info
280
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 229
diff changeset
256
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
257 xemacs : $(INFODIR)/xemacs.info
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
258 lispref : $(INFODIR)/lispref.info
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
259 internals : $(INFODIR)/internals.info
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
260 new-users-guide.info : $(INFODIR)/new-users-guide.info
280
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 229
diff changeset
261
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
262 .PHONY : xemacs lispref internals new-users-guide info dvi
108
360340f9fd5f Import from CVS: tag r20-1b6
cvs
parents: 100
diff changeset
263
280
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 229
diff changeset
264 info : $(info_files)
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
265
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
266 # tm: FRC.tm
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
267 # cd ./tm && $(RECURSIVE_MAKE)
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
268 # gnats: FRC.gnats
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
269 # cd ./gnats && $(RECURSIVE_MAKE)
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
270 # FRC.xemacs FRC.lispref FRC.new-users-guide FRC.internals FRC.tm FRC.gnats:
280
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 229
diff changeset
271
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 229
diff changeset
272 .PHONY: info dvi
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 229
diff changeset
273
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
274 .texi.dvi:
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
275 -$(TEXI2DVI) $<
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
276
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
277 xemacs.dvi : $(xemacs-srcs)
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
278 $(TEXI2DVI) -I xemacs xemacs/xemacs.texi
280
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 229
diff changeset
279
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
280 lispref.dvi : $(lispref-srcs)
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
281 $(TEXI2DVI) -I lispref lispref/lispref.texi
280
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 229
diff changeset
282
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
283 internals.dvi : $(internals-srcs)
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
284 $(TEXI2DVI) -I internals internals/internals.texi
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
285
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
286 new-users-guide.dvi : $(new-users-guide-srcs)
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
287 $(TEXI2DVI) -I new-users-guide new-users-guide/new-users-guide.texi
8
4b173ad71786 Import from CVS: tag r19-15b5
cvs
parents:
diff changeset
288
280
7df0dd720c89 Import from CVS: tag r21-0b38
cvs
parents: 229
diff changeset
289 dvi : $(dvi_files)
8
4b173ad71786 Import from CVS: tag r19-15b5
cvs
parents:
diff changeset
290
173
8eaf7971accc Import from CVS: tag r20-3b13
cvs
parents: 120
diff changeset
291 .PHONY: mostlyclean clean distclean realclean extraclean
8
4b173ad71786 Import from CVS: tag r19-15b5
cvs
parents:
diff changeset
292 mostlyclean:
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
293 rm -f *.toc *.aux *.log *.op *.cp *.cps *.fn *.fns
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
294 rm -f *.ky *.kys *.pg *.pgs *.tp *.tps *.vr *.vrs
8
4b173ad71786 Import from CVS: tag r19-15b5
cvs
parents:
diff changeset
295 clean: mostlyclean
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
296 rm -f core *.dvi
8
4b173ad71786 Import from CVS: tag r19-15b5
cvs
parents:
diff changeset
297 distclean: clean
4b173ad71786 Import from CVS: tag r19-15b5
cvs
parents:
diff changeset
298 realclean: distclean
4b173ad71786 Import from CVS: tag r19-15b5
cvs
parents:
diff changeset
299 extraclean: distclean
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 280
diff changeset
300 rm -f *~ \#* */*~ */\#*