Update cataloging.rst
[kohadocs.git] / README.md
index 50b6ed8..581559d 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,20 +1,19 @@
 Koha Documentation
 ==================
 
-This is the Koha Documentation Repository
+This is the main repository for the Koha manual.
+It is mirrored at git.koha-community.org.
 
-Documentation is generated with Sphinx.
+The manual is generated with Sphinx.
 
 Setup
 -----
 
-> sudo apt-get install python3-sphinx  python3-sphinxcontrib.spelling 
+> sudo apt-get install python3-sphinx  python3-sphinxcontrib.spelling
 
 Outputing Docs
 --------------
 
-> cd en/
-
 ### For HTML
 > make html
 
@@ -24,11 +23,30 @@ Outputing Docs
 ### For an epub
 >  make epub
 
+### For a pdf (Work in progress)
+
+Install latexmk, the latexpdf builder needs it
+
+> apt install latexmk 
+
+Install texlive-full. Attention: this is very huge
+
+> apt install texlive-full 
+
+Generate the latex files
+
+> make latex 
+
+Generate the PDF file
+
+> make latexpdf
+
+
 Other useful commands
 ---------------------
 
 To find everything that you can do, you can just do
-> cd en/
+
 > make
 
 And it will list all the available options. Some useful ones are
@@ -41,5 +59,3 @@ And it will list all the available options. Some useful ones are
 
 ### Generate .po files for translation
 > make gettext
-
-