summaryrefslogtreecommitdiffstats
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2021-08-26 03:26:21 +0200
committerSlávek Banko <slavek.banko@axis.cz>2021-08-26 14:18:18 +0200
commit39ec936b1fc1565b0fa34bf6421c4b1fa93cba03 (patch)
tree49bb513d6446c9873b49fdaed71b448e32f63438 /src/CMakeLists.txt
parente9d8d887c5ec276150871f1bff2509cc97e9eda7 (diff)
downloadtdesshaskpass-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.txt11
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( )