From 1595f1913beb9d0eab989ab68b0d845d0ceb9a21 Mon Sep 17 00:00:00 2001
From: chipforge <hsank@nospam.chipforge.org>
Date: Tue, 5 Feb 2019 13:58:22 +0100
Subject: [PATCH] [DOC] rectify documentation section, add hint to 'make doc'

---
 README.md | 18 ++++++++++++++----
 1 file changed, 14 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index 9b96021..92ac750 100644
--- a/README.md
+++ b/README.md
@@ -36,13 +36,23 @@ for the whole die.
 
 For documentation we are using LaTeX.
 
-All LaTeX files are stored inside
+All original LaTeX files are stored inside
 
 * Documentation/LaTeX Folder
 
-Please read the documentation carefully.
+You can build the documentation out of the LaTeX sources just by using the Makefile
 
-If you do not understand, what the hack we are doing here, please sit back with a good textbook about CMOS or ASIC technology development and learn. Please come back later.
+```
+make doc
+```
+
+on top of the project directory.
+Please read the documentation with the PDF Viewer of your choise
 
-This branch was created to add the high-voltage NMOS device.
+```
+$PDFVIEWER Documentation/PearlRiver.pdf
+```
+carefully.
+
+If you do not understand, what the hack we are doing here, please sit back with a good textbook about CMOS or ASIC technology development and learn. Please come back later.
 
-- 
GitLab