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.
This commit is contained in:
parent
d2eaf3e40d
commit
df1c5f0561
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2011-10-25 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* makefile.w32-in (dist): Don't put the top-level INSTALL into the
|
||||
distribution. (Bug#9861)
|
||||
|
||||
2011-10-25 Christoph Scholtes <cschol2112@googlemail.com>
|
||||
|
||||
* INSTALL: Update URL for GTK download page.
|
||||
|
|
|
@ -263,7 +263,6 @@ dist: install-bin
|
|||
$(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)
|
||||
|
|
Loading…
Add table
Reference in a new issue