Reviewed by Xan Lopez.
Ship the gtk-doc.make file, so as to not depend on gtkdoc-tools.
* GNUmakefile.am:
* autogen.sh:
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@43414
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2009-05-08 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>
+
+ Reviewed by Xan Lopez.
+
+ Ship the gtk-doc.make file, so as to not depend on gtkdoc-tools.
+
+ * GNUmakefile.am:
+ * autogen.sh:
+
2009-05-06 Tor Arne Vestbø <tor.arne.vestbo@nokia.com>
Reviewed by Simon Hausmann.
# Files that will be distributed
EXTRA_DIST = \
+ $(srcdir)/gtk-doc.make \
WebKit/LICENSE \
$(javascriptcore_dist) \
$(webcore_dist) \
ORIGDIR=`pwd`
cd $srcdir
+GTKDOCIZE_FLAGS="--copy"
LIBTOOLIZE_FLAGS="--force --automake"
ACLOCAL_FLAGS="-I autotools"
AUTOMAKE_FLAGS="--foreign --add-missing"
touch README INSTALL
-gtkdocize || exit $?
+gtkdocize $GTKDOCIZE_FLAGS || exit $?
aclocal $ACLOCAL_FLAGS || exit $?
$LIBTOOLIZE $LIBTOOLIZE_FLAGS || exit $?
autoheader || exit $?