diff --git a/doc/Makefile b/doc/Makefile
index 666815c41e7f3046974e317a28c0cfffe0c010e5..a10d62ee11113b54ae17974b1db6ce6fa9d5a43d 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 2c474ed66aca2daca966701ee69286c99b71b9d8..c3f1a2541260ce1163d630b9630fc4035a1a4fa8 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/>`_