Split out ensure-directory.
This commit is contained in:
parent
ed129c8760
commit
a56605fa3f
5 changed files with 61 additions and 11 deletions
|
@ -46,7 +46,8 @@
|
|||
util-git
|
||||
util-dict-list
|
||||
util-stdout
|
||||
table)
|
||||
table
|
||||
export-web-static)
|
||||
|
||||
;; Command-line options and configurable parameters
|
||||
(define -needs-bank- (make-parameter #f))
|
||||
|
@ -324,7 +325,8 @@
|
|||
(repl))
|
||||
((genweb)
|
||||
(log-info "Generating static web files")
|
||||
(gen-web-static MB (-web-dir-)))
|
||||
(gen-web-static MB (-web-dir-))
|
||||
(gen-html-members MB (-web-dir-)))
|
||||
((edit)
|
||||
(if mr
|
||||
(edit-file (brmember-file-path mr))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue