diff options
author | gregory guy <[email protected]> | 2020-05-21 16:18:26 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-05-26 15:02:33 +0200 |
commit | eb30e07ba19e45de980c0f86e8b39078621023a5 (patch) | |
tree | 291987d8584f0aeefab59363b2aedd98e79c8e97 /doc/en/CMakeLists.txt | |
parent | 970528b7299b0bd73b663e0b73eca25abb382c76 (diff) | |
download | kscope-eb30e07ba19e45de980c0f86e8b39078621023a5.tar.gz kscope-eb30e07ba19e45de980c0f86e8b39078621023a5.zip |
Add a man page.
Move the kscope.desktop file into XDG_APPS_INSTALL_DIR directory,
see TDE/tde#26 and bug 2408.
Delete empty folder templates.
Signed-off-by: gregory guy <[email protected]>
(cherry picked from commit 368ee23e036f50097ed148eaedfbead308a7ff26)
Diffstat (limited to 'doc/en/CMakeLists.txt')
-rw-r--r-- | doc/en/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/en/CMakeLists.txt b/doc/en/CMakeLists.txt new file mode 100644 index 0000000..94cfac3 --- /dev/null +++ b/doc/en/CMakeLists.txt @@ -0,0 +1,2 @@ + +tde_create_handbook( DESTINATION ${PROJECT_NAME} ) |