diff doc/manual/manual_devel.tex @ 76:7ca46969e0ad

- tweaks in manual, mainly for html generation
author cslag
date Mon, 21 Mar 2016 01:15:37 +0100
parents 3e629dc19168
children b47168dacba6
line wrap: on
line diff
--- a/doc/manual/manual_devel.tex	Sun Mar 20 18:44:41 2016 +0100
+++ b/doc/manual/manual_devel.tex	Mon Mar 21 01:15:37 2016 +0100
@@ -21,23 +21,23 @@
 \section{Developers}
 
 \subsection{Noteworthy files in the project root}
-\begin{verbatim}
-configure     -- pre-make configuration tool (unix-shell)
-configure.bat -- pre-nmake configuration tool (windows batch)
-configure.rc  -- pre-mk configuration tool (Plan 9's rc)
-CMakeLists.txt-- top-level project information for CMake
-Makefile      -- GNU/BSD makefile (output of ./configure)
-Nmakefile     -- MS nmake makefile
-mkfile        -- Plan 9 mkfile
-LICENSE       -- license information
-README        -- quickstart doc
-buildsys/     -- build system details and extras
-doc/          -- platform specific readme's and manual
-dyncall/      -- dyncall library source code
-dyncallback/  -- dyncallback library source code
-dynload/      -- dynload library source code
-test/         -- test suites
-\end{verbatim}
+\begin{tabular*}{0.75\textwidth}{ll}
+{\tt configure}      & pre-make configuration tool (unix-shell)     \\
+{\tt configure.bat}  & pre-nmake configuration tool (windows batch) \\
+{\tt configure.rc}   & pre-mk configuration tool (Plan 9's rc)      \\
+{\tt CMakeLists.txt} & top-level project information for CMake      \\
+{\tt Makefile}       & GNU/BSD makefile (output of ./configure)     \\
+{\tt Nmakefile}      & MS nmake makefile                            \\
+{\tt mkfile}         & Plan 9 mkfile                                \\
+{\tt LICENSE}        & license information                          \\
+{\tt README}         & quickstart doc                               \\
+{\tt buildsys/}      & build system details and extras              \\
+{\tt doc/}           & platform specific readme's and manual        \\
+{\tt dyncall/}       & dyncall library source code                  \\
+{\tt dyncallback/}   & dyncallback library source code              \\
+{\tt dynload/}       & dynload library source code                  \\
+{\tt test/}          & test suites                                  \\
+\end{tabular*}
 
 
 \subsection{Test suites}