Reviewed by Gustavo Noronha.
Copy the NEWS file to the toplevel when creating the release
tarballs, otherwise it's a bit hard to find.
* GNUmakefile.am:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@60437
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2010-05-31 Xan Lopez <xlopez@igalia.com>
+
+ Reviewed by Gustavo Noronha.
+
+ Copy the NEWS file to the toplevel when creating the release
+ tarballs, otherwise it's a bit hard to find.
+
+ * GNUmakefile.am:
+
2010-05-27 Gustavo Noronha Silva <gns@gnome.org>
Final make distcheck fix - clean up generated GDOM files on distclean.
distclean-local:
-rm -rf $(GENSOURCES) $(GENPROGRAMS)
+dist-hook:
+ cp $(srcdir)/WebKit/gtk/NEWS $(distdir)/
+
install-data-local: po-install-data-local
installdirs-data-local: po-installdirs-data-local