summaryrefslogtreecommitdiffstats
path: root/desktop
diff options
context:
space:
mode:
authorPiotr Dziwinski <piotrdz@gmail.com>2013-06-22 21:32:30 +0200
committerPiotr Dziwinski <piotrdz@gmail.com>2013-06-22 21:32:30 +0200
commita224ae4408a60a3385913af69906743b7f8f6790 (patch)
tree0bc8d0a0cd63479391b050ec28671b0c41671639 /desktop
parentbfcce26f8949f4ba42cc1bd8203dff51884aa0da (diff)
downloadcolobot-a224ae4408a60a3385913af69906743b7f8f6790.tar.gz
colobot-a224ae4408a60a3385913af69906743b7f8f6790.tar.bz2
colobot-a224ae4408a60a3385913af69906743b7f8f6790.zip
Fix man build target dependencies
* could cause fails when make is run with many threads
Diffstat (limited to 'desktop')
-rw-r--r--desktop/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop/CMakeLists.txt b/desktop/CMakeLists.txt
index 23f2280..cf1409c 100644
--- a/desktop/CMakeLists.txt
+++ b/desktop/CMakeLists.txt
@@ -92,6 +92,7 @@ if(PO4A)
string(REGEX REPLACE ".po$" "" LINGUAS ${LINGUAS_PO})
foreach(LOCALE ${LINGUAS})
podman(PODFILE lang/${LOCALE}/colobot.pod LOCALE ${LOCALE})
+ add_dependencies(man${PM_LOCALE} man_po4a)
endforeach()
endif()
endif()