diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2004-03-10 21:40:58 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2004-03-10 21:40:58 +0000 |
commit | 134d96718689a884c4aa3c6427733d33f4fccd73 (patch) | |
tree | c73f2a99f1aae0e26003602014b74f6aa98e7556 /nt | |
parent | 1b91d47f89e4e9dd8a3302282b294a717e8c625e (diff) | |
download | emacs-134d96718689a884c4aa3c6427733d33f4fccd73.tar.gz |
(install): Don't try to copy ../lib-src/fns-*.el, as it isn't used anymore.
Diffstat (limited to 'nt')
-rw-r--r-- | nt/ChangeLog | 11 | ||||
-rw-r--r-- | nt/makefile.w32-in | 1 |
2 files changed, 8 insertions, 4 deletions
diff --git a/nt/ChangeLog b/nt/ChangeLog index 91fb3f510c1..91f2179849f 100644 --- a/nt/ChangeLog +++ b/nt/ChangeLog @@ -1,3 +1,8 @@ +2004-03-10 Juanma Barranquero <lektu@terra.es> + + * makefile.w32-in (install): Don't try to copy + ../lib-src/fns-*.el, as it isn't used anymore. + 2004-01-28 Peter Runestig <peter@runestig.com> * gmake.defs, nmake.defs: Add linking to ``winspool.lib''. @@ -601,7 +606,7 @@ 1999-01-22 Geoff Voelker <voelker@cs.washington.edu> * icons: New directory with Davenport's icons. - icons/sink.ico: Renamed from emacs.ico. + * icons/sink.ico: Renamed from emacs.ico. * makefile.nt (install, fast_install): Install Windows icons into etc/icons. @@ -925,8 +930,8 @@ 1995-06-09 Geoff Voelker <voelker@cs.washington.edu> - * emacs.bat.in: Renamed from emacs.bat - (emacs_dir): Renamed from emacs_path + * emacs.bat.in: Renamed from emacs.bat. + (emacs_dir): Renamed from emacs_path. Definition removed. * addpm.c: New file. diff --git a/nt/makefile.w32-in b/nt/makefile.w32-in index 1f1acccb6f0..915259ead65 100644 --- a/nt/makefile.w32-in +++ b/nt/makefile.w32-in @@ -179,7 +179,6 @@ install: all $(INSTALL_DIR)/bin install-other-dirs-$(MAKETYPE) - $(CP) $(BLD)/ddeclient.exe $(INSTALL_DIR)/bin
- $(CP) $(BLD)/cmdproxy.exe $(INSTALL_DIR)/bin
- $(CP) $(BLD)/runemacs.exe $(INSTALL_DIR)/bin
- - $(CP) ../lib-src/fns-*.el $(INSTALL_DIR)/bin
- "$(INSTALL_DIR)/bin/addpm" /q
- $(DEL) ../same-dir.tst
- $(DEL) $(INSTALL_DIR)/same-dir.tst
|