From: Eli Zaretskii Date: Tue, 28 Aug 2001 13:23:34 +0000 (+0000) Subject: (install): Copy more *.el files. X-Git-Tag: emacs-pretest-21.0.105~50 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0f76ca04ee0bb58445a1bc86eaa519753d5b29f1;p=emacs.git (install): Copy more *.el files. --- 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