From ed4b2a99cb57d55aafc45cbc3dff1b939b09f250 Mon Sep 17 00:00:00 2001 From: q-posev Date: Thu, 4 Nov 2021 12:02:14 +0100 Subject: [PATCH] add html and doc rules --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile.am b/Makefile.am index 2e3e931..4f555b1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -173,6 +173,9 @@ dist_html_DATA = $(HTML_FILES) $(HTML_TANGLED): $(htmlizer) +html: $(dist_html_DATA) +doc: html + # =============== DEVELOPER MODE =============== # SWIG = @SWIG@