etnaviv: move nir compiler related stuff into .c file
[mesa.git] / docs / download.rst
index eb4058ce0890d35ad3139f17a699b260f61ba119..06a967aa3a6fd4e116d08e27c14338ef473851ec 100644 (file)
@@ -25,21 +25,21 @@ Mesa releases are available in two formats: ``.tar.xz`` and ``.tar.gz``.
 
 To unpack the tarball:
 
-::
+.. code-block:: console
 
       tar xf mesa-Y.N.P.tar.xz
 
 or
 
-::
+.. code-block:: console
 
       tar xf mesa-Y.N.P.tar.gz
 
 Contents
 --------
 
-Proceed to the `compilation and installation
-instructions <install.html>`__.
+Proceed to the :doc:`compilation and installation
+instructions <install>`.
 
 Demos, GLUT, and GLU
 --------------------