--- a/docs/Makefile Sat Dec 28 17:32:36 2024 +0100
+++ b/docs/Makefile Sun Dec 29 15:24:20 2024 +0100
@@ -40,7 +40,7 @@
$(COPYALL) $< "$@/.."
$(docs_dir)/web/api: FORCE
- cd $(src_dir); $(DOXYGEN)
+ cd $(root_dir); $(DOXYGEN)
$(docs_dir)/web:
$(MKDIR) $@