From a224ae4408a60a3385913af69906743b7f8f6790 Mon Sep 17 00:00:00 2001 From: Piotr Dziwinski Date: Sat, 22 Jun 2013 21:32:30 +0200 Subject: Fix man build target dependencies * could cause fails when make is run with many threads --- desktop/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'desktop/CMakeLists.txt') 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() -- cgit v1.2.3-1-g7c22