Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
2604:22858d5a5a7f | 2605:262b5c1d8c18 |
---|---|
1455 cd $(NT) | 1455 cd $(NT) |
1456 set COPYCMD=$(COPYCMD) | 1456 set COPYCMD=$(COPYCMD) |
1457 @echo Installing in $(INSTALL_DIR) ... | 1457 @echo Installing in $(INSTALL_DIR) ... |
1458 @echo PlaceHolder > PlaceHolder | 1458 @echo PlaceHolder > PlaceHolder |
1459 @$(COPY) $(SRCROOT)\PROBLEMS "$(INSTALL_DIR)\" | 1459 @$(COPY) $(SRCROOT)\PROBLEMS "$(INSTALL_DIR)\" |
1460 @$(COPY) $(SRCROOT)\BUGS "$(INSTALL_DIR)\" | |
1461 @$(COPY) $(SRCROOT)\README "$(INSTALL_DIR)\" | 1460 @$(COPY) $(SRCROOT)\README "$(INSTALL_DIR)\" |
1462 @$(COPY) $(SRCROOT)\COPYING "$(INSTALL_DIR)\" | 1461 @$(COPY) $(SRCROOT)\COPYING "$(INSTALL_DIR)\" |
1463 @$(COPY) $(SRCROOT)\Installation "$(INSTALL_DIR)\" | 1462 @$(COPY) $(SRCROOT)\Installation "$(INSTALL_DIR)\" |
1464 @$(COPY) PlaceHolder "$(INSTALL_DIR)\lock\" | 1463 @$(COPY) PlaceHolder "$(INSTALL_DIR)\lock\" |
1465 -$(DEL) "$(INSTALL_DIR)\lock\PlaceHolder" | 1464 -$(DEL) "$(INSTALL_DIR)\lock\PlaceHolder" |