mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
(install): Copy more *.el files.
This commit is contained in:
parent
6b6e2422b4
commit
0f76ca04ee
2 changed files with 10 additions and 0 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2001-08-28 Eli Zaretskii <eliz@is.elta.co.il>
|
||||
|
||||
* makefile.nt (install): Copy more *.el files.
|
||||
|
||||
2001-08-28 Gerd Moellmann <gerd@gnu.org>
|
||||
|
||||
* dired.el (dired-mode-map): Bind `y' to dired-show-file-type
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue