Mercurial > emacs
changeset 38992:ef3687c22e20
(install): Copy more *.el files.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Tue, 28 Aug 2001 13:20:00 +0000 |
parents | ddaa6e9614bf |
children | f15c86018e50 |
files | lisp/makefile.nt |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/makefile.nt Tue Aug 28 09:14:27 2001 +0000 +++ b/lisp/makefile.nt Tue Aug 28 13:20:00 2001 +0000 @@ -225,7 +225,13 @@ !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