Update docs related to :static-root

This commit is contained in:
David Botton 2021-01-25 13:02:08 -05:00
parent d657d46241
commit 0060f1be07
3 changed files with 7 additions and 2 deletions

View file

@ -18,7 +18,10 @@
(defvar *clog-running* nil "If clog running.")
(defvar *overide-static-root* nil "Overide the static-root settings.")
(defvar *overide-static-root* nil
"Overide the static-root settings. This is not normally a good idea, but if
trying to run the tutorials or demos and unable to have your local directy the
same as the clog directy this overides the relative paths used in them.")
;;;;;;;;;;;;;;;;
;; initialize ;;