mirror of
https://github.com/facebook/zstd
synced 2026-08-22 22:32:07 -04:00
Use GNUInstallDirs DOCDIR for installing the manual
This commit is contained in:
parent
77fa1d6e42
commit
e400a86f17
1 changed files with 1 additions and 1 deletions
|
|
@ -27,4 +27,4 @@ ADD_CUSTOM_TARGET(zstd_manual.html ALL
|
|||
${GENHTML_BINARY} "${LIBVERSION}" "${LIBRARY_DIR}/zstd.h" "${PROJECT_BINARY_DIR}/zstd_manual.html"
|
||||
DEPENDS gen_html COMMENT "Update zstd manual")
|
||||
|
||||
INSTALL(FILES "${PROJECT_BINARY_DIR}/zstd_manual.html" DESTINATION "${CMAKE_INSTALL_PREFIX}/${DOC_INSTALL_DIR}")
|
||||
INSTALL(FILES "${PROJECT_BINARY_DIR}/zstd_manual.html" DESTINATION "${CMAKE_INSTALL_DOCDIR}")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue