Update docs and help

This commit is contained in:
2024-11-23 20:28:16 +01:00
parent d84adf6172
commit e6501502d1
6 changed files with 645 additions and 290 deletions

View File

@@ -172,7 +172,7 @@ docdir = ""
doc-install: ## Install documentation
@echo ">>> Installing documentation..."
@if [ "$(docdir)" = "" ]; then \
echo "docdir parameter has to be set when calling doc-install"; \
echo "docdir parameter has to be set when calling doc-install, i.e. docdir=../bayesnet_help"; \
exit 1; \
fi
@if [ ! -d $(docdir) ]; then \