aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggert2013-03-05 22:26:55 -0800
committerPaul Eggert2013-03-05 22:26:55 -0800
commit047658249dd5067cb4366659f037d5f75a955707 (patch)
treed7825e059be7b454963f9c7fb4fedc8c0584d761
parent394679ff6b510a2d8f89b1dfb2cf9370a0cc2b1f (diff)
downloademacs-047658249dd5067cb4366659f037d5f75a955707.tar.gz
emacs-047658249dd5067cb4366659f037d5f75a955707.zip
Mention GZIP_PROG in INSTALL.
-rw-r--r--INSTALL6
1 files changed, 5 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index ec19e49b260..925c8b2de71 100644
--- a/INSTALL
+++ b/INSTALL
@@ -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
658The above variables serve analogous purposes in the makefiles for all 658The above variables serve analogous purposes in the makefiles for all
659GNU software; the following variable is specific to Emacs. 659GNU 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
667Remember that you must specify any variable values you need each time 671Remember that you must specify any variable values you need each time
668you run `make' in the top directory. If you run `make' once to build 672you run `make' in the top directory. If you run `make' once to build
669emacs, test it, and then run `make' again to install the files, you 673emacs, test it, and then run `make' again to install the files, you