Skip to content

Commit

Permalink
[GLib] Install documentation into ${CMAKE_INSTALL_DATADIR}/doc
Browse files Browse the repository at this point in the history
https://bugs.webkit.org/show_bug.cgi?id=265133

Reviewed by Carlos Garcia Campos.

Projects that use gi-docgen do not generally install into the old
gtk-doc directory. Probably time to update our installation location.

* Source/cmake/FindGIDocgen.cmake:

Canonical link: https://commits.webkit.org/271014@main
  • Loading branch information
mcatanzaro committed Nov 21, 2023
1 parent bcd2223 commit a5bf279
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/cmake/FindGIDocgen.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ function(GI_DOCGEN namespace toml)

install(
DIRECTORY "${outdir}"
DESTINATION "${CMAKE_INSTALL_DATADIR}/gtk-doc/html"
DESTINATION "${CMAKE_INSTALL_DATADIR}/doc"
COMPONENT development
)

Expand Down

0 comments on commit a5bf279

Please sign in to comment.