From fa3ce17fd35b95fbbd8d6a7001dfa13c11b01e29 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Tue, 20 Jul 2021 21:04:45 -1000 Subject: [PATCH] cln: make: webdirs: rename, hide subrules from help --- Makefile | 24 ++++++------------------ 1 file changed, 6 insertions(+), 18 deletions(-) diff --git a/Makefile b/Makefile index 65c75b7fd..910d1531c 100644 --- a/Makefile +++ b/Makefile @@ -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: \