emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r100586: * Makefile.in (install-arch-indep): Delete any old info .gz files first.
Date: Fri, 11 Jun 2010 20:35:55 -0700
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 100586
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Fri 2010-06-11 20:35:55 -0700
message:
  * Makefile.in (install-arch-indep): Delete any old info .gz files first.
modified:
  ChangeLog
  Makefile.in
=== modified file 'ChangeLog'
--- a/ChangeLog 2010-06-11 03:35:40 +0000
+++ b/ChangeLog 2010-06-12 03:35:55 +0000
@@ -1,3 +1,7 @@
+2010-06-12  Glenn Morris  <address@hidden>
+
+       * Makefile.in (install-arch-indep): Delete any old info .gz files first.
+
 2010-06-11  Glenn Morris  <address@hidden>
 
        * configure.in (--without-compress-info): New option.

=== modified file 'Makefile.in'
--- a/Makefile.in       2010-06-11 03:35:40 +0000
+++ b/Makefile.in       2010-06-12 03:35:55 +0000
@@ -583,6 +583,7 @@
                ${INSTALL_DATA} $$f $(DESTDIR)${infodir}/$$f; \
                chmod a+r $(DESTDIR)${infodir}/$$f; \
                if [ -n "${GZIP_INFO}" ] && [ -n "${GZIP_PROG}" ]; then \
+                 rm -f $(DESTDIR)${infodir}/$$f.gz; \
                  ${GZIP_PROG} -9n $(DESTDIR)${infodir}/$$f; \
                else true; fi; \
              done; \
@@ -606,6 +607,7 @@
           ${INSTALL_DATA} ${mansrcdir}/$${page} $(DESTDIR)${man1dir}/$${page}; 
\
           chmod a+r $(DESTDIR)${man1dir}/$${page}; \
           if [ -n "${GZIP_INFO}" ] && [ -n "${GZIP_PROG}" ]; then \
+            rm -f $(DESTDIR)${man1dir}/$${page}.gz; \
             ${GZIP_PROG} -9n $(DESTDIR)${man1dir}/$${page}; \
           else true; fi ); \
        done


reply via email to

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