[Pkg-owncloud-commits] [owncloud-doc] 16/38: add archlinux instructions

David Prévot taffit at moszumanska.debian.org
Fri Oct 24 14:11:59 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 48ec052875a4dcdb14a7785a19d83c078b113599
Author: Volkan Gezer <volkangezer at gmail.com>
Date:   Mon Oct 20 02:12:49 2014 +0200

    add archlinux instructions
---
 README.rst | 14 ++++++++++++--
 1 file changed, 12 insertions(+), 2 deletions(-)

diff --git a/README.rst b/README.rst
index 5748b40..e9123bb 100644
--- a/README.rst
+++ b/README.rst
@@ -70,8 +70,8 @@ First, make sure that the following are installed:
      sudo ln -s /usr/bin/sphinx-build2 /usr/bin/sphinx-build
 
 ...then enter any manual directory, then run ``make html``. The result can
-be found in the ``_build/html`` subdirectory.  PDFs can be build with the
-``make latexpdf`` command and found
+be found in the ``_build/html`` subdirectory.  PDFs can be built with the
+``make latexpdf`` command and are found in _build/latex/ directory.
 
 The openSUSE way
 ~~~~~~~~~~~~~~~~
@@ -98,6 +98,16 @@ The Debian/Ubuntu way
 * make latexpdf
 * evince _build/latex/ownCloudUserManual.pdf
 
+The Arch Linux way
+~~~~~~~~~~~~~~~~~~
+* sudo pacman -S community/python2-rst2pdf
+* sudo pacman -S community/python2-sphinx
+* aur/sphinxcontrib-phpdomain from AUR
+* sudo pacman -S extra/texlive-core texlive-latexextra
+* cd user_manual
+* make latexpdf
+* PDFVIEWER _build/latex/ownCloudUserManual.pdf
+
 Windows
 ^^^^^^^
 

-- 
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