dev: make ghci-web: disable the config symlink to fix makeinfo warnings

This commit is contained in:
Simon Michael 2023-04-06 15:24:17 -10:00
parent 3e3c3c8355
commit 939532be95

View File

@ -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/$@