diff --git a/configure.ac b/configure.ac index 7eb3fde67..881f4df90 100644 --- a/configure.ac +++ b/configure.ac @@ -1065,14 +1065,6 @@ AC_SUBST(CAIRO_PREFIX) AC_SUBST(GLIB_PREFIX) AC_SUBST(PANGO_PREFIX) -AC_ARG_ENABLE([cogl2-reference], - [AC_HELP_STRING([--enable-cogl2-reference=@<:@no/yes@:>@], - [Build Cogl-2.0 API Reference])], - [enable_cogl2_reference=$enableval], - [enable_cogl2_reference=no]) - -AM_CONDITIONAL([BUILD_COGL2_REFERENCE], [test "x$enable_gtk_doc" = "xyes" && test "x$enable_cogl2_reference" = "xyes"]) - dnl === Manual ================================================================ AC_ARG_ENABLE([docs], @@ -1164,14 +1156,6 @@ AC_CONFIG_FILES([ po/Makefile.in ]) -AS_IF([test "x$enable_cogl2_reference" = "xyes"], - [ - AC_CONFIG_FILES([ - doc/reference/cogl-2.0/Makefile - doc/reference/cogl-2.0/cogl-docs.xml - ]) -]) - AC_OUTPUT dnl === Summary =============================================================== diff --git a/doc/reference/Makefile.am b/doc/reference/Makefile.am index f93f8f542..ab9b86b29 100644 --- a/doc/reference/Makefile.am +++ b/doc/reference/Makefile.am @@ -1,9 +1,3 @@ SUBDIRS = cogl clutter cally DIST_SUBDIRS = cogl clutter cally - -if BUILD_COGL2_REFERENCE -SUBDIRS += cogl-2.0 - -DIST_SUBDIRS += cogl-2.0 -endif