Fix man build target dependencies
* could cause fails when make is run with many threadsdev-ui
parent
bfcce26f89
commit
a224ae4408
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue