emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r106190: Don't put INSTALL into w32 b


From: Eli Zaretskii
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r106190: Don't put INSTALL into w32 binary distributions. (Bug#9861)
Date: Tue, 25 Oct 2011 18:54:19 +0200
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 106190
fixes bug(s): http://debbugs.gnu.org/9861
committer: Eli Zaretskii <address@hidden>
branch nick: trunk
timestamp: Tue 2011-10-25 18:54:19 +0200
message:
  Don't put INSTALL into w32 binary distributions.  (Bug#9861)
  
   nt/makefile.w32-in (dist): Don't put the top-level INSTALL into the
   distribution.
modified:
  nt/ChangeLog
  nt/makefile.w32-in
=== modified file 'nt/ChangeLog'
--- a/nt/ChangeLog      2011-10-25 02:33:24 +0000
+++ b/nt/ChangeLog      2011-10-25 16:54:19 +0000
@@ -1,3 +1,8 @@
+2011-10-25  Eli Zaretskii  <address@hidden>
+
+       * makefile.w32-in (dist): Don't put the top-level INSTALL into the
+       distribution.  (Bug#9861)
+
 2011-10-25  Christoph Scholtes  <address@hidden>
 
        * INSTALL: Update URL for GTK download page.

=== modified file 'nt/makefile.w32-in'
--- a/nt/makefile.w32-in        2011-09-26 03:20:03 +0000
+++ b/nt/makefile.w32-in        2011-10-25 16:54:19 +0000
@@ -263,7 +263,6 @@
        $(CP) "$(INSTALL_DIR)/COPYING" $(TMP_DIST_DIR)
        $(CP) "$(INSTALL_DIR)/README" $(TMP_DIST_DIR)
        $(CP) "$(INSTALL_DIR)/README.W32" $(TMP_DIST_DIR)
-       $(CP) "$(INSTALL_DIR)/INSTALL" $(TMP_DIST_DIR)
        $(CP_DIR) "$(INSTALL_DIR)/bin" $(TMP_DIST_DIR)
        $(CP_DIR) "$(INSTALL_DIR)/etc" $(TMP_DIST_DIR)
        $(CP_DIR) "$(INSTALL_DIR)/info" $(TMP_DIST_DIR)


reply via email to

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