# HG changeset patch # User adrian # Date 1109111663 0 # Node ID 262b5c1d8c184497732226d6ebc85d4c249c9ff7 # Parent 22858d5a5a7f3597ee5f92569966cf30cb622509 [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 * xemacs.mak (install): Don't copy BUGS, which has been removed. diff -r 22858d5a5a7f -r 262b5c1d8c18 nt/ChangeLog --- a/nt/ChangeLog Tue Feb 22 11:05:06 2005 +0000 +++ b/nt/ChangeLog Tue Feb 22 22:34:23 2005 +0000 @@ -1,3 +1,7 @@ +2005-02-22 Adrian Aichner + + * xemacs.mak (install): Don't copy BUGS, which has been removed. + 2005-02-18 Stephen J. Turnbull * XEmacs 21.5.19 "chives" is released. diff -r 22858d5a5a7f -r 262b5c1d8c18 nt/xemacs.mak --- 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)\"