Fixed a couple of typos in GeoDjango docs.

This commit is contained in:
Ramiro Morales 2013-09-12 19:34:22 -03:00
parent e4c6fca6d2
commit 8b366a50f4
1 changed files with 6 additions and 4 deletions

View File

@ -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:: ``configure`` script, make, and install for the SpatiaLite library::
$ cd libspatialite-amalgamation-2.3.1 $ cd libspatialite-amalgamation-2.3.1
$ ./configure # May need to modified, see notes below. $ ./configure # May need to be modified, see notes below.
$ make $ make
$ sudo make install $ sudo make install
$ cd .... _spatialite $ cd ..
.. _spatialite_tools:
Finally, do the same for the SpatiaLite tools:: Finally, do the same for the SpatiaLite tools::
$ cd spatialite-tools-2.3.1 $ cd spatialite-tools-2.3.1
$ ./configure # May need to modified, see notes below. $ ./configure # May need to be modified, see notes below.
$ make $ make
$ sudo make install $ sudo make install
$ cd .. $ cd ..