summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRamiro Morales <cramm0@gmail.com>2013-09-12 19:34:22 -0300
committerRamiro Morales <cramm0@gmail.com>2013-09-12 19:45:27 -0300
commit66e6e2d14663f78aacdd9df4e9e8c1c008b62459 (patch)
tree0f308eed8cffa75303d169c844a32ef58988d3b5
parente8bb41d05ccd4ccb2cb983ad6c895ff40de622df (diff)
[1.6.x] Fixed a couple of typos in GeoDjango docs.
8b366a50f4 from master.
-rw-r--r--docs/ref/contrib/gis/install/spatialite.txt10
1 files changed, 6 insertions, 4 deletions
diff --git a/docs/ref/contrib/gis/install/spatialite.txt b/docs/ref/contrib/gis/install/spatialite.txt
index 941d559272..9988788422 100644
--- a/docs/ref/contrib/gis/install/spatialite.txt
+++ b/docs/ref/contrib/gis/install/spatialite.txt
@@ -56,7 +56,7 @@ needs to be customized so that SQLite knows to build the R*Tree module::
__ http://www.sqlite.org/rtree.html
__ http://www.sqlite.org/download.html
-.. _spatialitebuild :
+.. _spatialitebuild:
SpatiaLite library (``libspatialite``) and tools (``spatialite``)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -74,15 +74,17 @@ customization of the ``configure`` command is necessary. If not, then run the
``configure`` script, make, and install for the SpatiaLite library::
$ cd libspatialite-amalgamation-2.3.1
- $ ./configure # May need to modified, see notes below.
+ $ ./configure # May need to be modified, see notes below.
$ make
$ sudo make install
- $ cd .... _spatialite
+ $ cd ..
+
+.. _spatialite_tools:
Finally, do the same for the SpatiaLite tools::
$ cd spatialite-tools-2.3.1
- $ ./configure # May need to modified, see notes below.
+ $ ./configure # May need to be modified, see notes below.
$ make
$ sudo make install
$ cd ..