aboutsummaryrefslogtreecommitdiffhomepage
path: root/configure.ac
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2025-04-03 20:07:08 +0300
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2025-04-03 20:07:08 +0300
commitb391858790d19a5e91efc824a3329350bc3928d9 (patch)
treec02dddaafb1d14c4e12e9a56b5a38aa5c7417cdf /configure.ac
parent9f334bb0665200534c672a89eef358a66da092cd (diff)
downloadsciteco-b391858790d19a5e91efc824a3329350bc3928d9.tar.gz
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.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac8
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 14ddb86..8620050 100644
--- a/configure.ac
+++ b/configure.ac
@@ -387,11 +387,11 @@ AC_ARG_WITH(teco-integer,
AC_SUBST(TECO_INTEGER)
AC_DEFINE_UNQUOTED(TECO_INTEGER, $TECO_INTEGER, [Storage size of TECO integers])
-AC_ARG_ENABLE(html-manual,
- AS_HELP_STRING([--enable-html-manual],
+AC_ARG_ENABLE(html-docs,
+ AS_HELP_STRING([--enable-html-docs],
[Generate and install HTML manuals using Groff [default=no]]),
- [html_man=$enableval], [html_man=no])
-AM_CONDITIONAL(BUILD_HTMLMAN, [test $html_man = yes])
+ [html_docs=$enableval], [html_docs=no])
+AM_CONDITIONAL(BUILD_HTMLDOCS, [test $html_docs = yes])
AC_ARG_ENABLE(bootstrap,
AS_HELP_STRING([--disable-bootstrap],