tm 6.78.1.
[elisp/tm.git] / mk-tm
diff --git a/mk-tm b/mk-tm
index ea71099..f4614f3 100644 (file)
--- a/mk-tm
+++ b/mk-tm
 (defun install-tm ()
   (let ((path (car command-line-args-left)))
     (princ (format "%s\n" emacs-version))
+    (if (not (file-exists-p path))
+       (make-directory path t)
+      )
     (apply (function install-el-files) path
           (append tm-el-files tm-uncompile-el-files)
           )