docs/Makefile

changeset 765
b5128bb44459
parent 754
4bc7d966c9db
     1.1 --- a/docs/Makefile	Mon Dec 18 18:22:53 2023 +0100
     1.2 +++ b/docs/Makefile	Mon Dec 18 18:54:17 2023 +0100
     1.3 @@ -36,7 +36,8 @@
     1.4  	@echo "[ API Docs Generated ]"
     1.5  
     1.6  $(docs_dir)/web/api-2.1: api-2.1 FORCE
     1.7 -	$(COPYALL) $< $@
     1.8 +	$(MKDIR) $@
     1.9 +	$(COPYALL) $< "$@/.."
    1.10  
    1.11  $(docs_dir)/web/api: FORCE
    1.12  	cd $(src_dir); $(DOXYGEN)

mercurial