emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r111951: Mention GZIP_PROG in INSTALL


From: Paul Eggert
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r111951: Mention GZIP_PROG in INSTALL.
Date: Tue, 05 Mar 2013 22:26:55 -0800
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 111951
committer: Paul Eggert <address@hidden>
branch nick: trunk
timestamp: Tue 2013-03-05 22:26:55 -0800
message:
  Mention GZIP_PROG in INSTALL.
modified:
  INSTALL
=== modified file 'INSTALL'
--- a/INSTALL   2013-01-01 09:11:05 +0000
+++ b/INSTALL   2013-03-06 06:26:55 +0000
@@ -656,7 +656,7 @@
        path variables - `bindir' and `libexecdir'.
 
 The above variables serve analogous purposes in the makefiles for all
-GNU software; the following variable is specific to Emacs.
+GNU software; the following variables are specific to Emacs.
 
 `archlibdir' indicates where Emacs installs and expects the executable
        files and other architecture-dependent data it uses while
@@ -664,6 +664,10 @@
        see), is `/usr/local/libexec/emacs/VERSION/CONFIGURATION-NAME'
        (where VERSION and CONFIGURATION-NAME are as described above).
 
+`GZIP_PROG' is the name of the executable that compresses installed info,
+       manual, and .el files.  It defaults to gzip.  Setting it to
+       the empty string suppresses compression.
+
 Remember that you must specify any variable values you need each time
 you run `make' in the top directory.  If you run `make' once to build
 emacs, test it, and then run `make' again to install the files, you


reply via email to

[Prev in Thread] Current Thread [Next in Thread]