comparison lisp/makefile.nt @ 38992:ef3687c22e20

(install): Copy more *.el files.
author Eli Zaretskii <eliz@gnu.org>
date Tue, 28 Aug 2001 13:20:00 +0000
parents 40bb986cf2ad
children 75af792df610
comparison
equal deleted inserted replaced
38991:ddaa6e9614bf 38992:ef3687c22e20
223 !ifdef COPY_LISP_SOURCE 223 !ifdef COPY_LISP_SOURCE
224 if not exist .\same-dir.tst $(CP_DIR) . $(INSTALL_DIR)\lisp 224 if not exist .\same-dir.tst $(CP_DIR) . $(INSTALL_DIR)\lisp
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
232 if not exist .\same-dir.tst $(CP) mail\blessmail.el $(INSTALL_DIR)\lisp\mail 238 if not exist .\same-dir.tst $(CP) mail\blessmail.el $(INSTALL_DIR)\lisp\mail
233 if not exist .\same-dir.tst $(CP) mail\sc.el $(INSTALL_DIR)\lisp\mail 239 if not exist .\same-dir.tst $(CP) mail\sc.el $(INSTALL_DIR)\lisp\mail