diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-08-26 03:26:21 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-08-26 14:18:18 +0200 |
commit | 39ec936b1fc1565b0fa34bf6421c4b1fa93cba03 (patch) | |
tree | 49bb513d6446c9873b49fdaed71b448e32f63438 /src/CMakeLists.txt | |
parent | e9d8d887c5ec276150871f1bff2509cc97e9eda7 (diff) | |
download | tdesshaskpass-39ec936b1fc1565b0fa34bf6421c4b1fa93cba03.tar.gz tdesshaskpass-39ec936b1fc1565b0fa34bf6421c4b1fa93cba03.zip |
Use common rules to build and install documentation.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 344912f..7e4ca6c 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -24,14 +24,3 @@ tde_add_executable( ${PROJECT_NAME} AUTOMOC DESTINATION ${BIN_INSTALL_DIR} ) - - -##### other data - -if( BUILD_DOC ) - install( - FILES ${PROJECT_NAME}.1 - DESTINATION ${MAN_INSTALL_DIR}/man1 - COMPONENT doc - ) -endif( ) |