diff options
author | Slávek Banko <[email protected]> | 2019-02-10 16:22:59 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2019-02-10 16:22:59 +0100 |
commit | 707a1272fc03fdc92279d73e702cb1bd51f89aa2 (patch) | |
tree | 32659fe088406ead5e335dac8429e133ccd4c55a /doc | |
parent | d6befa7beb523d699ce80f141f5d01c53d4999b9 (diff) | |
download | dolphin-707a1272fc03fdc92279d73e702cb1bd51f89aa2.tar.gz dolphin-707a1272fc03fdc92279d73e702cb1bd51f89aa2.zip |
cmake: Add rules to build documentation and translations.
This partially resolves issue #2.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/CMakeLists.txt | 1 | ||||
-rw-r--r-- | doc/en/CMakeLists.txt | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt new file mode 100644 index 0000000..6d0aa9f --- /dev/null +++ b/doc/CMakeLists.txt @@ -0,0 +1 @@ +tde_auto_add_subdirectories( ) diff --git a/doc/en/CMakeLists.txt b/doc/en/CMakeLists.txt new file mode 100644 index 0000000..d947fd9 --- /dev/null +++ b/doc/en/CMakeLists.txt @@ -0,0 +1 @@ +tde_create_handbook( DESTINATION d3lphin ) |