summaryrefslogtreecommitdiff
path: root/data/help/CMakeLists.txt
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2011-06-13 21:41:56 +0300
committerAndrei Karas <akaras@inbox.ru>2011-06-13 21:41:56 +0300
commitfb0f86589ae9e2d582383cea43e0a391e8d4739d (patch)
treedd4fc71e502b302a17eec8c8d6034cacf3158a82 /data/help/CMakeLists.txt
parente364eb8a2d1bc92af484a2251723275628fe3c18 (diff)
downloadplus-fb0f86589ae9e2d582383cea43e0a391e8d4739d.tar.gz
plus-fb0f86589ae9e2d582383cea43e0a391e8d4739d.tar.bz2
plus-fb0f86589ae9e2d582383cea43e0a391e8d4739d.tar.xz
plus-fb0f86589ae9e2d582383cea43e0a391e8d4739d.zip
Rename pt_PT help dir to pt. Fix make files in tips dirs.
Add support for pt/pt_BR help in windows installer.
Diffstat (limited to 'data/help/CMakeLists.txt')
-rw-r--r--data/help/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/data/help/CMakeLists.txt b/data/help/CMakeLists.txt
index c2ed62d3a..66118f461 100644
--- a/data/help/CMakeLists.txt
+++ b/data/help/CMakeLists.txt
@@ -14,6 +14,8 @@ SET(FILES
ADD_SUBDIRECTORY(es)
ADD_SUBDIRECTORY(fr)
ADD_SUBDIRECTORY(ru)
+ADD_SUBDIRECTORY(pt)
+ADD_SUBDIRECTORY(pt_BR)
ADD_SUBDIRECTORY(tips)
INSTALL(FILES ${FILES} DESTINATION ${DATA_DIR}/help)