diff options
| -rw-r--r-- | INSTALL | 23 |
1 files changed, 4 insertions, 19 deletions
| @@ -265,10 +265,6 @@ are installed in the following directories: | |||
| 265 | architecture-independent files Emacs might need while | 265 | architecture-independent files Emacs might need while |
| 266 | running. VERSION is as specified for `.../lisp'. | 266 | running. VERSION is as specified for `.../lisp'. |
| 267 | 267 | ||
| 268 | `/usr/local/com/emacs/lock' contains files indicating who is editing | ||
| 269 | what, so Emacs can detect editing clashes between | ||
| 270 | users. | ||
| 271 | |||
| 272 | `/usr/local/libexec/emacs/VERSION/CONFIGURATION-NAME' contains executable | 268 | `/usr/local/libexec/emacs/VERSION/CONFIGURATION-NAME' contains executable |
| 273 | programs used by Emacs that users are not expected to | 269 | programs used by Emacs that users are not expected to |
| 274 | run themselves. | 270 | run themselves. |
| @@ -345,14 +341,6 @@ Here is a complete list of the variables you may want to set. | |||
| 345 | same time; this means that you don't have to make Emacs | 341 | same time; this means that you don't have to make Emacs |
| 346 | unavailable while installing a new version. | 342 | unavailable while installing a new version. |
| 347 | 343 | ||
| 348 | `sharedstatedir' indicates where to put architecture-independent data files | ||
| 349 | that Emacs modifies while it runs; it defaults to | ||
| 350 | /usr/local/com. We create the following | ||
| 351 | subdirectories under `sharedstatedir': | ||
| 352 | - `emacs/lock', containing files indicating who is editing | ||
| 353 | what, so Emacs can detect editing clashes between | ||
| 354 | users. | ||
| 355 | |||
| 356 | `libexecdir' indicates where to put architecture-specific data files that | 344 | `libexecdir' indicates where to put architecture-specific data files that |
| 357 | Emacs refers to as it runs; it defaults to `/usr/local/libexec'. | 345 | Emacs refers to as it runs; it defaults to `/usr/local/libexec'. |
| 358 | We create the following subdirectories under `libexecdir': | 346 | We create the following subdirectories under `libexecdir': |
| @@ -518,10 +506,7 @@ probably don't want to replace it with the `dir' file in the Emacs | |||
| 518 | distribution. Instead, you should make sure that the existing `dir' | 506 | distribution. Instead, you should make sure that the existing `dir' |
| 519 | file contains an appropriate menu entry for the Emacs info. | 507 | file contains an appropriate menu entry for the Emacs info. |
| 520 | 508 | ||
| 521 | 3) Create a directory for Emacs to use for clash detection, named as | 509 | 3) Copy `./src/emacs' to `/usr/local/bin', or to some other directory |
| 522 | indicated by the PATH_LOCK macro in `./src/paths.h'. | ||
| 523 | |||
| 524 | 4) Copy `./src/emacs' to `/usr/local/bin', or to some other directory | ||
| 525 | in users' search paths. `./src/emacs' has an alternate name | 510 | in users' search paths. `./src/emacs' has an alternate name |
| 526 | `./src/emacs-EMACSVERSION'; you may wish to make a symbolic link named | 511 | `./src/emacs-EMACSVERSION'; you may wish to make a symbolic link named |
| 527 | `/usr/local/bin/emacs' pointing to that alternate name, as an easy way | 512 | `/usr/local/bin/emacs' pointing to that alternate name, as an easy way |
| @@ -529,14 +514,14 @@ of installing different versions. | |||
| 529 | 514 | ||
| 530 | You can delete `./src/temacs'. | 515 | You can delete `./src/temacs'. |
| 531 | 516 | ||
| 532 | 5) Copy the programs `b2m', `emacsclient', `ctags', `etags', and | 517 | 4) Copy the programs `b2m', `emacsclient', `ctags', `etags', and |
| 533 | `rcs-checkin' from `./lib-src' to `/usr/local/bin'. These programs are | 518 | `rcs-checkin' from `./lib-src' to `/usr/local/bin'. These programs are |
| 534 | intended for users to run. | 519 | intended for users to run. |
| 535 | 520 | ||
| 536 | 6) Copy the man pages in `./etc' for emacs, ctags, and etags into the | 521 | 5) Copy the man pages in `./etc' for emacs, ctags, and etags into the |
| 537 | appropriate man directories. | 522 | appropriate man directories. |
| 538 | 523 | ||
| 539 | 7) The files in the `./src' subdirectory, except for `emacs', are not | 524 | 6) The files in the `./src' subdirectory, except for `emacs', are not |
| 540 | used by Emacs once it is built. However, it is very desirable to keep | 525 | used by Emacs once it is built. However, it is very desirable to keep |
| 541 | the source on line for debugging. | 526 | the source on line for debugging. |
| 542 | 527 | ||