diff options
| author | Paul Eggert | 2013-03-05 22:26:55 -0800 |
|---|---|---|
| committer | Paul Eggert | 2013-03-05 22:26:55 -0800 |
| commit | 047658249dd5067cb4366659f037d5f75a955707 (patch) | |
| tree | d7825e059be7b454963f9c7fb4fedc8c0584d761 | |
| parent | 394679ff6b510a2d8f89b1dfb2cf9370a0cc2b1f (diff) | |
| download | emacs-047658249dd5067cb4366659f037d5f75a955707.tar.gz emacs-047658249dd5067cb4366659f037d5f75a955707.zip | |
Mention GZIP_PROG in INSTALL.
| -rw-r--r-- | INSTALL | 6 |
1 files changed, 5 insertions, 1 deletions
| @@ -656,7 +656,7 @@ Here is a complete list of the variables you may want to set. | |||
| 656 | path variables - `bindir' and `libexecdir'. | 656 | path variables - `bindir' and `libexecdir'. |
| 657 | 657 | ||
| 658 | The above variables serve analogous purposes in the makefiles for all | 658 | The above variables serve analogous purposes in the makefiles for all |
| 659 | GNU software; the following variable is specific to Emacs. | 659 | GNU software; the following variables are specific to Emacs. |
| 660 | 660 | ||
| 661 | `archlibdir' indicates where Emacs installs and expects the executable | 661 | `archlibdir' indicates where Emacs installs and expects the executable |
| 662 | files and other architecture-dependent data it uses while | 662 | files and other architecture-dependent data it uses while |
| @@ -664,6 +664,10 @@ GNU software; the following variable is specific to Emacs. | |||
| 664 | see), is `/usr/local/libexec/emacs/VERSION/CONFIGURATION-NAME' | 664 | see), is `/usr/local/libexec/emacs/VERSION/CONFIGURATION-NAME' |
| 665 | (where VERSION and CONFIGURATION-NAME are as described above). | 665 | (where VERSION and CONFIGURATION-NAME are as described above). |
| 666 | 666 | ||
| 667 | `GZIP_PROG' is the name of the executable that compresses installed info, | ||
| 668 | manual, and .el files. It defaults to gzip. Setting it to | ||
| 669 | the empty string suppresses compression. | ||
| 670 | |||
| 667 | Remember that you must specify any variable values you need each time | 671 | Remember that you must specify any variable values you need each time |
| 668 | you run `make' in the top directory. If you run `make' once to build | 672 | you run `make' in the top directory. If you run `make' once to build |
| 669 | emacs, test it, and then run `make' again to install the files, you | 673 | emacs, test it, and then run `make' again to install the files, you |