From 323e03fb3221176e634b2624eb6bcfc53a989aad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Tue, 5 Apr 2016 10:25:40 +0200 Subject: [PATCH] Update documentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Čihař --- README.rst | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 271ec24fea..06f6decea5 100644 --- a/README.rst +++ b/README.rst @@ -21,8 +21,23 @@ For manipulating with translations, you need gettext and sphinx installed. Usage ----- -To start new translation just add it to Makefile. +To start new translation just add it to the Makefile. -To regenerate mofiles use script make. +To regenerate mofiles run: -To obtain statistics about current translations run locales-stats. +.. code-block:: sh + + make + +To obtain statistics about current translations run: + +.. code-block:: sh + + ./locales-stats + +To update documentation run: + +.. code-block:: sh + + git submodule update --remote + make