X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=INSTALL.cmake;h=3ff0a73da104cc7f0c4387c73690df2db44bc996;hb=55a3dd7b346d29a52ba305a4558e9e380ef50f47;hp=980eb8556ac3c7222d4e02e77a89f0773439dbff;hpb=842f0d3d44f31d05f7200199945fa44fa031097b;p=lyx.git diff --git a/INSTALL.cmake b/INSTALL.cmake index 980eb8556a..3ff0a73da1 100644 --- a/INSTALL.cmake +++ b/INSTALL.cmake @@ -275,6 +275,24 @@ Xcode/Mac +Updating the translations +---------- + + Read README.localization for information on the translation process. + Here we list only the cmake specific part. As with the autotools build + system the translations are only updated on demand. + + - Update .po files and create .gmo files (does not touch the source tree): + make translations + + - Copy the updated .po files into the source tree for committing: + make update-po + + - Update the layouttranslations file in the source tree: + make layouttranslations1 + + + Packaging ----------