diff options
author | Geoff Voelker <voelker@cs.washington.edu> | 1999-01-26 01:05:27 +0000 |
---|---|---|
committer | Geoff Voelker <voelker@cs.washington.edu> | 1999-01-26 01:05:27 +0000 |
commit | 4398c7e39a3ca7f3f6f26ced3b3e06160e549ac0 (patch) | |
tree | f28bf4017a7747770849f041e244a2b78a625cef /nt | |
parent | 5ec8424fc3c10a012ca53e1c12d8e0b88a3d0f32 (diff) | |
download | emacs-4398c7e39a3ca7f3f6f26ced3b3e06160e549ac0.tar.gz |
(install, fast_install): Install Windows icons
into etc/icons.
Diffstat (limited to 'nt')
-rw-r--r-- | nt/makefile.nt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/nt/makefile.nt b/nt/makefile.nt index 06726541048..122fadcaeed 100644 --- a/nt/makefile.nt +++ b/nt/makefile.nt @@ -134,6 +134,8 @@ install: all batch_files - $(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 @@ real_install: - 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 |