docs/building.md: Cleanup
authornorly <ny-git@enpas.org>
Mon, 8 Jul 2013 15:50:51 +0000 (16:50 +0100)
committernorly <ny-git@enpas.org>
Mon, 23 Feb 2015 23:18:27 +0000 (00:18 +0100)
docs/building.md

index 60282fa6f95103bff7a519ae9b0bb97843b0b092..3f4c9e25539f163cdf543b1e0b802af2dd7b390d 100644 (file)
@@ -20,9 +20,13 @@ compiler and linker flags. Failing this, it defaults to "-lelf" to
 link against libelf, and no additional include directories.
 
 On Ubuntu, development files can be installed using
+
     apt-get install libelfg0-dev
+
 for tired's libelf (preferred), or
+
     apt-get install libelf-dev
+
 for Red Hat's libelf.
 
 
@@ -41,9 +45,13 @@ Cleanup
 -------
 
 The usual
+
     make clean
+
 and
+
     make distclean
+
 are supported to clean binary files (clean), or all backup and
 generated files (distclean).
 
@@ -54,7 +62,9 @@ Installation
 There is currently no automated installation.
 
 If you need system-wide availability, you can copy
-    include/libelfu --> /usr/local/include/
-    build/elfucli --> /usr/local/bin/
+
+    include/libelfu       --> /usr/local/include/
+    build/elfucli         --> /usr/local/bin/
     build/libelfu.{a,so*} --> /usr/local/lib/
+
 or your local variation thereof.