Skip to content

Commit

Permalink
Fix doc-show cmake target
Browse files Browse the repository at this point in the history
  • Loading branch information
tarek-y-ismail committed Oct 9, 2024
1 parent 62a5d7e commit ab20ca9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,6 @@ mir_check_no_unreleased_symbols(mirserver release-checks)

if (TARGET doc)
add_custom_target(doc-show
xdg-open ${CMAKE_BINARY_DIR}/doc/html/index.html
xdg-open ${CMAKE_BINARY_DIR}/doc/sphinx/_build/index.html
DEPENDS doc)
endif()

0 comments on commit ab20ca9

Please sign in to comment.