From 0f76ca04ee0bb58445a1bc86eaa519753d5b29f1 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Tue, 28 Aug 2001 13:23:34 +0000 Subject: [PATCH] (install): Copy more *.el files. --- lisp/ChangeLog | 4 ++++ lisp/makefile.nt | 6 ++++++ 2 files changed, 10 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index bd9efe43f9d..adceba865e9 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2001-08-28 Eli Zaretskii + + * makefile.nt (install): Copy more *.el files. + 2001-08-28 Gerd Moellmann * dired.el (dired-mode-map): Bind `y' to dired-show-file-type diff --git a/lisp/makefile.nt b/lisp/makefile.nt index 893e4999791..84e24903746 100644 --- a/lisp/makefile.nt +++ b/lisp/makefile.nt @@ -225,7 +225,13 @@ install: !else if not exist .\same-dir.tst $(CP_DIR) *.elc $(INSTALL_DIR)\lisp if not exist .\same-dir.tst $(CP) cus-load.el $(INSTALL_DIR)\lisp + if not exist .\same-dir.tst $(CP) cus-start.el $(INSTALL_DIR)\lisp + if not exist .\same-dir.tst $(CP) emacs-lisp\cl-specs.el $(INSTALL_DIR)\lisp\emacs-lisp + if not exist .\same-dir.tst $(CP) eshell\esh-maint.el $(INSTALL_DIR)\lisp\eshell + if not exist .\same-dir.tst $(CP) eshell\esh-groups.el $(INSTALL_DIR)\lisp\eshell + if not exist .\same-dir.tst $(CP) finder-inf.el $(INSTALL_DIR)\lisp if not exist .\same-dir.tst $(CP) forms*.el $(INSTALL_DIR)\lisp + if not exist .\same-dir.tst $(CP) generic-x.el $(INSTALL_DIR)\lisp if not exist .\same-dir.tst $(CP) patcomp.el $(INSTALL_DIR)\lisp if not exist .\same-dir.tst $(CP) subdirs.el $(INSTALL_DIR)\lisp if not exist .\same-dir.tst $(CP) version.el $(INSTALL_DIR)\lisp -- 2.39.5