diff options
author | Slávek Banko <[email protected]> | 2020-05-02 16:34:48 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-05-02 16:34:48 +0200 |
commit | 6e896b3d1abed2b310c43fbba0c0798ac4f9ade2 (patch) | |
tree | 0cdcf2755bca53742d9bbc7b416a3ff7da30c1dd /doc/en/CMakeLists.txt | |
parent | a1198715fd2d6b6cded10e11935827880a75b0c1 (diff) | |
download | kshutdown-6e896b3d1abed2b310c43fbba0c0798ac4f9ade2.tar.gz kshutdown-6e896b3d1abed2b310c43fbba0c0798ac4f9ade2.zip |
Move translations to a new directory layout.
Add support for LINGUAS for listing translations to install.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'doc/en/CMakeLists.txt')
-rw-r--r-- | doc/en/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/en/CMakeLists.txt b/doc/en/CMakeLists.txt new file mode 100644 index 0000000..ba3ef3e --- /dev/null +++ b/doc/en/CMakeLists.txt @@ -0,0 +1 @@ +tde_create_handbook( DESTINATION ${PROJECT_NAME} ) |