diff options
author | Slávek Banko <[email protected]> | 2021-07-22 11:21:34 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-07-22 11:21:34 +0200 |
commit | 3b4b5a1fad7ffa13a3c41162eadb51b01915014d (patch) | |
tree | 118e47ce9453baebd57c841722b883183a9f3dcb /doc/de | |
parent | 259fd92de7328e381b675c17ae807e5199080663 (diff) | |
download | kbiff-3b4b5a1fad7ffa13a3c41162eadb51b01915014d.tar.gz kbiff-3b4b5a1fad7ffa13a3c41162eadb51b01915014d.zip |
Use common rules for build and install documentation and translations.
Simplify the structure of the documentation directories.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'doc/de')
-rw-r--r-- | doc/de/CMakeLists.txt | 1 | ||||
-rw-r--r-- | doc/de/index.docbook (renamed from doc/de/kbiff/index.docbook) | 0 | ||||
-rw-r--r-- | doc/de/kbiff/CMakeLists.txt | 1 |
3 files changed, 0 insertions, 2 deletions
diff --git a/doc/de/CMakeLists.txt b/doc/de/CMakeLists.txt deleted file mode 100644 index 51feb67..0000000 --- a/doc/de/CMakeLists.txt +++ /dev/null @@ -1 +0,0 @@ -add_subdirectory( ${PROJECT_NAME} ) diff --git a/doc/de/kbiff/index.docbook b/doc/de/index.docbook index 881f88e..881f88e 100644 --- a/doc/de/kbiff/index.docbook +++ b/doc/de/index.docbook diff --git a/doc/de/kbiff/CMakeLists.txt b/doc/de/kbiff/CMakeLists.txt deleted file mode 100644 index eca4bd4..0000000 --- a/doc/de/kbiff/CMakeLists.txt +++ /dev/null @@ -1 +0,0 @@ -tde_create_handbook( DESTINATION ${PROJECT_NAME} LANG de ) |