From 134d96718689a884c4aa3c6427733d33f4fccd73 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Wed, 10 Mar 2004 21:40:58 +0000 Subject: [PATCH] (install): Don't try to copy ../lib-src/fns-*.el, as it isn't used anymore. --- nt/ChangeLog | 11 ++++++++--- 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 + + * makefile.w32-in (install): Don't try to copy + ../lib-src/fns-*.el, as it isn't used anymore. + 2004-01-28 Peter Runestig * gmake.defs, nmake.defs: Add linking to ``winspool.lib''. @@ -601,7 +606,7 @@ 1999-01-22 Geoff Voelker * 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 - * 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 -- 2.39.5