From b391858790d19a5e91efc824a3329350bc3928d9 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Thu, 3 Apr 2025 20:07:08 +0300 Subject: the tutorial is now built along with all other HTML documents if --enable-html-docs * `--enable-html-manual` renamed to `--enable-html-docs`. * It's also uploaded to the website and linked to in README. --- doc/Makefile.am | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/Makefile.am b/doc/Makefile.am index 424d11e..41bb58c 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -78,9 +78,9 @@ man_MANS = grosciteco.tes.1 tedoc.tes.1 sciteco.1 sciteco.7 dist_noinst_SCRIPTS = htbl.tes -if BUILD_HTMLMAN +if BUILD_HTMLDOCS html_DATA = grosciteco.tes.1.html tedoc.tes.1.html \ - sciteco.1.html sciteco.7.html + sciteco.1.html sciteco.7.html tutorial.html CLEANFILES += $(html_DATA) endif @@ -93,6 +93,9 @@ SUFFIXES += .htbl .html .htbl.html: @GROFF@ -wall -Thtml -man $< >$@ +.ms.html: + @GROFF@ -wall -Thtml -ms $< >$@ + # FIXME: We may want to build the cheat sheet automatically. # This would require a full Groff installation, though. EXTRA_DIST += cheat-sheet.mm -- cgit v1.2.3