Mercurial > hg > xemacs-beta
changeset 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 | 22858d5a5a7f |
children | 76568bec0cdb |
files | nt/ChangeLog nt/xemacs.mak |
diffstat | 2 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 <adrian@xemacs.org> + + * xemacs.mak (install): Don't copy BUGS, which has been removed. + 2005-02-18 Stephen J. Turnbull <stephen@xemacs.org> * XEmacs 21.5.19 "chives" is released.
--- 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)\"