Fix man build target dependencies

* could cause fails when make is run with many threads
dev-ui
Piotr Dziwinski 2013-06-22 21:32:30 +02:00
parent bfcce26f89
commit a224ae4408
1 changed files with 1 additions and 0 deletions

View File

@ -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()