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 \ # @($(SHELLTEST) checks \
# && echo $@ PASSED) || echo $@ FAILED # && echo $@ PASSED) || echo $@ FAILED
link-web-dirs: config messages static templates \ webdirs: config messages static templates \
$(call def-help,link-web-dirs,\ $(call def-help,webdirs, sym-link some directories for hledger-web dev\
\ \
) )
config: \ config:
$(call def-help,config,\
\
)
ln -sf hledger-web/$@ ln -sf hledger-web/$@
messages: \ messages:
$(call def-help,messages,\
\
)
ln -sf hledger-web/$@ ln -sf hledger-web/$@
static: \ static:
$(call def-help,static,\
\
)
ln -sf hledger-web/$@ ln -sf hledger-web/$@
templates: \ templates:
$(call def-help,templates,\
\
)
ln -sf hledger-web/$@ ln -sf hledger-web/$@
save-hledger-unopt: \ save-hledger-unopt: \