From ca724d9f8493639ef51e108fb0b8bef499207ffa Mon Sep 17 00:00:00 2001 From: Clement Lefebvre Date: Tue, 8 Sep 2015 16:42:40 +0100 Subject: Removed the user-guide (moved to mate-user-guide) --- configure.ac | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 8ca526c..16bda37 100644 --- a/configure.ac +++ b/configure.ac @@ -86,14 +86,6 @@ AC_ARG_ENABLE([mate-about], AM_CONDITIONAL(MATE_ABOUT_ENABLED, test "x$enable_mate_about" = "xyes") -# Should we build the docbook user-guide? Will be useful until -# the new mallard mate-user-guide is complete and translated -AC_ARG_ENABLE([user-guide], - [AS_HELP_STRING([--disable-user-guide],[do not build user guide])],, - [enable_user_guide=yes]) -AM_CONDITIONAL(USER_GUIDE_ENABLED, test "x$enable_user_guide" = "xyes") - - # Install tool to migrate 1.4 MateConf settings AC_ARG_ENABLE([mate-conf-import], [AS_HELP_STRING([--enable-mate-conf-import],[install mate-conf-import tool])],, @@ -307,8 +299,6 @@ man/Makefile tools/mate-color-select.desktop.in tools/mate-conf-import.desktop.in tools/Makefile -user-guide/Makefile -user-guide/mate-user-guide.desktop.in ]) AC_OUTPUT @@ -337,7 +327,6 @@ mate-desktop $VERSION Gtk+ version: ${GTK_API_VERSION} Build mate-about: ${enable_mate_about} - Build user guide: ${enable_user_guide} Install mate-conf-import: ${enable_mate_conf_import} Install mpaste: ${enable_mpaste} Use external pnp.ids: ${EXTERNAL_PNP_IDS} -- cgit v1.2.1