diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2015-07-20 08:33:34 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2015-07-20 08:33:47 -0400 |
commit | 1b6370e74bd6927a5c594210cd6728feda9c4616 (patch) | |
tree | 0483a020fa23183d730fcb72db8c17a0c54d5505 /configure.ac | |
parent | 9cb37638de403d31a0d60b7d57414d19bc6e61fc (diff) |
docs: remove gtk-docs.
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/configure.ac b/configure.ac index 2950e2af32..a43f86a307 100644 --- a/configure.ac +++ b/configure.ac @@ -250,16 +250,6 @@ if test -z "$GPERF" ; then fi # ------------------------------------------------------------------------------ -GTK_DOC_CHECK([1.18],[--flavour no-tmpl]) -AM_CONDITIONAL([ENABLE_GTK_DOC],[test "x$enable_gtk_doc" = "xyes"]) - -AS_IF([test "x$enable_gtk_doc" = "xyes" -a "x$XSLTPROC" = x], [ - AC_MSG_ERROR([*** GTK doc requested but xsltproc not found]) -]) -AC_SUBST(XSLTPROC_FLAGS) - -# ------------------------------------------------------------------------------ - AC_ARG_ENABLE([manpages], AS_HELP_STRING([--disable-manpages],[disable manpages]),[],[enable_manpages=no]) AM_CONDITIONAL(ENABLE_MANPAGES, [test "x$enable_manpages" = "xyes"]) @@ -287,11 +277,6 @@ AM_CONDITIONAL(ENABLE_HWDB, [test "x$enable_hwdb" = "xyes"]) # ------------------------------------------------------------------------------ AC_CONFIG_FILES([Makefile - docs/Makefile - docs/gudev/Makefile - docs/gudev/version.xml - docs/libudev/Makefile - docs/libudev/version.xml hwdb/Makefile man/Makefile rules/Makefile |