diff options
author | Slávek Banko <[email protected]> | 2021-07-26 10:30:08 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-07-26 10:30:08 +0200 |
commit | b0a9a8156dc3eb9583a14278a6faf98f53f8fd7c (patch) | |
tree | 6e760651021ff76b76ff00e409ec2f4ed262afcf /doc | |
parent | bb4f8aa2c22626f64ea11e81da36d99340feef20 (diff) | |
download | kdpkg-b0a9a8156dc3eb9583a14278a6faf98f53f8fd7c.tar.gz kdpkg-b0a9a8156dc3eb9583a14278a6faf98f53f8fd7c.zip |
Use common rules for build and install documentation and translations.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/CMakeLists.txt | 1 | ||||
-rw-r--r-- | doc/man/CMakeLists.txt | 5 |
2 files changed, 0 insertions, 6 deletions
diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt deleted file mode 100644 index b0bb74c..0000000 --- a/doc/CMakeLists.txt +++ /dev/null @@ -1 +0,0 @@ -add_subdirectory( man ) diff --git a/doc/man/CMakeLists.txt b/doc/man/CMakeLists.txt deleted file mode 100644 index f377dfe..0000000 --- a/doc/man/CMakeLists.txt +++ /dev/null @@ -1,5 +0,0 @@ -INSTALL( - FILES ${PROJECT_NAME}.1 ${PROJECT_NAME}-install.1 - DESTINATION ${MAN_INSTALL_DIR}/man1 - COMPONENT doc -) |