diff options
| author | Richard M. Stallman | 1998-04-03 01:52:38 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1998-04-03 01:52:38 +0000 |
| commit | 5c4626244395759acad2b981fead84cee025cafc (patch) | |
| tree | 3bbd5fb50563fc9a216dfeab774006e2449d8d26 | |
| parent | 9658795ce8b2423d96f07919cfd44069552f73ab (diff) | |
| download | emacs-5c4626244395759acad2b981fead84cee025cafc.tar.gz emacs-5c4626244395759acad2b981fead84cee025cafc.zip | |
Remove some directories that don't really work now.
| -rw-r--r-- | INSTALL | 33 |
1 files changed, 6 insertions, 27 deletions
| @@ -391,33 +391,7 @@ Here is a complete list of the variables you may want to set. | |||
| 391 | path variables - `bindir' and `libexecdir'. | 391 | path variables - `bindir' and `libexecdir'. |
| 392 | 392 | ||
| 393 | The above variables serve analogous purposes in the makefiles for all | 393 | The above variables serve analogous purposes in the makefiles for all |
| 394 | GNU software; here are some variables specific to Emacs. | 394 | GNU software; this variable is specific to Emacs. |
| 395 | |||
| 396 | `lispdir' indicates where Emacs installs and expects its Lisp library. | ||
| 397 | Its default value, based on `datadir' (see above), is | ||
| 398 | `/usr/local/share/emacs/VERSION/lisp' (where `VERSION' is as | ||
| 399 | described above). | ||
| 400 | |||
| 401 | `locallisppath' indicates where Emacs should search for Lisp files | ||
| 402 | specific to your site. It should be a colon-separated list of | ||
| 403 | directories; Emacs checks them in order before checking | ||
| 404 | `lispdir'. Its default value, based on `datadir' (see above), is | ||
| 405 | `/usr/local/share/emacs/VERSION/site-lisp:/usr/local/share/emacs/site-lisp'. | ||
| 406 | |||
| 407 | `lisppath' is the complete list of directories Emacs should search for | ||
| 408 | its Lisp files; its default value is the concatenation of | ||
| 409 | `locallisppath' and `lispdir'. It should be a colon-separated | ||
| 410 | list of directories; Emacs checks them in the order they | ||
| 411 | appear. | ||
| 412 | |||
| 413 | `etcdir' indicates where Emacs should install and expect the rest of | ||
| 414 | its architecture-independent data, like the tutorial, DOC | ||
| 415 | file, and yow database. Its default value, based on `datadir' | ||
| 416 | (which see), is `/usr/local/share/emacs/VERSION/etc'. | ||
| 417 | |||
| 418 | `lockdir' indicates the directory where Emacs keeps track of its | ||
| 419 | locking information. Its default value, based on | ||
| 420 | `sharedstatedir' (which see), is `/usr/local/com/emacs/lock'. | ||
| 421 | 395 | ||
| 422 | `archlibdir' indicates where Emacs installs and expects the executable | 396 | `archlibdir' indicates where Emacs installs and expects the executable |
| 423 | files and other architecture-dependent data it uses while | 397 | files and other architecture-dependent data it uses while |
| @@ -433,6 +407,11 @@ settings persist, you can edit them into the `Makefile' in the top | |||
| 433 | directory, but be aware that running the `configure' program erases | 407 | directory, but be aware that running the `configure' program erases |
| 434 | `Makefile' and rebuilds it from `Makefile.in'. | 408 | `Makefile' and rebuilds it from `Makefile.in'. |
| 435 | 409 | ||
| 410 | The path for finding Lisp files is specified in src/paths.h, | ||
| 411 | a file which is generated by running configure. To change the path, | ||
| 412 | you can edit the definition of PATH_LOADSEARCH in that file | ||
| 413 | before you run `make'. | ||
| 414 | |||
| 436 | The top-level Makefile stores the variable settings it used in the | 415 | The top-level Makefile stores the variable settings it used in the |
| 437 | Makefiles for the subdirectories, so you don't have to specify them | 416 | Makefiles for the subdirectories, so you don't have to specify them |
| 438 | when running make in the subdirectories. | 417 | when running make in the subdirectories. |