Mercurial > emacs
diff lisp/makefile.nt @ 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 | de7ecc11ba03 |
| children | 088714863cc9 |
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 #
