[Pkg-owncloud-commits] [owncloud-client] 30/218: typo corrections, cross-refs

Sandro Knauß hefee-guest at moszumanska.debian.org
Sat Oct 17 14:30:36 UTC 2015


This is an automated email from the git hooks/post-receive script.

hefee-guest pushed a commit to branch master
in repository owncloud-client.

commit 967b533e372ec06327c7e8b14c92291fc9f619de
Author: Carla Schroder <carla at owncloud.com>
Date:   Mon Aug 31 10:48:43 2015 +0200

    typo corrections, cross-refs
---
 doc/building.rst | 16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)

diff --git a/doc/building.rst b/doc/building.rst
index 1cdd395..486a6eb 100644
--- a/doc/building.rst
+++ b/doc/building.rst
@@ -1,5 +1,6 @@
 .. _building-label:
 
+===============================
 Appendix A: Building the Client
 ===============================
 
@@ -23,7 +24,7 @@ Linux
    * openSUSE: ``zypper ref; zypper si -d owncloud-client``
    * Fedora/CentOS: ``yum install yum-utils; yum-builddep owncloud-client``
 
-3. Follow the `generic build instructions`_.
+3. Follow the :ref:`generic-build-instructions`.
 
 4. (Optional) Call ``make install`` to install the client to the ``/usr/local/bin`` directory.
 
@@ -43,7 +44,7 @@ The tested and preferred way to develop in this environment is through the use
 of HomeBrew_. The ownCloud team has its own repository containing non-standard
 recipes.
 
-To set up your build enviroment for development using HomeBrew_:
+To set up your build environment for development using HomeBrew_:
 
 1. Add the ownCloud repository using the following command::
 
@@ -60,7 +61,7 @@ To set up your build enviroment for development using HomeBrew_:
    Where ``x.z`` is the current version of Qt 5 that brew has installed
    on your machine.
 
-5. For compilation of the client, follow the `generic build instructions`_.
+5. For compilation of the client, follow the :ref:`generic_build_instructions`.
 
 6. In the build directory, run ``admin/osx/create_mac.sh <build_dir>
    <install_dir>``. If you have a developer signing certificate, you can specify
@@ -118,11 +119,11 @@ follow `Windows Installer Build (Cross-Compile)`_ instead.
     cmake -G "MinGW Makefiles" ../client
     mingw32-make
 
-  .. note:: You can try using ninja to build parallelly using
+  .. note:: You can try using ninja to build in parallell using
      ``cmake -G Ninja ../client`` and ``ninja`` instead.
-  .. note:: Refer to the `generic build instructions`_ section for additional options.
+  .. note:: Refer to the :ref:`generic-build-instructions` section for additional options.
 
-  The owncloud binary will appear in the ``bin`` directory.
+  The ownCloud binary will appear in the ``bin`` directory.
 
 Windows Installer Build (Cross-Compile)
 -----------------------
@@ -179,7 +180,8 @@ To cross-compile:
    you may use the official Microsoft ``signtool`` utility on Microsoft Windows.
 
 
-.. _`generic build instructions`:
+.. _generic-build-instructions
+
 Generic Build Instructions
 --------------------------
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git



More information about the Pkg-owncloud-commits mailing list