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:23:37 +0100 |
commit | 2aebb287fa8672fd2a8b461c0eee6f020776c5c3 (patch) | |
tree | fa36e0e332895476ccead28104c568ec91ec700b /doc/en | |
parent | e404567f7756495e486bda95b43dc68e3b1b5486 (diff) | |
download | dolphin-2aebb287fa8672fd2a8b461c0eee6f020776c5c3.tar.gz dolphin-2aebb287fa8672fd2a8b461c0eee6f020776c5c3.zip |
cmake: Add rules to build documentation and translations.
This partially resolves issue #2.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 707a1272fc03fdc92279d73e702cb1bd51f89aa2)
Diffstat (limited to 'doc/en')
-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..d947fd9 --- /dev/null +++ b/doc/en/CMakeLists.txt @@ -0,0 +1 @@ +tde_create_handbook( DESTINATION d3lphin ) |