From ad1296ba4298f970ecfad5a7286d4ca7ab4031af Mon Sep 17 00:00:00 2001 From: infirit Date: Fri, 2 Aug 2013 20:35:48 +0200 Subject: Use yelp-tools instead of mate-doc-utils --- configure.ac | 25 +------------------------ 1 file changed, 1 insertion(+), 24 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index fd2ec897..e0c928ea 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 -- cgit v1.2.1 From 23cda761783a9c9cf0732ab00c1151431537c225 Mon Sep 17 00:00:00 2001 From: infirit Date: Fri, 2 Aug 2013 20:38:42 +0200 Subject: Fix typo in configure.ac --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index e0c928ea..7250149a 100644 --- a/configure.ac +++ b/configure.ac @@ -707,7 +707,7 @@ AC_CHECK_FUNC(localtime_r, AC_DEFINE(HAVE_LOCALTIME_R, 1, [Defines if localtime_ # Help files # ***************** -YELP_HELP_INIT) +YELP_HELP_INIT # ***************** # API documentation -- cgit v1.2.1