]> git.lyx.org Git - lyx.git/commitdiff
Update cmake instructions
authorGeorg Baum <georg.baum@post.rwth-aachen.de>
Mon, 17 Oct 2011 20:10:29 +0000 (20:10 +0000)
committerGeorg Baum <georg.baum@post.rwth-aachen.de>
Mon, 17 Oct 2011 20:10:29 +0000 (20:10 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@39877 a592a061-630c-0410-9148-cb99ea01b6c8

INSTALL.Win32
INSTALL.cmake

index f9f6493bc1c00b0f3fc0613365047d12dfc30aa5..13730972dc3ef15d4cf935e8bf4a63a4a43881ec 100644 (file)
@@ -46,7 +46,7 @@ Compiling with Microsoft Visual C++
          Click Configure and set the generator to Visual Studio 10.
 
        - Enable LYX_DEPENDENCIES_DOWNLOAD and click Configure.
-      Pre-compiled dependencies will automatically be downloaded.
+         Pre-compiled dependencies will automatically be downloaded.
        
        - Set QT_QMAKE_EXECUTABLE to e.g.
          C:\Qt\qt-everywhere-opensource-src-4.7.1\bin\qmake.exe
index 980eb8556ac3c7222d4e02e77a89f0773439dbff..3ff0a73da104cc7f0c4387c73690df2db44bc996 100644 (file)
@@ -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
 ----------