aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRafael G. Martins <rafael@rafaelmartins.eng.br>2010-06-10 20:27:34 -0300
committerRafael G. Martins <rafael@rafaelmartins.eng.br>2010-06-10 20:27:34 -0300
commita63abed4fd7d1c55920ed1f7e62e78f86909926f (patch)
tree465075c4d2b52fecf2c2d9bf050402269f628651 /docs
parentremoved duplicates from the dependencies lists (diff)
downloadg-octave-a63abed4fd7d1c55920ed1f7e62e78f86909926f.tar.gz
g-octave-a63abed4fd7d1c55920ed1f7e62e78f86909926f.tar.bz2
g-octave-a63abed4fd7d1c55920ed1f7e62e78f86909926f.zip
small doc fixes
Diffstat (limited to 'docs')
-rw-r--r--docs/index.rst2
-rw-r--r--docs/tinderbox.rst8
2 files changed, 5 insertions, 5 deletions
diff --git a/docs/index.rst b/docs/index.rst
index e049e00..2855cfe 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -19,7 +19,7 @@ Welcome to g-Octave's documentation!
the packages, and to install them using an autogenerated overlay
(named g-octave). g-Octave can also handle patches to the packages
automatically. The command line interface tries to be very similar
- to the interface of the *emerge* tool.
+ to the interface of the ``emerge`` tool.
.. _`Octave-Forge`: http://octave.sourceforge.net/
.. _`Gentoo Linux`: http://www.gentoo.org/
diff --git a/docs/tinderbox.rst b/docs/tinderbox.rst
index 0419a34..93631ad 100644
--- a/docs/tinderbox.rst
+++ b/docs/tinderbox.rst
@@ -60,7 +60,7 @@ Updating the packages and installing the dependencies
::
# emerge -avuDN system
- # emerge av mercurial pycurl
+ # emerge -av mercurial pycurl
Getting the source code
@@ -76,9 +76,9 @@ Using the Mercurial repository::
Using the source tarball::
# cd
- # wget http://files.rafaelmartins.eng.br/distfiles/g-octave/g-octave-0.1.tar.gz
- # tar xvzf g-octave-0.1.tar.gz
- # cd g-octave-0.1
+ # wget http://files.rafaelmartins.eng.br/distfiles/g-octave/g-octave-<VERSION>.tar.gz
+ # tar xvzf g-octave-<VERSION>.tar.gz
+ # cd g-octave-<VERSION>
Configuring g-Octave