Skip to content

Commit e576409

Browse files
committed
fix: install docs into share/doc/fluid
1 parent 53e9437 commit e576409

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ if(DOXYGEN_FOUND)
1818
)
1919

2020
install(DIRECTORY ${DOXYGEN_OUTPUT_DIR}/
21-
DESTINATION ${KDE_INSTALL_DATADIR}/doc/${PROJECT_NAME})
21+
DESTINATION ${KDE_INSTALL_DATADIR}/doc/fluid)
2222
endif()

0 commit comments

Comments
 (0)