[build] Don't run gnome-doc-prepare

We don't have any user documentation yet, so it's not needed.
This commit is contained in:
Bertrand Lorentz 2010-06-18 23:29:03 +02:00
parent 047f3799cd
commit 4988de96be

View file

@ -64,13 +64,6 @@ check_autotool_version $LIBTOOLIZE 1.4.3
check_autotool_version intltoolize 0.35.0
check_autotool_version pkg-config 0.14.0
if [ $(pkg-config --modversion gnome-doc-utils 2> /dev/null) ]; then
run gnome-doc-prepare --automake --force
else
echo "gnome-doc-utils not found; user help will not be built"
echo "AC_DEFUN([GNOME_DOC_INIT], [AC_MSG_NOTICE([])])" > gnome-doc-utils.make
fi
run intltoolize --force --copy
run $LIBTOOLIZE --force --copy --automake
run aclocal -I build/m4/sparkleshare -I build/m4/shamrock -I build/m4/shave $ACLOCAL_FLAGS