Mercurial > emacs
changeset 79133:58ec22dbe75f
(install): Install COPYING in top-level and bin dirs.
author | Jason Rumney <jasonr@gnu.org> |
---|---|
date | Thu, 18 Oct 2007 00:57:12 +0000 |
parents | 97f53e584379 |
children | 5429033ea445 |
files | nt/makefile.w32-in |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/nt/makefile.w32-in Thu Oct 18 00:56:59 2007 +0000 +++ b/nt/makefile.w32-in Thu Oct 18 00:57:12 2007 +0000 @@ -211,6 +211,8 @@ $(IFNOTSAMEDIR) $(CP_DIR) ../etc $(INSTALL_DIR) $(ENDIF) - $(CP_DIR) icons $(INSTALL_DIR)/etc $(IFNOTSAMEDIR) $(CP_DIR) ../info $(INSTALL_DIR) $(ENDIF) + $(IFNOTSAMEDIR) $(CP) ../COPYING $(INSTALL_DIR) $(ENDIF) + - $(CP) ../COPYING $(INSTALL_DIR)/bin - $(DEL) ../same-dir.tst - $(DEL) $(INSTALL_DIR)/same-dir.tst