From 939532be953ff2753244216b5801b289250d024e Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Thu, 6 Apr 2023 15:24:17 -1000 Subject: [PATCH] dev: make ghci-web: disable the config symlink to fix makeinfo warnings --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1775bc517..2b808d0d5 100644 --- a/Makefile +++ b/Makefile @@ -279,7 +279,8 @@ webdirs: config messages static templates \ ) config: - ln -sf hledger-web/$@ + echo "Creation of 'config' symlink disabled, it causes makeinfo warnings" +# ln -sf hledger-web/$@ messages: ln -sf hledger-web/$@