Skip to content

Commit

Permalink
Change the install name of the documentation in PDF format.
Browse files Browse the repository at this point in the history
  • Loading branch information
redcode committed Sep 25, 2024
1 parent 48d8509 commit 254ae81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ if(${PROJECT_NAME}_WITH_PDF_DOCUMENTATION)

install(FILES "${_pdf_documentation_output}"
DESTINATION "${CMAKE_INSTALL_DOCDIR}"
RENAME "${PROJECT_NAME} v${PROJECT_VERSION}.pdf"
RENAME "${PROJECT_NAME}-${PROJECT_VERSION}-documentation.pdf"
COMPONENT ${PROJECT_NAME}_Documentation)
endif()

Expand Down

0 comments on commit 254ae81

Please sign in to comment.