Title: [98842] trunk/Source
Revision
98842
Author
carlo...@webkit.org
Date
2011-10-31 03:26:48 -0700 (Mon, 31 Oct 2011)

Log Message

Unreviewed. Fix make distcheck build.

Source/WebCore:

* GNUmakefile.am: Add InFilesCompiler.pm to SCRIPTS_BINDINGS and
EXTRA_DIST. Also remove duplicated entries in EXTRA_DIST.

Source/WebKit2:

* GNUmakefile.am: Remove docs/GNUmakefile.in from EXTRA_DIST,
since its generation was removed from configure.ac in r98498.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (98841 => 98842)


--- trunk/Source/WebCore/ChangeLog	2011-10-31 09:35:58 UTC (rev 98841)
+++ trunk/Source/WebCore/ChangeLog	2011-10-31 10:26:48 UTC (rev 98842)
@@ -1,3 +1,10 @@
+2011-10-31  Carlos Garcia Campos  <cgar...@igalia.com>
+
+        Unreviewed. Fix make distcheck build.
+
+        * GNUmakefile.am: Add InFilesCompiler.pm to SCRIPTS_BINDINGS and
+        EXTRA_DIST. Also remove duplicated entries in EXTRA_DIST.
+
 2011-10-31  Pavel Feldman  <pfeld...@chromium.org>
 
         Web Inspector: factor out ResourceUtils, clean up externs.

Modified: trunk/Source/WebCore/GNUmakefile.am (98841 => 98842)


--- trunk/Source/WebCore/GNUmakefile.am	2011-10-31 09:35:58 UTC (rev 98841)
+++ trunk/Source/WebCore/GNUmakefile.am	2011-10-31 10:26:48 UTC (rev 98842)
@@ -657,6 +657,7 @@
 	$(WebCore)/bindings/scripts/CodeGenerator.pm \
 	$(WebCore)/bindings/scripts/IDLParser.pm \
 	$(WebCore)/bindings/scripts/IDLStructure.pm \
+	$(WebCore)/bindings/scripts/InFilesCompiler.pm \
 	$(WebCore)/bindings/scripts/InFilesParser.pm \
 	$(WebCore)/bindings/scripts/generate-bindings.pl \
 	$(WebCore)/bindings/scripts/preprocessor.pm
@@ -857,20 +858,16 @@
 	$(shell ls $(srcdir)/Source/WebCore/xml/*.idl) \
 	Source/ThirdParty/ANGLE/src/compiler/glslang.l \
 	Source/ThirdParty/ANGLE/src/compiler/glslang.y \
-	Source/WebCore/bindings/scripts/CodeGenerator.pm \
-	Source/WebCore/bindings/scripts/IDLParser.pm \
-	Source/WebCore/bindings/scripts/IDLStructure.pm \
-	Source/WebCore/bindings/scripts/InFilesParser.pm \
-	Source/WebCore/bindings/scripts/generate-bindings.pl \
-	Source/WebCore/bindings/scripts/preprocessor.pm \
 	Source/WebCore/bindings/scripts/CodeGeneratorGObject.pm \
 	Source/WebCore/bindings/scripts/CodeGeneratorJS.pm \
 	Source/WebCore/bindings/scripts/CodeGenerator.pm \
-	Source/WebCore/bindings/scripts/generate-bindings.pl \
-	Source/WebCore/bindings/scripts/gobject-generate-headers.pl \
 	Source/WebCore/bindings/scripts/IDLParser.pm \
 	Source/WebCore/bindings/scripts/IDLStructure.pm \
+	Source/WebCore/bindings/scripts/InFilesCompiler.pm \
 	Source/WebCore/bindings/scripts/InFilesParser.pm \
+	Source/WebCore/bindings/scripts/generate-bindings.pl \
+	Source/WebCore/bindings/scripts/gobject-generate-headers.pl \
+	Source/WebCore/bindings/scripts/preprocessor.pm \
 	Source/WebCore/ChangeLog \
 	Source/WebCore/css/CSSGrammar.y \
 	Source/WebCore/css/CSSPropertyNames.in \

Modified: trunk/Source/WebKit2/ChangeLog (98841 => 98842)


--- trunk/Source/WebKit2/ChangeLog	2011-10-31 09:35:58 UTC (rev 98841)
+++ trunk/Source/WebKit2/ChangeLog	2011-10-31 10:26:48 UTC (rev 98842)
@@ -1,3 +1,10 @@
+2011-10-31  Carlos Garcia Campos  <cgar...@igalia.com>
+
+        Unreviewed. Fix make distcheck build.
+
+        * GNUmakefile.am: Remove docs/GNUmakefile.in from EXTRA_DIST,
+        since its generation was removed from configure.ac in r98498.
+
 2011-10-28  Jeff Miller  <je...@apple.com>
 
         More work on WebKit2 should respect WebKitOmitPDFSupport preference on the Mac

Modified: trunk/Source/WebKit2/GNUmakefile.am (98841 => 98842)


--- trunk/Source/WebKit2/GNUmakefile.am	2011-10-31 09:35:58 UTC (rev 98841)
+++ trunk/Source/WebKit2/GNUmakefile.am	2011-10-31 10:26:48 UTC (rev 98842)
@@ -1395,7 +1395,6 @@
 	$(WebKit2)/UIProcess/API/gtk/docs/webkit2gtk-sections.txt \
 	$(WebKit2)/UIProcess/API/gtk/docs/version.xml.in \
 	$(WebKit2)/UIProcess/API/gtk/docs/webkit2gtk.types \
-	$(WebKit2)/UIProcess/API/gtk/docs/GNUmakefile.in \
 	$(WebKit2)/Scripts/generate-message-receiver.py \
 	$(WebKit2)/Scripts/generate-messages-header.py \
 	$(WebKit2)/Scripts/webkit2/__init__.py \
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to