citrun

watch C/C++ source code execute
Log | Files | Refs | LICENSE

commit 9e9e4562882f35bc3a167a428fd7766adb8dbaef
parent 33ff7ab5f19db860b3dfd343eb67a116e31ea596
Author: Kyle Milz <kyle@getaddrinfo.net>
Date:   Sun, 10 Apr 2016 00:35:49 -0600

www: add links to manuals

Diffstat:
Mwww/index.html | 7+++++--
1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/www/index.html b/www/index.html @@ -56,8 +56,11 @@ <h2>Documentation</h2> <pre> <span class="prompt">$</span> man citrun_wrap </pre> - <p> The manual pages that come with the package should be enough to get you - going. + <p> The <a href="citrun_wrap.1.html">citrun_wrap(1)</a>, + <a href="citrun_instrument.1.html">citrun_instrument(1)</a> and + <a href="citrun_gl.1.html">citrun_gl(1)</a> + manuals that are shipped in the source tarball are intended to be + official documentation. </p> <h2>Building</h2>