Title: [172581] trunk
- Revision
- 172581
- Author
- [email protected]
- Date
- 2014-08-14 03:31:39 -0700 (Thu, 14 Aug 2014)
Log Message
[GTK] WebKit DOM documentation (webkitdomgtk) not installed after make install
https://bugs.webkit.org/show_bug.cgi?id=135836
Reviewed by Philippe Normand.
* Source/PlatformGTK.cmake: Add install command to also install
the GObject DOM bindings API docs.
Modified Paths
Diff
Modified: trunk/ChangeLog (172580 => 172581)
--- trunk/ChangeLog 2014-08-14 09:35:00 UTC (rev 172580)
+++ trunk/ChangeLog 2014-08-14 10:31:39 UTC (rev 172581)
@@ -1,3 +1,13 @@
+2014-08-14 Carlos Garcia Campos <[email protected]>
+
+ [GTK] WebKit DOM documentation (webkitdomgtk) not installed after make install
+ https://bugs.webkit.org/show_bug.cgi?id=135836
+
+ Reviewed by Philippe Normand.
+
+ * Source/PlatformGTK.cmake: Add install command to also install
+ the GObject DOM bindings API docs.
+
2014-08-14 Zan Dobersek <[email protected]>
Unreviewed. In r165709 I mistakenly appended the -fno-exceptions
Modified: trunk/Source/PlatformGTK.cmake (172580 => 172581)
--- trunk/Source/PlatformGTK.cmake 2014-08-14 09:35:00 UTC (rev 172580)
+++ trunk/Source/PlatformGTK.cmake 2014-08-14 10:31:39 UTC (rev 172581)
@@ -8,6 +8,7 @@
WebKit2
"${CMAKE_SOURCE_DIR}/Source/WebKit2/UIProcess/API/gtk/docs/webkit2gtk-docs.sgml"
"${CMAKE_SOURCE_DIR}/Source/WebKit2/UIProcess/API/gtk/docs/webkit2gtk-sections.txt"
+ GObjectDOMBindings
)
endif ()
@@ -15,6 +16,9 @@
install(DIRECTORY ${CMAKE_BINARY_DIR}/Documentation/webkit2gtk/html/
DESTINATION ${CMAKE_INSTALL_DATADIR}/gtk-doc/html/webkit2gtk
)
+ install(DIRECTORY ${CMAKE_BINARY_DIR}/Documentation/webkitdomgtk/html/
+ DESTINATION ${CMAKE_INSTALL_DATADIR}/gtk-doc/html/webkitdomgtk
+ )
endif ()
macro(ADD_GTKDOC_GENERATOR _stamp_name _extra_args)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes