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 /doc | |
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 'doc')
-rw-r--r-- | doc/en/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/en/CMakeLists.txt b/doc/en/CMakeLists.txt deleted file mode 100644 index ba3ef3e..0000000 --- a/doc/en/CMakeLists.txt +++ /dev/null @@ -1 +0,0 @@ -tde_create_handbook( DESTINATION ${PROJECT_NAME} ) |