From be48ac9ea7bb998ae1049d25f6bf2cf6c1f2da44 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Sun, 17 Jul 2022 11:18:33 -0400 Subject: [PATCH] Issue #488 - Add api-doc directive --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6b51e2da..2100e7b2 100644 --- a/Makefile +++ b/Makefile @@ -147,9 +147,12 @@ debug : doc : doxygen Doxyfile +api-doc : + ./scripts/generate-doc-index.sh && mv api-index.scm docs/api/ + # Helper rules (of interest to people hacking on this makefile) -.PHONY: clean full bench bootstrap tags indent debug test doc +.PHONY: clean full bench bootstrap tags indent debug test doc api-doc $(TESTS) : %: %.scm cyclone libs $(CYCLONE_LOCAL) -I . $<