Split out ensure-directory.

This commit is contained in:
Dominik Pantůček 2023-06-19 08:51:39 +02:00
parent ed129c8760
commit a56605fa3f
5 changed files with 61 additions and 11 deletions

View file

@ -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))