diff options
| author | Eli Zaretskii | 2001-08-28 13:23:34 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2001-08-28 13:23:34 +0000 |
| commit | 0f76ca04ee0bb58445a1bc86eaa519753d5b29f1 (patch) | |
| tree | 3fb4f67e82733634906e656549a0dd941e9a49e5 /lisp | |
| parent | 6b6e2422b44b0ab8592a1562ebf2756595e6ef85 (diff) | |
| download | emacs-0f76ca04ee0bb58445a1bc86eaa519753d5b29f1.tar.gz emacs-0f76ca04ee0bb58445a1bc86eaa519753d5b29f1.zip | |
(install): Copy more *.el files.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/makefile.nt | 6 |
2 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index bd9efe43f9d..adceba865e9 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2001-08-28 Eli Zaretskii <eliz@is.elta.co.il> | ||
| 2 | |||
| 3 | * makefile.nt (install): Copy more *.el files. | ||
| 4 | |||
| 1 | 2001-08-28 Gerd Moellmann <gerd@gnu.org> | 5 | 2001-08-28 Gerd Moellmann <gerd@gnu.org> |
| 2 | 6 | ||
| 3 | * dired.el (dired-mode-map): Bind `y' to dired-show-file-type | 7 | * 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: | |||
| 225 | !else | 225 | !else |
| 226 | if not exist .\same-dir.tst $(CP_DIR) *.elc $(INSTALL_DIR)\lisp | 226 | if not exist .\same-dir.tst $(CP_DIR) *.elc $(INSTALL_DIR)\lisp |
| 227 | if not exist .\same-dir.tst $(CP) cus-load.el $(INSTALL_DIR)\lisp | 227 | if not exist .\same-dir.tst $(CP) cus-load.el $(INSTALL_DIR)\lisp |
| 228 | if not exist .\same-dir.tst $(CP) cus-start.el $(INSTALL_DIR)\lisp | ||
| 229 | if not exist .\same-dir.tst $(CP) emacs-lisp\cl-specs.el $(INSTALL_DIR)\lisp\emacs-lisp | ||
| 230 | if not exist .\same-dir.tst $(CP) eshell\esh-maint.el $(INSTALL_DIR)\lisp\eshell | ||
| 231 | if not exist .\same-dir.tst $(CP) eshell\esh-groups.el $(INSTALL_DIR)\lisp\eshell | ||
| 232 | if not exist .\same-dir.tst $(CP) finder-inf.el $(INSTALL_DIR)\lisp | ||
| 228 | if not exist .\same-dir.tst $(CP) forms*.el $(INSTALL_DIR)\lisp | 233 | if not exist .\same-dir.tst $(CP) forms*.el $(INSTALL_DIR)\lisp |
| 234 | if not exist .\same-dir.tst $(CP) generic-x.el $(INSTALL_DIR)\lisp | ||
| 229 | if not exist .\same-dir.tst $(CP) patcomp.el $(INSTALL_DIR)\lisp | 235 | if not exist .\same-dir.tst $(CP) patcomp.el $(INSTALL_DIR)\lisp |
| 230 | if not exist .\same-dir.tst $(CP) subdirs.el $(INSTALL_DIR)\lisp | 236 | if not exist .\same-dir.tst $(CP) subdirs.el $(INSTALL_DIR)\lisp |
| 231 | if not exist .\same-dir.tst $(CP) version.el $(INSTALL_DIR)\lisp | 237 | if not exist .\same-dir.tst $(CP) version.el $(INSTALL_DIR)\lisp |