diff options
author | Slávek Banko <[email protected]> | 2020-06-06 19:26:20 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-06-06 19:26:20 +0200 |
commit | 314b6c2b8ab40783dfbce54ad18aa4ded60a6952 (patch) | |
tree | ed5fcbd85bb9d4651be261396410917cbfdf97d3 /doc/en | |
parent | 11c5062539a42b939727a3f0f8a6fbacc1b238be (diff) | |
download | kasablanca-314b6c2b8ab40783dfbce54ad18aa4ded60a6952.tar.gz kasablanca-314b6c2b8ab40783dfbce54ad18aa4ded60a6952.zip |
Move translations to a new directory layout.
Add support for LINGUAS for listing translations to install.
Use common cmake rules for documentation.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/en/CMakeLists.txt b/doc/en/CMakeLists.txt deleted file mode 100644 index c96df24..0000000 --- a/doc/en/CMakeLists.txt +++ /dev/null @@ -1,2 +0,0 @@ -tde_create_handbook( DESTINATION ${PROJECT_NAME} ) - |