Mercurial > emacs
changeset 16827:6f4bc15744a4
(real_install): Create site-lisp in installation dir.
author | Geoff Voelker <voelker@cs.washington.edu> |
---|---|
date | Sun, 05 Jan 1997 02:14:28 +0000 |
parents | e7ad34b65d8e |
children | 0a7ce510e9c5 |
files | nt/makefile.nt |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/nt/makefile.nt Sat Jan 04 22:26:26 1997 +0000 +++ b/nt/makefile.nt Sun Jan 05 02:14:28 1997 +0000 @@ -131,6 +131,7 @@ - mkdir $(INSTALL_DIR)\info - mkdir $(INSTALL_DIR)\lock - mkdir $(INSTALL_DIR)\data + - mkdir $(INSTALL_DIR)\site-lisp if not exist ..\same-dir.tst $(CP_DIR) ..\etc $(INSTALL_DIR)\etc if not exist ..\same-dir.tst $(CP_DIR) ..\info $(INSTALL_DIR)\info - $(DEL) ..\same-dir.tst