diff nt/xemacs.mak @ 2605:262b5c1d8c18

[xemacs-hg @ 2005-02-22 22:34:23 by adrian] xemacs-21.5-clean: Don't copy removed BUGS in install target of xemacs.mak -------------------- ChangeLog entries follow: -------------------- nt/ChangeLog addition: 2005-02-22 Adrian Aichner <adrian@xemacs.org> * xemacs.mak (install): Don't copy BUGS, which has been removed.
author adrian
date Tue, 22 Feb 2005 22:34:23 +0000
parents b7b90f750a78
children 6fa9919a9a0b
line wrap: on
line diff
--- a/nt/xemacs.mak	Tue Feb 22 11:05:06 2005 +0000
+++ b/nt/xemacs.mak	Tue Feb 22 22:34:23 2005 +0000
@@ -1457,7 +1457,6 @@
 	@echo Installing in $(INSTALL_DIR) ...
 	@echo PlaceHolder > PlaceHolder
 	@$(COPY) $(SRCROOT)\PROBLEMS "$(INSTALL_DIR)\"
-	@$(COPY) $(SRCROOT)\BUGS "$(INSTALL_DIR)\"
 	@$(COPY) $(SRCROOT)\README "$(INSTALL_DIR)\"
 	@$(COPY) $(SRCROOT)\COPYING "$(INSTALL_DIR)\"
 	@$(COPY) $(SRCROOT)\Installation "$(INSTALL_DIR)\"