Skip to content

Commit

Permalink
fix: install docs into share/doc/fluid
Browse files Browse the repository at this point in the history
  • Loading branch information
plfiorini committed Nov 2, 2024
1 parent 53e9437 commit e576409
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ if(DOXYGEN_FOUND)
)

install(DIRECTORY ${DOXYGEN_OUTPUT_DIR}/
DESTINATION ${KDE_INSTALL_DATADIR}/doc/${PROJECT_NAME})
DESTINATION ${KDE_INSTALL_DATADIR}/doc/fluid)
endif()

0 comments on commit e576409

Please sign in to comment.