Title: [98496] trunk/Source
Revision
98496
Author
a...@webkit.org
Date
2011-10-26 10:35:41 -0700 (Wed, 26 Oct 2011)

Log Message

2011-10-26  Alejandro G. Castro  <a...@igalia.com>

        [GTK] Fix distcheck compilation
        https://bugs.webkit.org/show_bug.cgi?id=70921

        Add EventTargetFactory.in to the dist files, required after
        r98388.

        Reviewed by Martin Robinson.

        * GNUmakefile.am:

2011-10-26  Alejandro G. Castro  <a...@igalia.com>

        [GTK] Fix distcheck compilation
        https://bugs.webkit.org/show_bug.cgi?id=70921

        Add new files required by doc compilation to the clean process.

        Reviewed by Martin Robinson.

        * docs/GNUmakefile.am:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (98495 => 98496)


--- trunk/Source/WebCore/ChangeLog	2011-10-26 17:12:13 UTC (rev 98495)
+++ trunk/Source/WebCore/ChangeLog	2011-10-26 17:35:41 UTC (rev 98496)
@@ -1,3 +1,15 @@
+2011-10-26  Alejandro G. Castro  <a...@igalia.com>
+
+        [GTK] Fix distcheck compilation
+        https://bugs.webkit.org/show_bug.cgi?id=70921
+
+        Add EventTargetFactory.in to the dist files, required after
+        r98388.
+
+        Reviewed by Martin Robinson.
+
+        * GNUmakefile.am:
+
 2011-10-26  Michael Saboff  <msab...@apple.com>
 
         Increase StringImpl Flag Bits for 8 bit Strings

Modified: trunk/Source/WebCore/GNUmakefile.am (98495 => 98496)


--- trunk/Source/WebCore/GNUmakefile.am	2011-10-26 17:12:13 UTC (rev 98495)
+++ trunk/Source/WebCore/GNUmakefile.am	2011-10-26 17:35:41 UTC (rev 98496)
@@ -881,6 +881,7 @@
 	Source/WebCore/css/view-source.css \
 	Source/WebCore/css/WebKitFontFamilyNames.in \
 	Source/WebCore/dom/EventFactory.in \
+	Source/WebCore/dom/EventTargetFactory.in \
 	Source/WebCore/dom/make_names.pl \
 	Source/WebCore/dom/make_event_factory.pl \
 	Source/WebCore/html/HTMLAttributeNames.in \

Modified: trunk/Source/WebKit/gtk/ChangeLog (98495 => 98496)


--- trunk/Source/WebKit/gtk/ChangeLog	2011-10-26 17:12:13 UTC (rev 98495)
+++ trunk/Source/WebKit/gtk/ChangeLog	2011-10-26 17:35:41 UTC (rev 98496)
@@ -1,3 +1,14 @@
+2011-10-26  Alejandro G. Castro  <a...@igalia.com>
+
+        [GTK] Fix distcheck compilation
+        https://bugs.webkit.org/show_bug.cgi?id=70921
+
+        Add new files required by doc compilation to the clean process.
+
+        Reviewed by Martin Robinson.
+
+        * docs/GNUmakefile.am:
+
 2011-10-26  Zalan Bujtas  <zbuj...@gmail.com>
 
         Name viewport change event consistently.

Modified: trunk/Source/WebKit/gtk/docs/GNUmakefile.am (98495 => 98496)


--- trunk/Source/WebKit/gtk/docs/GNUmakefile.am	2011-10-26 17:12:13 UTC (rev 98495)
+++ trunk/Source/WebKit/gtk/docs/GNUmakefile.am	2011-10-26 17:35:41 UTC (rev 98496)
@@ -116,7 +116,12 @@
 # for --rebuild-types in $(SCAN_OPTIONS), e.g. $(DOC_MODULE).types
 # for --rebuild-sections in $(SCAN_OPTIONS) e.g. $(DOC_MODULE)-sections.txt
 DISTCLEANFILES += \
-	$(top_builddir)/Source/WebKit/gtk/docs/version.xml
+	$(top_builddir)/Source/WebKit/gtk/docs/version.xml \
+	$(top_builddir)/tmpl-build.stamp \
+	$(top_builddir)/doc-setup-build.stamp \
+	$(top_builddir)/html-build.stamp \
+	$(top_builddir)/scan-build.stamp \
+	$(top_builddir)/sgml-build.stamp
 
 # Comment this out if you want your docs-status tested during 'make check'
 #TESTS = $(GTKDOC_CHECK)
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to