diff -r ccbdbd088455 -r b5128bb44459 docs/Makefile --- a/docs/Makefile Mon Dec 18 18:22:53 2023 +0100 +++ b/docs/Makefile Mon Dec 18 18:54:17 2023 +0100 @@ -36,7 +36,8 @@ @echo "[ API Docs Generated ]" $(docs_dir)/web/api-2.1: api-2.1 FORCE - $(COPYALL) $< $@ + $(MKDIR) $@ + $(COPYALL) $< "$@/.." $(docs_dir)/web/api: FORCE cd $(src_dir); $(DOXYGEN)