docs/Makefile

changeset 765
b5128bb44459
parent 754
4bc7d966c9db
--- 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)

mercurial