Mercurial > emacs
changeset 21655:cfb05eddeb55
(interdontcompile): New macro.
(install): Copy uncompiled files from international subdir.
author | Geoff Voelker <voelker@cs.washington.edu> |
---|---|
date | Sun, 19 Apr 1998 03:46:53 +0000 |
parents | 8f2af8f84898 |
children | bb39a5863a82 |
files | lisp/makefile.nt |
diffstat | 1 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/makefile.nt Sat Apr 18 22:14:32 1998 +0000 +++ b/lisp/makefile.nt Sun Apr 19 03:46:53 1998 +0000 @@ -28,6 +28,9 @@ subdirs.el version.el maildontcompile = mail\blessmail.el mail\sc.el playdontcompile = play\bruce.el +interdontcompile = international\latin-1.el international\latin-2.el \ + international\latin-3.el international\latin-4.el \ + international\latin-5.el international\mule-conf.el # # Assuming INSTALL_DIR is defined, copy the elisp files to it @@ -44,8 +47,9 @@ if not exist .\same-dir.tst for %%f in ( $(maildontcompile) ) do $(CP) %%f $(INSTALL_DIR)\lisp\mail if not exist .\same-dir.tst for %%f in ( $(playdontcompile) ) do $(CP) %%f $(INSTALL_DIR)\lisp\play !endif + if not exist .\same-dir.tst for %%f in ( $(interdontcompile) ) do $(CP) %%f $(INSTALL_DIR)\lisp\international - $(DEL) $(INSTALL_DIR)\lisp\same-dir.tst - + # # Maintenance #