diff options
author | Slávek Banko <[email protected]> | 2020-07-06 18:58:33 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-07-06 18:58:33 +0200 |
commit | b555091a39e8aaffa1b5c67d0f4d7212e670efd2 (patch) | |
tree | 4a2ba87956cf9b0ebbd75f28786eb5c03744acdf /misc | |
parent | 9977caccb33207b4dabc61485239d865f8aca639 (diff) | |
download | codeine-b555091a39e8aaffa1b5c67d0f4d7212e670efd2.tar.gz codeine-b555091a39e8aaffa1b5c67d0f4d7212e670efd2.zip |
Do not install codeinerc - the default configuration will be used.
Clean up unused CMakeLists.txt, which have been replaced
by common cmake rules for documentation.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'misc')
-rw-r--r-- | misc/CMakeLists.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/misc/CMakeLists.txt b/misc/CMakeLists.txt index b1ae91e..d0f0b3c 100644 --- a/misc/CMakeLists.txt +++ b/misc/CMakeLists.txt @@ -10,11 +10,6 @@ install( DESTINATION ${DATA_INSTALL_DIR}/${PROJECT_NAME} ) -install( - FILES ${PROJECT_NAME}rc - DESTINATION ${CONFIG_INSTALL_DIR} -) - tde_create_translated_desktop( ${PROJECT_NAME}.desktop ) tde_create_translated_desktop( |