Skip to content
Snippets Groups Projects
Commit eead90a3 authored by Manuel Günther's avatar Manuel Günther
Browse files

Corrected the make clean command in the doc directory.

parent 621215e5
Branches
Tags
No related merge requests found
...@@ -20,7 +20,7 @@ help: ...@@ -20,7 +20,7 @@ help:
@echo " doctest to run all doctests embedded in the documentation (if enabled)" @echo " doctest to run all doctests embedded in the documentation (if enabled)"
clean: clean:
-rm -rf $(BUILDDIR)/{html,doctest} -rm -rf $(BUILDDIR)/html $(BUILDDIR)/doctest $(BUILDDIR)/doctrees
html: html:
$(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html $(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
......
...@@ -7,8 +7,10 @@ ...@@ -7,8 +7,10 @@
To follow these instructions locally you will need a local copy of this To follow these instructions locally you will need a local copy of this
package. Start by cloning this project with something like:: package. Start by cloning this project with something like::
$ git clone https://github.com/bioidiap/bob.example.faceverify.git .. code-block:: sh
$ cd bob.example.faceverify
$ git clone https://github.com/bioidiap/bob.example.faceverify.git
$ cd bob.example.faceverify
Installation of the toolkit uses the `buildout <http://www.buildout.org/>`_ Installation of the toolkit uses the `buildout <http://www.buildout.org/>`_
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment