diff options
author | Slávek Banko <[email protected]> | 2013-09-22 19:11:05 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2013-09-22 19:11:05 +0200 |
commit | 5869aa7119dca906499ff23a11d26b821952d401 (patch) | |
tree | ae4d2a495bde803616c8dc06a6248886b809fbe0 /doc/CMakeLists.txt | |
parent | a1b468a591fd915c40ebabaf9762f1e66eb0da7a (diff) | |
download | kbfx-5869aa7119dca906499ff23a11d26b821952d401.tar.gz kbfx-5869aa7119dca906499ff23a11d26b821952d401.zip |
Fix build handbook and translations
This resolves Bug 1065
Diffstat (limited to 'doc/CMakeLists.txt')
-rw-r--r-- | doc/CMakeLists.txt | 26 |
1 files changed, 18 insertions, 8 deletions
diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt index bb975d8..14ae1a2 100644 --- a/doc/CMakeLists.txt +++ b/doc/CMakeLists.txt @@ -1,4 +1,18 @@ -SET(DOCFILES +################################################# +# +# (C) 2013 Slávek Banko +# slavek (DOT) banko (AT) axis.cz +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +add_subdirectory( en ) + +INSTALL( + FILES AUTHORS # ChangeLog # COPYING @@ -11,10 +25,6 @@ SET(DOCFILES # NEWS # README # TODO - ) - -#add_subdirectory( common ) -#add_subdirectory( en ) - -INSTALL(FILES ${DOCFILES} - DESTINATION ${DOC_INSTALL_DIR}/kbfx) + DESTINATION + ${SHARE_INSTALL_PREFIX}/doc/kbfx +) |