make/makefile.mk

branch
docs/3.1
changeset 1140
88a9ee79c102
parent 988
15b3ca7ee33f
--- a/make/makefile.mk	Wed Jan 22 21:02:46 2025 +0100
+++ b/make/makefile.mk	Thu Jan 23 01:15:52 2025 +0100
@@ -69,10 +69,8 @@
 	test -n "$(WITH_CXX_TEST)"
 
 docs: FORCE
-	@(test "$(WITH_DOCS_API)" = "yes" && cd docs && $(MAKE) all-api) \
+	@(test "$(WITH_API_DOCS)" = "yes" && cd $(root_dir); $(DOXYGEN) ) \
 		|| echo "[ Generation of API Docs disabled - skipped ]"
-	@(test "$(WITH_DOCS_HTML)" = "yes" && cd docs && $(MAKE) all-html) \
-		|| echo "[ Generation of HTML Docs disabled - skipped ]"
 
 update-rules: FORCE
 	make/update-rules.sh src

mercurial