Mercurial > emacs
changeset 24182:2df8f2de0bc2
(install, fast_install): Install Windows icons
into etc/icons.
author | Geoff Voelker <voelker@cs.washington.edu> |
---|---|
date | Tue, 26 Jan 1999 01:05:27 +0000 |
parents | f14a9b714a8e |
children | bee865220f54 |
files | nt/makefile.nt |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/nt/makefile.nt Tue Jan 26 01:05:09 1999 +0000 +++ b/nt/makefile.nt Tue Jan 26 01:05:27 1999 +0000 @@ -134,6 +134,8 @@ - $(ADDPM) $(INSTALL_DIR) - $(DEL) ..\same-dir.tst - $(DEL) $(INSTALL_DIR)\same-dir.tst + - mkdir $(INSTALL_DIR)\etc\icons + - $(CP_DIR) icons $(INSTALL_DIR)\etc\icons echo SameDirTest > $(INSTALL_DIR)\same-dir.tst if not exist ..\same-dir.tst $(MAKE) -f makefile.nt real_install - $(DEL) ..\same-dir.tst @@ -168,6 +170,8 @@ - mkdir $(INSTALL_DIR)\lock - mkdir $(INSTALL_DIR)\data - mkdir $(INSTALL_DIR)\site-lisp + - mkdir $(INSTALL_DIR)\etc\icons + - $(CP_DIR) icons $(INSTALL_DIR)\etc\icons if not exist ..\same-dir.tst $(CP_DIR) ..\etc $(INSTALL_DIR)\etc if not exist ..\same-dir.tst $(CP_DIR) ..\info $(INSTALL_DIR)\info - $(DEL) ..\same-dir.tst