Add gtkdocize line in autogen.sh to add missing gtk-doc.make

This commit is contained in:
James Bowes 2007-12-11 20:51:29 -05:00
parent a226e3a2d6
commit 94aa4e8ab3

View File

@ -17,6 +17,7 @@ if [[ -z "$*" && "x$NOCONFIGURE" == "x" ]] ; then
echo
fi
(cd $srcdir && gtkdocize) || exit 1
(cd $srcdir && autoreconf --force --install) || exit 1
conf_flags="--enable-maintainer-mode --enable-gtk-doc"