From: Jason Rumney Date: Thu, 18 Oct 2007 00:57:12 +0000 (+0000) Subject: (install): Install COPYING in top-level and bin dirs. X-Git-Tag: emacs-pretest-22.1.90~573 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=da3ef617bfe45566bba433287e8fd93aa6025eee;p=emacs.git (install): Install COPYING in top-level and bin dirs. --- diff --git a/nt/makefile.w32-in b/nt/makefile.w32-in index 05e9a665879..c8b94a639a0 100644 --- a/nt/makefile.w32-in +++ b/nt/makefile.w32-in @@ -211,6 +211,8 @@ install: all $(INSTALL_DIR)/bin install-other-dirs-$(MAKETYPE) $(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