]> git.eshelyaron.com Git - emacs.git/commitdiff
(install): Copy more *.el files.
authorEli Zaretskii <eliz@gnu.org>
Tue, 28 Aug 2001 13:23:34 +0000 (13:23 +0000)
committerEli Zaretskii <eliz@gnu.org>
Tue, 28 Aug 2001 13:23:34 +0000 (13:23 +0000)
lisp/ChangeLog
lisp/makefile.nt

index bd9efe43f9db64f419106d1f1e8267c1405e32a2..adceba865e90be667393e6df8792253fc709e7cf 100644 (file)
@@ -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
index 893e49997914947049c9441bcab4c08d10765741..84e2490374626582e34088f350e971bd759cc96a 100644 (file)
@@ -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