cln: make: webdirs: rename, hide subrules from help

This commit is contained in:
Simon Michael 2021-07-20 21:04:45 -10:00
parent 9701e19169
commit fa3ce17fd3

View File

@ -257,33 +257,21 @@ build: \
# @($(SHELLTEST) checks \
# && echo $@ PASSED) || echo $@ FAILED
link-web-dirs: config messages static templates \
$(call def-help,link-web-dirs,\
webdirs: config messages static templates \
$(call def-help,webdirs, sym-link some directories for hledger-web dev\
\
)
config: \
$(call def-help,config,\
\
)
config:
ln -sf hledger-web/$@
messages: \
$(call def-help,messages,\
\
)
messages:
ln -sf hledger-web/$@
static: \
$(call def-help,static,\
\
)
static:
ln -sf hledger-web/$@
templates: \
$(call def-help,templates,\
\
)
templates:
ln -sf hledger-web/$@
save-hledger-unopt: \