emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r100572: * Makefile.in (install-arch-


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r100572: * Makefile.in (install-arch-indep): Gzip the info files too.
Date: Wed, 09 Jun 2010 22:34:38 -0700
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 100572
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Wed 2010-06-09 22:34:38 -0700
message:
  * Makefile.in (install-arch-indep): Gzip the info files too.
modified:
  ChangeLog
  Makefile.in
=== modified file 'ChangeLog'
--- a/ChangeLog 2010-06-10 05:28:40 +0000
+++ b/ChangeLog 2010-06-10 05:34:38 +0000
@@ -1,5 +1,7 @@
 2010-06-10  Glenn Morris  <address@hidden>
 
+       * Makefile.in (install-arch-indep): Gzip the info files too.
+
        * make-dist: Remove references to non-existent directories and files.
 
 2010-06-08  Dan Nicolaescu  <address@hidden>

=== modified file 'Makefile.in'
--- a/Makefile.in       2010-05-29 18:54:16 +0000
+++ b/Makefile.in       2010-06-10 05:34:38 +0000
@@ -580,6 +580,8 @@
              for f in `ls $$elt $$elt-[1-9] $$elt-[1-9][0-9] 2>/dev/null`; do \
                ${INSTALL_DATA} $$f $(DESTDIR)${infodir}/$$f; \
                chmod a+r $(DESTDIR)${infodir}/$$f; \
+               [ -n "${GZIP_PROG}" ] && \
+                 ${GZIP_PROG} -9n $(DESTDIR)${infodir}/$$f; \
              done; \
           done); \
        else true; fi


reply via email to

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