Title: [172622] trunk
Revision
172622
Author
[email protected]
Date
2014-08-15 02:16:07 -0700 (Fri, 15 Aug 2014)

Log Message

[GTK] HTML API documentation should also be installed versioned
https://bugs.webkit.org/show_bug.cgi?id=135970

Reviewed by Philippe Normand.

* Source/PlatformGTK.cmake: Append -${WEBKITGTK_API_VERSION} to
the directory name.

Modified Paths

Diff

Modified: trunk/ChangeLog (172621 => 172622)


--- trunk/ChangeLog	2014-08-15 04:24:33 UTC (rev 172621)
+++ trunk/ChangeLog	2014-08-15 09:16:07 UTC (rev 172622)
@@ -1,3 +1,13 @@
+2014-08-15  Carlos Garcia Campos  <[email protected]>
+
+        [GTK] HTML API documentation should also be installed versioned
+        https://bugs.webkit.org/show_bug.cgi?id=135970
+
+        Reviewed by Philippe Normand.
+
+        * Source/PlatformGTK.cmake: Append -${WEBKITGTK_API_VERSION} to
+        the directory name.
+
 2014-08-14  Tomas Popela  <[email protected]>
 
         Add support for ppc, ppc64, ppc64le, s390, s390x into the CMake build

Modified: trunk/Source/PlatformGTK.cmake (172621 => 172622)


--- trunk/Source/PlatformGTK.cmake	2014-08-15 04:24:33 UTC (rev 172621)
+++ trunk/Source/PlatformGTK.cmake	2014-08-15 09:16:07 UTC (rev 172622)
@@ -14,10 +14,10 @@
 
 if (ENABLE_GTKDOC)
     install(DIRECTORY ${CMAKE_BINARY_DIR}/Documentation/webkit2gtk/html/
-            DESTINATION ${CMAKE_INSTALL_DATADIR}/gtk-doc/html/webkit2gtk
+            DESTINATION "${CMAKE_INSTALL_DATADIR}/gtk-doc/html/webkit2gtk-${WEBKITGTK_API_VERSION}"
     )
     install(DIRECTORY ${CMAKE_BINARY_DIR}/Documentation/webkitdomgtk/html/
-            DESTINATION ${CMAKE_INSTALL_DATADIR}/gtk-doc/html/webkitdomgtk
+            DESTINATION "${CMAKE_INSTALL_DATADIR}/gtk-doc/html/webkitdomgtk-${WEBKITGTK_API_VERSION}"
     )
 endif ()
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to