summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2020-05-18 12:06:29 +0300
committerTor Lillqvist <tml@collabora.com>2020-05-18 12:08:00 +0300
commit6089755d197528d071906846c58a397add0876a5 (patch)
tree1a2a64dfdb0136b5282087d87a00d7bef6e6a058
parent9d6e64ba575c12ce4ab381332f8971e55ffe9972 (diff)
Revert "I am told we don't want to use old style help files any longer"
Pitäkää tunkkinne. This reverts commit 1f6b7678d52e1bf9092e3ce2cf7b7c4ffdcb2ba2.
-rw-r--r--configure.ac5
1 files changed, 2 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 171dd945a241..1d531f32edec 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2021,7 +2021,7 @@ AC_ARG_WITH(help,
can be used to bundle only the common part, .e.g help-specific icons.
This is useful when you build the helpcontent separately.])
[
- Usage: --with-help build the new HTML local help
+ Usage: --with-help build the old local help
--without-help no local help (default)
--with-help=html build the new HTML local help
--with-help=online build the new HTML online help
@@ -5049,9 +5049,8 @@ if test -n "$with_help" -a "$with_help" != "no" -a $_os != iOS -a $_os != Androi
AC_MSG_RESULT([HTML])
;;
yes)
- ENABLE_HTMLHELP=TRUE
SCPDEFS="$SCPDEFS -DWITH_HELP"
- AC_MSG_RESULT([HTML])
+ AC_MSG_RESULT([yes])
;;
*)
AC_MSG_ERROR([Unknown --with-help=$with_help])