From: Geoff Voelker Date: Sun, 5 Jan 1997 02:14:28 +0000 (+0000) Subject: (real_install): Create site-lisp in installation dir. X-Git-Tag: emacs-20.1~3117 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7d122d4732e63cdf40de1840b2401893e92afece;p=emacs.git (real_install): Create site-lisp in installation dir. --- 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