Index: autogen.sh =================================================================== --- autogen.sh (revision 7989) +++ autogen.sh (working copy) @@ -29,14 +29,6 @@ DIE=1 fi -(gtkdocize --version) < /dev/null > /dev/null 2>&1 || { - echo - echo "You must have gtk-doc installed to compile $PROJECT." - echo "Install the appropriate package for your distribution," - echo "or get the source tarball at ftp://ftp.gnome.org/pub/GNOME/sources/gtk-doc/" - DIE=1 -} - (autoconf --version) < /dev/null > /dev/null 2>&1 || { echo echo "You must have autoconf installed to compile $PROJECT." @@ -103,7 +95,6 @@ $ACLOCAL $ACLOCAL_FLAGS || exit $? libtoolize --force || exit $? -gtkdocize || exit $? autoheader || exit $? Index: Makefile.am =================================================================== --- Makefile.am (revision 7989) +++ Makefile.am (working copy) @@ -3,7 +3,7 @@ AUTOMAKE_OPTIONS = 1.7 -SUBDIRS = . m4macros glib gmodule gthread gobject gio tests po docs +SUBDIRS = . m4macros glib gmodule gthread gobject gio tests po DIST_SUBDIRS = $(SUBDIRS) build bin_SCRIPTS = glib-gettextize @@ -63,8 +63,7 @@ README \ INSTALL \ glibconfig.h.win32 \ - config.h.win32 \ - gtk-doc.make + config.h.win32 configexecincludedir = $(libdir)/glib-2.0/include configexecinclude_DATA = glibconfig.h @@ -110,7 +109,7 @@ release: rm -rf .deps */.deps - cd docs && make glib.html +# cd docs && make glib.html $(MAKE) distcheck sanity: