citrun

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

commit 1041e32b648c7ee742e9664a01a67aa49beec3ca
parent ab3090f32e4d33714f6d19da59659f2b708246b5
Author: Kyle Milz <kyle@getaddrinfo.net>
Date:   Sun, 10 Apr 2016 01:00:59 -0600

www: put man pages in subdir

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

diff --git a/www/index.html b/www/index.html @@ -16,6 +16,7 @@ <div class="link_bar"> <a href="pkg/">pkg</a> <a href="src/">src</a> + <a href="man/">man</a> <a href="http://www.0x30.net">..</a> </div> @@ -56,9 +57,9 @@ <h2>Documentation</h2> <pre> <span class="prompt">$</span> man citrun_wrap </pre> - <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> + <p> The <a href="man/citrun_wrap.1.html">citrun_wrap(1)</a>, + <a href="man/citrun_instrument.1.html">citrun_instrument(1)</a> and + <a href="man/citrun_gl.1.html">citrun_gl(1)</a> manuals that are shipped in the source tarball are official documentation. </p>