fixed formatting lines 212 215
authorJürgen Weigert <jnweiger@gmail.com>
Thu, 3 Dec 2015 13:04:43 +0000 (14:04 +0100)
committerJürgen Weigert <jnweiger@gmail.com>
Thu, 3 Dec 2015 13:04:43 +0000 (14:04 +0100)
doc/building.rst

index e9fa4ceb394161299db22efc262d29dea92d9aef..112f92a31bc7a6adfe4d98fff22c432367865aa5 100644 (file)
@@ -209,10 +209,10 @@ To build the most up to date version of the client:
 
     cmake -DCMAKE_BUILD_TYPE="Debug" ..
 
-  ..note:: You must use absolute paths for the ``include`` and ``library``
+  .. note:: You must use absolute paths for the ``include`` and ``library``
            directories.
 
-  ..note:: On Mac OS X, you need to specify ``-DCMAKE_INSTALL_PREFIX=target``,
+  .. note:: On Mac OS X, you need to specify ``-DCMAKE_INSTALL_PREFIX=target``,
            where ``target`` is a private location, i.e. in parallel to your build
            dir by specifying ``../install``.