comparison nt/makefile.nt @ 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 2752419e5aa2
children 7ef1d548462a
comparison
equal deleted inserted replaced
16826:e7ad34b65d8e 16827:6f4bc15744a4
129 echo SameDirTest > $(INSTALL_DIR)\same-dir.tst 129 echo SameDirTest > $(INSTALL_DIR)\same-dir.tst
130 - mkdir $(INSTALL_DIR)\etc 130 - mkdir $(INSTALL_DIR)\etc
131 - mkdir $(INSTALL_DIR)\info 131 - mkdir $(INSTALL_DIR)\info
132 - mkdir $(INSTALL_DIR)\lock 132 - mkdir $(INSTALL_DIR)\lock
133 - mkdir $(INSTALL_DIR)\data 133 - mkdir $(INSTALL_DIR)\data
134 - mkdir $(INSTALL_DIR)\site-lisp
134 if not exist ..\same-dir.tst $(CP_DIR) ..\etc $(INSTALL_DIR)\etc 135 if not exist ..\same-dir.tst $(CP_DIR) ..\etc $(INSTALL_DIR)\etc
135 if not exist ..\same-dir.tst $(CP_DIR) ..\info $(INSTALL_DIR)\info 136 if not exist ..\same-dir.tst $(CP_DIR) ..\info $(INSTALL_DIR)\info
136 - $(DEL) ..\same-dir.tst 137 - $(DEL) ..\same-dir.tst
137 - $(DEL) $(INSTALL_DIR)\same-dir.tst 138 - $(DEL) $(INSTALL_DIR)\same-dir.tst
138 139