diff options
author | Geoff Voelker <voelker@cs.washington.edu> | 1997-01-05 02:14:28 +0000 |
---|---|---|
committer | Geoff Voelker <voelker@cs.washington.edu> | 1997-01-05 02:14:28 +0000 |
commit | 7d122d4732e63cdf40de1840b2401893e92afece (patch) | |
tree | 99872aec587f6ac97bc5bed76348d0f48c168cc5 /nt | |
parent | d9709fde351393361e1d8379aa7edea1a195b53c (diff) | |
download | emacs-7d122d4732e63cdf40de1840b2401893e92afece.tar.gz |
(real_install): Create site-lisp in installation dir.
Diffstat (limited to 'nt')
-rw-r--r-- | nt/makefile.nt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nt/makefile.nt b/nt/makefile.nt index 9c34d0ea0f3..336dbfc836f 100644 --- a/nt/makefile.nt +++ b/nt/makefile.nt @@ -131,6 +131,7 @@ real_install: - 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 |