diff options
| author | Juanma Barranquero | 2004-03-10 21:40:58 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2004-03-10 21:40:58 +0000 |
| commit | 134d96718689a884c4aa3c6427733d33f4fccd73 (patch) | |
| tree | c73f2a99f1aae0e26003602014b74f6aa98e7556 | |
| parent | 1b91d47f89e4e9dd8a3302282b294a717e8c625e (diff) | |
| download | emacs-134d96718689a884c4aa3c6427733d33f4fccd73.tar.gz emacs-134d96718689a884c4aa3c6427733d33f4fccd73.zip | |
(install): Don't try to copy ../lib-src/fns-*.el, as it isn't used anymore.
| -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 @@ | |||
| 1 | 2004-03-10 Juanma Barranquero <lektu@terra.es> | ||
| 2 | |||
| 3 | * makefile.w32-in (install): Don't try to copy | ||
| 4 | ../lib-src/fns-*.el, as it isn't used anymore. | ||
| 5 | |||
| 1 | 2004-01-28 Peter Runestig <peter@runestig.com> | 6 | 2004-01-28 Peter Runestig <peter@runestig.com> |
| 2 | 7 | ||
| 3 | * gmake.defs, nmake.defs: Add linking to ``winspool.lib''. | 8 | * gmake.defs, nmake.defs: Add linking to ``winspool.lib''. |
| @@ -601,7 +606,7 @@ | |||
| 601 | 1999-01-22 Geoff Voelker <voelker@cs.washington.edu> | 606 | 1999-01-22 Geoff Voelker <voelker@cs.washington.edu> |
| 602 | 607 | ||
| 603 | * icons: New directory with Davenport's icons. | 608 | * icons: New directory with Davenport's icons. |
| 604 | icons/sink.ico: Renamed from emacs.ico. | 609 | * icons/sink.ico: Renamed from emacs.ico. |
| 605 | 610 | ||
| 606 | * makefile.nt (install, fast_install): Install Windows icons | 611 | * makefile.nt (install, fast_install): Install Windows icons |
| 607 | into etc/icons. | 612 | into etc/icons. |
| @@ -925,8 +930,8 @@ | |||
| 925 | 930 | ||
| 926 | 1995-06-09 Geoff Voelker <voelker@cs.washington.edu> | 931 | 1995-06-09 Geoff Voelker <voelker@cs.washington.edu> |
| 927 | 932 | ||
| 928 | * emacs.bat.in: Renamed from emacs.bat | 933 | * emacs.bat.in: Renamed from emacs.bat. |
| 929 | (emacs_dir): Renamed from emacs_path | 934 | (emacs_dir): Renamed from emacs_path. |
| 930 | Definition removed. | 935 | Definition removed. |
| 931 | 936 | ||
| 932 | * addpm.c: New file. | 937 | * 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) | |||
| 179 | - $(CP) $(BLD)/ddeclient.exe $(INSTALL_DIR)/bin | 179 | - $(CP) $(BLD)/ddeclient.exe $(INSTALL_DIR)/bin |
| 180 | - $(CP) $(BLD)/cmdproxy.exe $(INSTALL_DIR)/bin | 180 | - $(CP) $(BLD)/cmdproxy.exe $(INSTALL_DIR)/bin |
| 181 | - $(CP) $(BLD)/runemacs.exe $(INSTALL_DIR)/bin | 181 | - $(CP) $(BLD)/runemacs.exe $(INSTALL_DIR)/bin |
| 182 | - $(CP) ../lib-src/fns-*.el $(INSTALL_DIR)/bin | ||
| 183 | - "$(INSTALL_DIR)/bin/addpm" /q | 182 | - "$(INSTALL_DIR)/bin/addpm" /q |
| 184 | - $(DEL) ../same-dir.tst | 183 | - $(DEL) ../same-dir.tst |
| 185 | - $(DEL) $(INSTALL_DIR)/same-dir.tst | 184 | - $(DEL) $(INSTALL_DIR)/same-dir.tst |