Title: [243066] trunk/Tools
Revision
243066
Author
[email protected]
Date
2019-03-18 08:34:50 -0700 (Mon, 18 Mar 2019)

Log Message

[WPE] Tarballs generated with “make dist” cannot build documentation
https://bugs.webkit.org/show_bug.cgi?id=195885

Reviewed by Carlos Garcia Campos.

* wpe/manifest.txt.in: Add missing Tools/glib/common.py file to be included in release tarballs.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (243065 => 243066)


--- trunk/Tools/ChangeLog	2019-03-18 15:29:10 UTC (rev 243065)
+++ trunk/Tools/ChangeLog	2019-03-18 15:34:50 UTC (rev 243066)
@@ -1,5 +1,14 @@
 2019-03-18  Adrian Perez de Castro  <[email protected]>
 
+        [WPE] Tarballs generated with “make dist” cannot build documentation
+        https://bugs.webkit.org/show_bug.cgi?id=195885
+
+        Reviewed by Carlos Garcia Campos.
+
+        * wpe/manifest.txt.in: Add missing Tools/glib/common.py file to be included in release tarballs.
+
+2019-03-18  Adrian Perez de Castro  <[email protected]>
+
         [GTK][WPE] Cryptic error from Tools/gtkdoc/generate-gtkdoc
         https://bugs.webkit.org/show_bug.cgi?id=195883
 

Modified: trunk/Tools/wpe/manifest.txt.in (243065 => 243066)


--- trunk/Tools/wpe/manifest.txt.in	2019-03-18 15:29:10 UTC (rev 243065)
+++ trunk/Tools/wpe/manifest.txt.in	2019-03-18 15:34:50 UTC (rev 243066)
@@ -84,6 +84,7 @@
 exclude Tools/wpe/jhbuild.modules
 exclude Tools/wpe/jhbuildrc
 
+file Tools/glib/common.py
 file Tools/glib/generate-inspector-gresource-manifest.py
 
 directory Tools/gtkdoc
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to