diff options
author | Slávek Banko <[email protected]> | 2018-10-22 18:18:48 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2018-10-22 18:43:30 +0200 |
commit | 69eafa6209580f1d3eebf42c74ff37f94e8d1f4a (patch) | |
tree | 4866780c5353ebc2ca9f34021179c7c38b174830 /doc/CMakeLists.txt | |
parent | 43addd52a72ee12615d4aa64774d94c0e37566dd (diff) | |
download | knmap-69eafa6209580f1d3eebf42c74ff37f94e8d1f4a.tar.gz knmap-69eafa6209580f1d3eebf42c74ff37f94e8d1f4a.zip |
Add a man page taken from tde-packaging.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 5c554033364c4ac569da7e47c7973f7d1c3f5115)
Diffstat (limited to 'doc/CMakeLists.txt')
-rw-r--r-- | doc/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt index c938175..6d0aa9f 100644 --- a/doc/CMakeLists.txt +++ b/doc/CMakeLists.txt @@ -1 +1 @@ -add_subdirectory( en ) +tde_auto_add_subdirectories( ) |