From bf69c3741b109855664f6ed4b992473f404f74b6 Mon Sep 17 00:00:00 2001 From: Hermann Mayer Date: Thu, 15 Aug 2024 05:57:39 +0200 Subject: [PATCH] Corrected the API documentation building. Signed-off-by: Hermann Mayer --- CHANGELOG.md | 2 +- Makefile | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 85ccddd..b9e2b98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ ### next -* TODO: Replace this bullet point with an actual description of a change. +* Just a retag of 2.4.1 ### 2.4.2 diff --git a/Makefile b/Makefile index b218332..4c50b4c 100644 --- a/Makefile +++ b/Makefile @@ -148,8 +148,14 @@ shell-irb: docs: # Build the API documentation + @$(RM) -rf doc/api @$(call run-shell,$(BUNDLE) exec $(YARD) -q && \ $(BUNDLE) exec $(YARD) stats --list-undoc --compact) + @$(MKDIR) -p doc/api/doc doc/api/assets + @$(CP) -ar doc/assets doc/api/doc + @$(CP) -ar doc/assets/* doc/api/assets + # + # Docs: file://$(abspath doc/api)/index.html notes: # Print the code statistics (library and test suite)