From eead90a31090cab9fe72133aed94678652a9d19a Mon Sep 17 00:00:00 2001 From: Manuel Guenther <manuel.guenther@idiap.ch> Date: Tue, 17 Jul 2012 12:55:20 +0200 Subject: [PATCH] Corrected the make clean command in the doc directory. --- doc/Makefile | 2 +- doc/installation.rst | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/doc/Makefile b/doc/Makefile index 666815c..a10d62e 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -20,7 +20,7 @@ help: @echo " doctest to run all doctests embedded in the documentation (if enabled)" clean: - -rm -rf $(BUILDDIR)/{html,doctest} + -rm -rf $(BUILDDIR)/html $(BUILDDIR)/doctest $(BUILDDIR)/doctrees html: $(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html diff --git a/doc/installation.rst b/doc/installation.rst index 2c474ed..c3f1a25 100644 --- a/doc/installation.rst +++ b/doc/installation.rst @@ -7,8 +7,10 @@ To follow these instructions locally you will need a local copy of this package. Start by cloning this project with something like:: - $ git clone https://github.com/bioidiap/bob.example.faceverify.git - $ cd bob.example.faceverify +.. code-block:: sh + + $ 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/>`_ -- GitLab