[Pkg-owncloud-commits] [owncloud-doc] 215/227: Update README.rst
David Prévot
taffit at moszumanska.debian.org
Sat Oct 11 17:20:51 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud-doc.
commit e1ae56f6d3c5d7bea19f319ecfa3d95922147e8f
Author: Carla Schroder <carla at owncloud.com>
Date: Tue Oct 7 08:50:51 2014 -0700
Update README.rst
Markup and spelling corrections
---
README.rst | 40 ++++++++++++++++++++--------------------
1 file changed, 20 insertions(+), 20 deletions(-)
diff --git a/README.rst b/README.rst
index e69db43..5748b40 100644
--- a/README.rst
+++ b/README.rst
@@ -75,28 +75,28 @@ be found in the ``_build/html`` subdirectory. PDFs can be build with the
The openSUSE way
~~~~~~~~~~~~~~~~
- sudo zypper in pyhton-Sphinx
- sudo zypper in pyhton-rst2pdf
- sudo zypper in pdfjam # pull in latexpdf and all of texlive
- sudo zypper in texlive-threeparttable
- sudo zypper in texlive-wrapfig
- sudo zypper in texlive-multirow
- cd user_manual
- make latexpdf
- okular _build/latex/ownCloudUserManual.pdf
+* sudo zypper in pyhton-Sphinx
+* sudo zypper in pyhton-rst2pdf
+* sudo zypper in pdfjam # pull in latexpdf and all of texlive
+* sudo zypper in texlive-threeparttable
+* sudo zypper in texlive-wrapfig
+* sudo zypper in texlive-multirow
+* cd user_manual
+* make latexpdf
+* okular _build/latex/ownCloudUserManual.pdf
The Debian/Ubuntu way
~~~~~~~~~~~~~~~~~~~~~
- sudo apt-get install python-pil
- sudo apt-get install python-sphinx
- sudo apt-get install python-sphinxcontrib.phpdomain
- sudo apt-get install rst2pdf
- sudo apt-get install texlive-fonts-recommended
- sudo apt-get install texlive-latex-extra
- sudo apt-get install texlive-latex-recommended
- cd user_manual
- make latexpdf
- evince _build/latex/ownCloudUserManual.pdf
+* sudo apt-get install python-pil
+* sudo apt-get install python-sphinx
+* sudo apt-get install python-sphinxcontrib.phpdomain
+* sudo apt-get install rst2pdf
+* sudo apt-get install texlive-fonts-recommended
+* sudo apt-get install texlive-latex-extra
+* sudo apt-get install texlive-latex-recommended
+* cd user_manual
+* make latexpdf
+* evince _build/latex/ownCloudUserManual.pdf
Windows
^^^^^^^
@@ -114,7 +114,7 @@ Importing Word and OpenDocument files
Sometimes, existing documentation might be in Word or LibreOffice documents. To
make it part of this documentation collection, follow these steps:
-Prerequisits
+Prerequisites
^^^^^^^^^^^^
1. Install Python 2.x
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-doc.git
More information about the Pkg-owncloud-commits
mailing list