]> git.lyx.org Git - lyx.git/blobdiff - po/CMakeLists.txt
Tweak ruff configuration
[lyx.git] / po / CMakeLists.txt
index 065448e6e542828608d1288cbe9e409cef884af0..8b3cbf37ee263c14c5066e30fb54df65d7508a20 100755 (executable)
@@ -271,4 +271,6 @@ ADD_CUSTOM_TARGET(update-gmo DEPENDS ${LYX_UPDATED_GMO_FILES})
 ADD_CUSTOM_TARGET(update-po DEPENDS ${LYX_UPDATED_PO_FILES} ${LYX_UPDATED_GMO_FILES})
 set_target_properties(update-po update-gmo PROPERTIES FOLDER "i18n")
 add_dependencies(update-po translations)
+add_dependencies(update-gmo translations)
+add_dependencies(update-gmo update-po)