Title: [150117] trunk/Tools
- Revision
- 150117
- Author
- [email protected]
- Date
- 2013-05-15 09:13:23 -0700 (Wed, 15 May 2013)
Log Message
[GTK] Fails to build while generating gtkdoc
https://bugs.webkit.org/show_bug.cgi?id=115612
Patch by Alberto Garcia <[email protected]> on 2013-05-15
Reviewed by Philippe Normand.
Fix typo in the prerequisites of docs-build.stamp.
* GNUmakefile.am:
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (150116 => 150117)
--- trunk/Tools/ChangeLog 2013-05-15 16:11:32 UTC (rev 150116)
+++ trunk/Tools/ChangeLog 2013-05-15 16:13:23 UTC (rev 150117)
@@ -1,3 +1,14 @@
+2013-05-15 Alberto Garcia <[email protected]>
+
+ [GTK] Fails to build while generating gtkdoc
+ https://bugs.webkit.org/show_bug.cgi?id=115612
+
+ Reviewed by Philippe Normand.
+
+ Fix typo in the prerequisites of docs-build.stamp.
+
+ * GNUmakefile.am:
+
2013-05-15 Zan Dobersek <[email protected]>
Unreviewed, fixing the current test-webkitpy failure.
Modified: trunk/Tools/GNUmakefile.am (150116 => 150117)
--- trunk/Tools/GNUmakefile.am 2013-05-15 16:11:32 UTC (rev 150116)
+++ trunk/Tools/GNUmakefile.am 2013-05-15 16:13:23 UTC (rev 150117)
@@ -341,7 +341,7 @@
Source/WebKit2/UIProcess/API/gtk/docs/webkit2gtk-sections.txt
endif
-docs-build.stamp: $(doc_build_stamp_list)
+docs-build.stamp: $(docs_build_stamp_list)
CC=$(CC) $(srcdir)/Tools/gtk/generate-gtkdoc
@touch docs-build.stamp
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes