From 9522d4277dad346c1dfe4982f5dcc56014b3dfb8 Mon Sep 17 00:00:00 2001
From: Elemer Lelik <erititan@users.noreply.github.com>
Date: Thu, 5 Jan 2017 13:11:17 +0100
Subject: [PATCH] Update README.linux

---
 README.linux | 14 ++++++++++----
 1 file changed, 10 insertions(+), 4 deletions(-)

diff --git a/README.linux b/README.linux
index 157a79d0a..16d8c4754 100644
--- a/README.linux
+++ b/README.linux
@@ -38,10 +38,16 @@ cat MakefileFOSS.cfg
 LICENSING := no
 USAGE_STATS := no
 
-If you want to use your build within teh Ericsson domain: delete MakefileFOSS.cfg
-This will enable licensing.
+If you want to use your build within the Ericsson domain: delete MakefileFOSS.cfg
+This will enable Ericsson internal-only licensing and statistics.
+ 
+GEN_PDF set to yes will convert Word documents to PDF using a web service available within Ericsson only.
+Alternatively, one can install libreoffice and convert the documentation files as below:
 
-Several build options are possible; for details on options please read through the Makefile.cfg.
+cd titan.core/userguide
+libreoffice -convert-to pdf *.doc *.docx
+
+Several other build options are possible; for details on options please read through the Makefile.cfg.
 Options can be overridden by the content of  a file named Makefile.personal which can be used to 
 adapt to local installation directories, change config options etc.
 Below, a small number of typical scenarios are presented.
@@ -49,7 +55,7 @@ Below, a small number of typical scenarios are presented.
 a) JNI  disabled, gcc compiler (default)
 
 The JNI interface is used by the Eclipse Titan Executor or by the Java Executor API.
-If you don't need them , Titan can be compiled without JNI. 
+If you don't need them, Titan can be compiled without JNI. 
 
 Create ~/titan.core/Makefile.personal to override settings in Makefile.cfg with the following content:
 (replace paths with values relevant to your installation)
-- 
GitLab