comparison packages/README @ 203:850242ba4a81 r20-3b28

Import from CVS: tag r20-3b28
author cvs
date Mon, 13 Aug 2007 10:02:21 +0200
parents
children
comparison
equal deleted inserted replaced
202:61eefc8fc970 203:850242ba4a81
1 This is a skeletal packages hierarchy that will (eventually) be installed
2 if it doesn't already exist. Installing XEmacs packages into this directory
3 in the build area is a mistake.
4
5 Subdirectories:
6
7 etc/
8 This directory is added to the data-directory-list and is used for storing
9 data files needed by Lisp packages at run-time. This includes things like
10 image files, sound files, etc.
11
12 info/
13 This directory is added to the Info-default-directory-list and is used for
14 storing info documentation meant to be accessed when the user hits `C-h i'.
15
16 lisp/
17 This directory and all its subdirectories are added recursively to the
18 `load-path' at dump time. All auto-autoloads.el files found are dumped with
19 XEmacs.