summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2013-08-03 09:33:08 -0700
committerStefano Karapetsas <[email protected]>2013-08-03 09:33:08 -0700
commit101cf74f0145c0e7f6f7e0425e876709685d291f (patch)
treee377dbcbb90dfdea47667c60bbd306fe0ac14043 /configure.ac
parentf20f73d80569c1503da53ccc16f18476d572afee (diff)
parent23cda761783a9c9cf0732ab00c1151431537c225 (diff)
downloadatril-101cf74f0145c0e7f6f7e0425e876709685d291f.tar.bz2
atril-101cf74f0145c0e7f6f7e0425e876709685d291f.tar.xz
Merge pull request #31 from infirit/yelptools
Use yelp-tools instead of mate-doc-utils
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac25
1 files changed, 1 insertions, 24 deletions
diff --git a/configure.ac b/configure.ac
index fd2ec897..7250149a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -707,29 +707,7 @@ AC_CHECK_FUNC(localtime_r, AC_DEFINE(HAVE_LOCALTIME_R, 1, [Defines if localtime_
# Help files
# *****************
-MATE_DOC_INIT([], mate_doc_utils=yes, mate_doc_utils=no)
-
-AC_ARG_ENABLE(help,
- [AS_HELP_STRING([--disable-help], [Disable offline help files])],
- [enable_help=$enableval],
- [enable_help=yes])
-
-if test "x$enable_help" = "xyes" && test "x$os_win32" = "xyes" ; then
- AC_MSG_WARN([Offline help is disabled (not implemented on Windows).])
- enable_help=no
-fi
-
-if test "x$enable_help" = "xyes" && test "x$mate_doc_utils" == "xno"; then
- AC_MSG_ERROR(
- [mate-doc-utils not found; use --disable-help to disable help files]
- )
-fi
-
-if test "x$enable_help" = "xyes"; then
- AC_DEFINE([OFFLINE_HELP_ENABLED], [1], [Enable offline help])
-fi
-
-AM_CONDITIONAL(ENABLE_HELP, test "x$enable_help" = "xyes")
+YELP_HELP_INIT
# *****************
# API documentation
@@ -845,7 +823,6 @@ Configure summary:
Keyring Support....: $with_keyring
DBUS Support.......: $enable_dbus
SM client support..: $with_smclient
- Help files.........: $enable_help
Caja Plugin........: $enable_caja
Thumbnailer........: $enable_thumbnailer
Previewer..........: $enable_previewer