Remove spurious shell redirections from install commands.

This commit is contained in:
Jakob Stoklund Olesen
2017-03-23 09:42:36 -07:00
parent 12b2af3f8a
commit cd52b671e6

View File

@@ -65,7 +65,7 @@ Building the documentation
To build the Cretonne documentation, you need the `Sphinx documentation To build the Cretonne documentation, you need the `Sphinx documentation
generator <http://www.sphinx-doc.org/>`_:: generator <http://www.sphinx-doc.org/>`_::
$ pip install sphinx>=1.4 sphinx-autobuild sphinx_rtd_theme $ pip install sphinx sphinx-autobuild sphinx_rtd_theme
$ cd cretonne/docs $ cd cretonne/docs
$ make html $ make html
$ open _build/html/index.html $ open _build/html/index.html