annotate man/xemacs/packages.texi @ 420:41dbb7a9d5f2 r21-2-18

Import from CVS: tag r21-2-18
author cvs
date Mon, 13 Aug 2007 11:24:09 +0200
parents 697ef44129c6
children 95016f13131a
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
371
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 367
diff changeset
1 @node Packages, Abbrevs, Running, Top
296
5a79be0ef6a8 Import from CVS: tag r21-0b46
cvs
parents:
diff changeset
2 @comment node-name, next, previous, up
5a79be0ef6a8 Import from CVS: tag r21-0b46
cvs
parents:
diff changeset
3
373
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
4 @section Packages
296
5a79be0ef6a8 Import from CVS: tag r21-0b46
cvs
parents:
diff changeset
5 @cindex packages
5a79be0ef6a8 Import from CVS: tag r21-0b46
cvs
parents:
diff changeset
6
5a79be0ef6a8 Import from CVS: tag r21-0b46
cvs
parents:
diff changeset
7 The XEmacs 21 distribution comes only with a very basic set of
5a79be0ef6a8 Import from CVS: tag r21-0b46
cvs
parents:
diff changeset
8 built-in modes and packages. Most of the packages that were part of
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
9 the distribution of earlier versions of XEmacs are now separately
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
10 available. The installer as well as the user can choose which
296
5a79be0ef6a8 Import from CVS: tag r21-0b46
cvs
parents:
diff changeset
11 packages to install; the actual installation process is easy.
5a79be0ef6a8 Import from CVS: tag r21-0b46
cvs
parents:
diff changeset
12 This gives an installer the ability to tailor an XEmacs installation for
5a79be0ef6a8 Import from CVS: tag r21-0b46
cvs
parents:
diff changeset
13 local needs with safe removal of unnecessary code.
5a79be0ef6a8 Import from CVS: tag r21-0b46
cvs
parents:
diff changeset
14
373
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
15 @menu
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
16 * Package Terminology:: Understanding different kinds of packages.
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
17 * Using Packages:: How to install and use packages.
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
18 * Building Packages:: Building packages from sources.
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
19 @end menu
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
20
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
21 @node Package Terminology, Using Packages, , Packages
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
22 @comment node-name, next, previous, up
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
23
296
5a79be0ef6a8 Import from CVS: tag r21-0b46
cvs
parents:
diff changeset
24 @subsection Package Flavors
5a79be0ef6a8 Import from CVS: tag r21-0b46
cvs
parents:
diff changeset
25
5a79be0ef6a8 Import from CVS: tag r21-0b46
cvs
parents:
diff changeset
26 There are two main flavors of packages.
5a79be0ef6a8 Import from CVS: tag r21-0b46
cvs
parents:
diff changeset
27
373
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
28 @itemize @bullet
296
5a79be0ef6a8 Import from CVS: tag r21-0b46
cvs
parents:
diff changeset
29 @item Regular Packages
373
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
30 @cindex regular packages
296
5a79be0ef6a8 Import from CVS: tag r21-0b46
cvs
parents:
diff changeset
31 A regular package is one in which multiple files are involved and one
5a79be0ef6a8 Import from CVS: tag r21-0b46
cvs
parents:
diff changeset
32 may not in general safely remove any of them.
5a79be0ef6a8 Import from CVS: tag r21-0b46
cvs
parents:
diff changeset
33
5a79be0ef6a8 Import from CVS: tag r21-0b46
cvs
parents:
diff changeset
34 @item Single-File Packages
373
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
35 @cindex single-file packages
296
5a79be0ef6a8 Import from CVS: tag r21-0b46
cvs
parents:
diff changeset
36 A single-file package is an aggregate collection of thematically
5a79be0ef6a8 Import from CVS: tag r21-0b46
cvs
parents:
diff changeset
37 related but otherwise independent lisp files. These files are bundled
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 375
diff changeset
38 together for download convenience and individual files may be deleted at
296
5a79be0ef6a8 Import from CVS: tag r21-0b46
cvs
parents:
diff changeset
39 will without any loss of functionality.
5a79be0ef6a8 Import from CVS: tag r21-0b46
cvs
parents:
diff changeset
40 @end itemize
5a79be0ef6a8 Import from CVS: tag r21-0b46
cvs
parents:
diff changeset
41
5a79be0ef6a8 Import from CVS: tag r21-0b46
cvs
parents:
diff changeset
42 @subsection Package Distributions
5a79be0ef6a8 Import from CVS: tag r21-0b46
cvs
parents:
diff changeset
43
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 375
diff changeset
44 XEmacs Lisp packages are distributed in two ways, depending on the
296
5a79be0ef6a8 Import from CVS: tag r21-0b46
cvs
parents:
diff changeset
45 intended use. Binary Packages are for installers and end-users and may
5a79be0ef6a8 Import from CVS: tag r21-0b46
cvs
parents:
diff changeset
46 be installed directly into an XEmacs package directory. Source Packages
5a79be0ef6a8 Import from CVS: tag r21-0b46
cvs
parents:
diff changeset
47 are for developers and include all files necessary for rebuilding
5a79be0ef6a8 Import from CVS: tag r21-0b46
cvs
parents:
diff changeset
48 bytecompiled lisp and creating tarballs for distribution.
5a79be0ef6a8 Import from CVS: tag r21-0b46
cvs
parents:
diff changeset
49
5a79be0ef6a8 Import from CVS: tag r21-0b46
cvs
parents:
diff changeset
50 @subsection Binary Packages
373
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
51 @cindex binary packages
296
5a79be0ef6a8 Import from CVS: tag r21-0b46
cvs
parents:
diff changeset
52 Binary packages may be installed directly into an XEmacs package
5a79be0ef6a8 Import from CVS: tag r21-0b46
cvs
parents:
diff changeset
53 hierarchy.
5a79be0ef6a8 Import from CVS: tag r21-0b46
cvs
parents:
diff changeset
54
5a79be0ef6a8 Import from CVS: tag r21-0b46
cvs
parents:
diff changeset
55 @subsection Source Packages
373
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
56 @cindex source packages
296
5a79be0ef6a8 Import from CVS: tag r21-0b46
cvs
parents:
diff changeset
57 Source packages contain all of the Package author's (where appropriate
5a79be0ef6a8 Import from CVS: tag r21-0b46
cvs
parents:
diff changeset
58 in regular packages) source code plus all of the files necessary to
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 375
diff changeset
59 build distribution tarballs (Unix Tar format files, gzipped for space
296
5a79be0ef6a8 Import from CVS: tag r21-0b46
cvs
parents:
diff changeset
60 savings).
5a79be0ef6a8 Import from CVS: tag r21-0b46
cvs
parents:
diff changeset
61
373
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
62 @node Using Packages, Building Packages, Package Terminology, Packages
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
63 @comment node-name, next, previous, up
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
64
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
65 @subsection Getting Started
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
66
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
67 When you first download XEmacs 21, you will usually first grab the
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
68 @dfn{core distribution},
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
69 @cindex core distribution
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
70 a file called
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
71 @file{xemacs-21.0.tar.gz}. (Replace the @t{21.0} by the current version
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
72 number.) The core distribution contains the sources of XEmacs and a
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
73 minimal set of Emacs Lisp files, which are in the subdirectory named
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
74 @file{lisp}. This subdirectory used to contain all Emacs Lisp files
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
75 distributed with XEmacs. Now, to conserve disk space, most
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
76 non-essential packages were made optional.
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
77
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
78 @subsection Choosing the Packages You Need
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
79
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
80 The available packages can currently be found in the same ftp directory
384
bbff43aa5eb7 Import from CVS: tag r21-2-7
cvs
parents: 375
diff changeset
81 where you grabbed the core distribution from, and are located in the
373
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
82 subdirectory @file{packages/binary-packages}. Package file names follow
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
83 the naming convention @file{<package-name>-<version>-pkg.tar.gz}.
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
84
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
85 If you have EFS @ref{(EFS)}, packages can be installed over the network.
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
86 Alternatively, if you have copies of the packages locally, you can
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
87 install packages from a local disk or CDROM.
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
88
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
89 The file @file{etc/PACKAGES} in the core distribution contains a list of
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
90 the packages available at the time of the XEmacs release. Packages are
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
91 also listed on the @code{Options} menu under:
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
92
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
93 @example
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
94 Options->Customize->Emacs->Packages
373
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
95 @end example
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
96
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
97 However, don't select any of these menu picks unless you actually want
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
98 to install the given package (and have properly configured your system
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
99 to do so).
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
100
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
101 You can also get a list of available packages, and whether or not they
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
102 are installed, using the visual package browser and installer. You can
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
103 access it via the menus:
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
104
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
105 @example
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
106 Options->Manage Packages->List & Install
373
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
107 @end example
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
108
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
109 Or, you can get to it via the keyboard:
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
110
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
111 @example
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
112 M-x pui-list-packages
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
113 @end example
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
114
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
115 Hint to system administrators of multi-user systems: it might be a good
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
116 idea to install all packages and not interfere with the wishes of your
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
117 users.
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
118
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
119 @subsection XEmacs and Installing Packages
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
120
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
121 Normally, packages are installed over the network, using EFS
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
122 @ref{(EFS)}. However, you may not have network access, or you may
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
123 already have some or all of the packages on a local disk, such as a
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
124 CDROM. If you want to install from a local disk, you must first tell
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
125 XEmacs where to find the package binaries. This is done by adding a line
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
126 like the following to your @file{.emacs} file:
373
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
127
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
128 @example
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
129 (setq package-get-remote (cons (list nil "/my/path/to/package/binaries")
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
130 package-get-remote))
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
131 @end example
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
132
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
133 Here, you'd change @file{/my/path/to/package/binaries} to be the path
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
134 to your local package binaries. Next, restart XEmacs, and you're ready
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
135 to go (advanced users can just re-evaluate the sexp).
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
136
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
137 If you are installing from a temporary, one-time directory, you can also
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
138 add these directory names to @code{package-get-remote} using:
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
139
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
140 @example
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
141 M-x pui-add-install-directory
373
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
142 @end example
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
143
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
144 Note, however, that any directories added using this function are not
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
145 saved; this information will be lost when you quit XEmacs.
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
146
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
147 If you're going to install over the network, you only have to insure
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
148 that EFS @ref{(EFS)} works, and that it can get outside a firewall, if
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
149 you happen to be behind one. You shouldn't have to do anything else;
375
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
150 XEmacs already knows where to go. However you can add your own mirrors
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
151 to this list. See @code{package-get-remote}.
373
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
152
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
153 The easiest way to install a package is to use the visual package
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
154 browser and installer, using the menu pick:
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
155
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
156 @example
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
157 Options->Manage Packages->List & Install
375
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
158 @end example
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
159 or
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
160 @example
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
161 Options->Manage Packages->Using Custom->Select-> ...
373
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
162 @end example
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
163
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
164 You can also access it using the keyboard:
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
165
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
166 @example
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
167 M-x pui-list-packages
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
168 @end example
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
169
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
170 The visual package browser will then display a list of all packages.
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
171 Help information will be displayed at the very bottom of the buffer; you
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
172 may have to scroll down to see it. You can also press @kbd{?} to get
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
173 the same help. From this buffer, you can tell the package status by the
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
174 character in the first column:
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
175
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
176 @table @kbd
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
177 @item -
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
178 The package has not been installed.
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
179 @item *
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
180 The package has been installed, but a newer version is available. The
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
181 current version is out-of-date.
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
182 @item +
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
183 The package has been marked for installation/update.
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
184 @end table
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
185
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
186 If there is no character in the first column, the package has been
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
187 installed and is up-to-date.
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
188
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
189 From here, you can select or unselect packages for installation using
375
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
190 the @key{RET} key, the @kbd{Mouse-2} button or selecting "Select" from
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
191 the (Popup) Menu.
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
192 Once you've finished selecting the packages, you can
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
193 press the @kbd{x} key (or use the menu) to actually install the
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
194 packages. Note that you will have to restart XEmacs for XEmacs to
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
195 recognize any new packages.
373
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
196
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
197 Key summary:
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
198
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
199 @table @kbd
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
200 @item ?
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
201 Display simple help.
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
202 @item @key{RET}
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
203 @itemx @key{Mouse-2}
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
204 Toggle between selecting and unselecting a package for installation.
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
205 @item x
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
206 Install selected packages.
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
207 @item @key{SPC}
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
208 View, in the minibuffer, additional information about the package, such
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
209 as the package date (not the build date) and the package author. Moving
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
210 the mouse over a package name will also do the same thing.
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
211 @item v
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
212 Toggle between verbose and non-verbose package display.
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
213 @item g
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
214 Refresh the package display.
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
215 @item q
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
216 Kill the package buffer.
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
217 @end table
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
218
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
219 Moving the mouse over a package will also cause additional information
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
220 about the package to be displayed in the minibuffer.
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
221
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
222 @subsection Other package installation interfaces
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
223
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
224 For an alternative package interface, you can select packages from the
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
225 customize menus, under:
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
226
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
227 @example
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
228 Options->Customize->Emacs->Packages-> ...
373
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
229 @end example
375
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
230 or
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
231 @example
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
232 Options->Manage Packages->Using Custom->Select-> ...
375
a300bb07d72d Import from CVS: tag r21-2b3
cvs
parents: 373
diff changeset
233 @end example
373
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
234
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
235 Set their state to on, and then do:
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
236
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
237 @example
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
238 Options->Manage Packages->Using Custom->Update Packages
373
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
239 @end example
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
240
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
241 This will automatically retrieve the packages you have selected from the
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
242 XEmacs ftp site or your local disk, and install them into
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
243 XEmacs. Additionally it will update any packages you already have
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
244 installed to the newest version. Note that if a package is newly
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
245 installed you will have to restart XEmacs for the change to take effect.
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
246
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
247 You can also install packages using a semi-manual interface:
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
248
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
249 @example
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
250 M-x package-get-all <return>
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
251 @end example
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
252
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
253 Enter the name of the package (e.g., @code{prog-modes}), and XEmacs
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
254 will search for the latest version (as listed in the lisp file
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
255 @file{lisp/package-get-base.el}), and install it and any packages that
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
256 it depends upon.
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
257
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
258 @subsection Manual Binary Package Installation
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
259
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
260 Pre-compiled, binary packages can be installed in either a system
420
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 412
diff changeset
261 package directory (this is determined when XEmacs is compiled), or in
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 412
diff changeset
262 one of the following
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 412
diff changeset
263 subdirectories of your @file{$HOME} directory:
373
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
264
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
265 @example
420
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 412
diff changeset
266 ~/.xemacs/mule-packages
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 412
diff changeset
267 ~/.xemacs/xemacs-packages
373
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
268 @end example
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
269
420
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 412
diff changeset
270 Packages in the former directory will only be found by a Mule-enabled
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 412
diff changeset
271 XEmacs.
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 412
diff changeset
272
373
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
273 XEmacs does not have to be running to install binary packages, although
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
274 XEmacs will not know about any newly-installed packages until you
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
275 restart XEmacs. Note, however, that installing a newer version of a
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
276 package while XEmacs is running could cause strange errors in XEmacs;
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
277 it's best to exit XEmacs before upgrading an existing package.
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
278
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
279 To install binary packages manually:
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
280
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
281 @enumerate
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
282 @item
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
283 Download the package(s) that you want to install. Each binary package
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
284 will typically be a gzip'd tarball.
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
285
420
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 412
diff changeset
286 @item Decide where to install the packages: in the system package
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 412
diff changeset
287 directory, or in @file{~/.xemacs/mule-packages} or
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 412
diff changeset
288 @file{~/.xemacs/xemacs-packages}, respectively. If you want to install
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 412
diff changeset
289 the packages in the system package directory, make sure you can write
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 412
diff changeset
290 into that directory. If you want to install in your @file{$HOME}
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 412
diff changeset
291 directory, create the directory, @file{~/.xemacs/mule-packages} or
41dbb7a9d5f2 Import from CVS: tag r21-2-18
cvs
parents: 412
diff changeset
292 @file{~/.xemacs/xemacs-packages}, respectively.
373
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
293
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
294 @item
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
295 Next, @code{cd} to the directory under which you want to install the
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
296 package(s).
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
297
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
298 @item
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
299 From this directory, uncompress and extract each of the gzip'd tarballs
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
300 that you downloaded in step 1. Unix and Cygnus cygwin users will
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
301 typically do this using the commands:
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
302
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
303 @example
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
304 gunzip < package.tar.gz | tar xvf -
373
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
305 @end example
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
306
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
307 Above, replace @file{package.tar.gz} with the filename of the
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
308 package that you downloaded in step 1.
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
309
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
310 Of course, if you use GNU @code{tar}, you could also use:
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
311
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
312 @example
412
697ef44129c6 Import from CVS: tag r21-2-14
cvs
parents: 410
diff changeset
313 tar xvzf package.tar.gz
373
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
314 @end example
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
315
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
316 @comment What about native MS Windows users???
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
317
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
318 @item
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
319 That's it. Quit and restart XEmacs to get it to recognize any new or
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
320 changed packages.
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
321
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
322 @end enumerate
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
323
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
324 @node Building Packages, , Using Packages, Packages
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
325 @comment node-name, next, previous, up
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
326
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
327 Source packages are available from the @file{packages/source-packages}
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
328 subdirectory of your favorite XEmacs distribution site. Alternatively,
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
329 they are available via CVS from @file{cvs.xemacs.org}. Look at
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
330 @file{http://cvs.xemacs.org} for instructions.
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
331
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
332 @subsection Prerequisites for Building Source Packages
296
5a79be0ef6a8 Import from CVS: tag r21-0b46
cvs
parents:
diff changeset
333
5a79be0ef6a8 Import from CVS: tag r21-0b46
cvs
parents:
diff changeset
334 You must have GNU @code{cp}, GNU @code{install} (or a BSD compatible
5a79be0ef6a8 Import from CVS: tag r21-0b46
cvs
parents:
diff changeset
335 @code{install} program) GNU @code{make} (3.75 or later preferred),
5a79be0ef6a8 Import from CVS: tag r21-0b46
cvs
parents:
diff changeset
336 @code{makeinfo} (1.68 from @code{texinfo-3.11} or later required), GNU
5a79be0ef6a8 Import from CVS: tag r21-0b46
cvs
parents:
diff changeset
337 @code{tar} and XEmacs 21.0. The source packages will untar into a
5a79be0ef6a8 Import from CVS: tag r21-0b46
cvs
parents:
diff changeset
338 correct directory structure. At the top level you must have
5a79be0ef6a8 Import from CVS: tag r21-0b46
cvs
parents:
diff changeset
339 @file{XEmacs.rules} and @file{package-compile.el}. These files are
5a79be0ef6a8 Import from CVS: tag r21-0b46
cvs
parents:
diff changeset
340 available from the XEmacs FTP site from the same place you obtained your
5a79be0ef6a8 Import from CVS: tag r21-0b46
cvs
parents:
diff changeset
341 source package distributions.
5a79be0ef6a8 Import from CVS: tag r21-0b46
cvs
parents:
diff changeset
342
373
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
343 @subsection What You Can Do With Source Packages
296
5a79be0ef6a8 Import from CVS: tag r21-0b46
cvs
parents:
diff changeset
344
5a79be0ef6a8 Import from CVS: tag r21-0b46
cvs
parents:
diff changeset
345 NB: A global build operation doesn't exist yet as of 13 January 1998.
5a79be0ef6a8 Import from CVS: tag r21-0b46
cvs
parents:
diff changeset
346
5a79be0ef6a8 Import from CVS: tag r21-0b46
cvs
parents:
diff changeset
347 Source packages are most useful for creating XEmacs package tarballs
5a79be0ef6a8 Import from CVS: tag r21-0b46
cvs
parents:
diff changeset
348 for installation into your own XEmacs installations or for
5a79be0ef6a8 Import from CVS: tag r21-0b46
cvs
parents:
diff changeset
349 distributing to others.
5a79be0ef6a8 Import from CVS: tag r21-0b46
cvs
parents:
diff changeset
350
373
6240c7796c7a Import from CVS: tag r21-2b2
cvs
parents: 371
diff changeset
351 Supported operations from @file{make} are:
296
5a79be0ef6a8 Import from CVS: tag r21-0b46
cvs
parents:
diff changeset
352
5a79be0ef6a8 Import from CVS: tag r21-0b46
cvs
parents:
diff changeset
353 @table @code
5a79be0ef6a8 Import from CVS: tag r21-0b46
cvs
parents:
diff changeset
354 @item clean
5a79be0ef6a8 Import from CVS: tag r21-0b46
cvs
parents:
diff changeset
355 Remove all built files except @file{auto-autoloads.el} and @file{custom-load.el}.
5a79be0ef6a8 Import from CVS: tag r21-0b46
cvs
parents:
diff changeset
356
5a79be0ef6a8 Import from CVS: tag r21-0b46
cvs
parents:
diff changeset
357 @item distclean
5a79be0ef6a8 Import from CVS: tag r21-0b46
cvs
parents:
diff changeset
358 Remove XEmacs backups as well as the files deleted by @code{make clean}.
5a79be0ef6a8 Import from CVS: tag r21-0b46
cvs
parents:
diff changeset
359
5a79be0ef6a8 Import from CVS: tag r21-0b46
cvs
parents:
diff changeset
360 @item all
5a79be0ef6a8 Import from CVS: tag r21-0b46
cvs
parents:
diff changeset
361 Bytecompile all files, build and bytecompile byproduct files like
5a79be0ef6a8 Import from CVS: tag r21-0b46
cvs
parents:
diff changeset
362 @file{auto-autoloads.el} and @file{custom-load.el}. Create info version
5a79be0ef6a8 Import from CVS: tag r21-0b46
cvs
parents:
diff changeset
363 of TeXinfo documentation if present.
5a79be0ef6a8 Import from CVS: tag r21-0b46
cvs
parents:
diff changeset
364
5a79be0ef6a8 Import from CVS: tag r21-0b46
cvs
parents:
diff changeset
365 @item srckit
371
cc15677e0335 Import from CVS: tag r21-2b1
cvs
parents: 367
diff changeset
366 Usually aliased to @code{make srckit-std}. This does a @code{make
296
5a79be0ef6a8 Import from CVS: tag r21-0b46
cvs
parents:
diff changeset
367 distclean} and creates a package source tarball in the staging
5a79be0ef6a8 Import from CVS: tag r21-0b46
cvs
parents:
diff changeset
368 directory. This is generally only of use for package maintainers.
5a79be0ef6a8 Import from CVS: tag r21-0b46
cvs
parents:
diff changeset
369
5a79be0ef6a8 Import from CVS: tag r21-0b46
cvs
parents:
diff changeset
370 @item binkit
5a79be0ef6a8 Import from CVS: tag r21-0b46
cvs
parents:
diff changeset
371 May be aliased to @code{binkit-sourceonly}, @code{binkit-sourceinfo},
5a79be0ef6a8 Import from CVS: tag r21-0b46
cvs
parents:
diff changeset
372 @code{binkit-sourcedata}, or
5a79be0ef6a8 Import from CVS: tag r21-0b46
cvs
parents:
diff changeset
373 @code{binkit-sourcedatainfo}. @code{sourceonly} indicates there is
5a79be0ef6a8 Import from CVS: tag r21-0b46
cvs
parents:
diff changeset
374 nothing to install in a data directory or info directory.
5a79be0ef6a8 Import from CVS: tag r21-0b46
cvs
parents:
diff changeset
375 @code{sourceinfo} indicates that source and info files are to be
5a79be0ef6a8 Import from CVS: tag r21-0b46
cvs
parents:
diff changeset
376 installed. @code{sourcedata} indicates that source and etc (data) files
5a79be0ef6a8 Import from CVS: tag r21-0b46
cvs
parents:
diff changeset
377 are to be installed. @code{sourcedatainfo} indicates source, etc
5a79be0ef6a8 Import from CVS: tag r21-0b46
cvs
parents:
diff changeset
378 (data), and info files are to be installed. A few packages have needs
5a79be0ef6a8 Import from CVS: tag r21-0b46
cvs
parents:
diff changeset
379 beyond the basic templates so this is not yet complete.
5a79be0ef6a8 Import from CVS: tag r21-0b46
cvs
parents:
diff changeset
380
5a79be0ef6a8 Import from CVS: tag r21-0b46
cvs
parents:
diff changeset
381 @item dist
5a79be0ef6a8 Import from CVS: tag r21-0b46
cvs
parents:
diff changeset
382 Runs the rules @code{srckit} followed by @code{binkit}. This is
5a79be0ef6a8 Import from CVS: tag r21-0b46
cvs
parents:
diff changeset
383 primarily of use by XEmacs maintainers producing files for distribution.
5a79be0ef6a8 Import from CVS: tag r21-0b46
cvs
parents:
diff changeset
384
5a79be0ef6a8 Import from CVS: tag r21-0b46
cvs
parents:
diff changeset
385 @end table