Removed files that are now elsewhere (in core/docs/ and memcheck/docs/),

setup basic skeleton linking to core + skin docs.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@1096
This commit is contained in:
Nicholas Nethercote 2002-09-23 13:10:54 +00:00
parent 6274c36baf
commit 8291bb8643
5 changed files with 31 additions and 5351 deletions

View File

@ -1,5 +1,5 @@
docdir = $(datadir)/doc/valgrind
doc_DATA = index.html manual.html nav.html techdocs.html
doc_DATA = index.html
EXTRA_DIST = $(doc_DATA)

View File

@ -1,26 +1,33 @@
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
<title>Valgrind</title>
<base target="main">
<style type="text/css">
<style type="text/css">
body { background-color: #ffffff;
color: #000000;
font-family: Times, Helvetica, Arial;
font-size: 14pt}
h4 { margin-bottom: 0.3em}
code { color: #000000;
font-family: Courier;
font-size: 13pt }
pre { color: #000000;
font-family: Courier;
font-size: 13pt }
a:link { color: #0000C0;
text-decoration: none; }
a:visited { color: #0000C0;
text-decoration: none; }
a:active { color: #0000C0;
text-decoration: none; }
</style>
</head>
<head>
<meta http-equiv="Content-Type"
content="text/html; charset=iso-8859-1">
<meta http-equiv="Content-Language" content="en-gb">
<meta name="generator"
content="Mozilla/4.76 (X11; U; Linux 2.4.1-0.1.9 i586) [Netscape]">
<meta name="author" content="Julian Seward <jseward@acm.org>">
<meta name="description" content="say what this prog does">
<meta name="keywords" content="Valgrind, memory checker, x86, GPL">
<title>Valgrind's user manual</title>
</head>
<frameset cols="150,*">
<frame name="nav" target="main" src="nav.html">
<frame name="main" src="manual.html" scrolling="auto">
<noframes>
<body>
<p>This page uses frames, but your browser doesn't support them.</p>
</body>
</noframes>
</frameset>
<body>
<h2>Documentation Contents</h2>
<a href="../core/docs/index.html"><b>Core</b></a><br>
<a href="../memcheck/docs/index.html"><b>memcheck</b></a><br>
<a href="../cachegrind/docs/index.html"><b>Cachegrind</b></a><br>
</body>
</html>

File diff suppressed because it is too large Load Diff

View File

@ -1,72 +0,0 @@
<html>
<head>
<title>Valgrind</title>
<base target="main">
<style type="text/css">
<style type="text/css">
body { background-color: #ffffff;
color: #000000;
font-family: Times, Helvetica, Arial;
font-size: 14pt}
h4 { margin-bottom: 0.3em}
code { color: #000000;
font-family: Courier;
font-size: 13pt }
pre { color: #000000;
font-family: Courier;
font-size: 13pt }
a:link { color: #0000C0;
text-decoration: none; }
a:visited { color: #0000C0;
text-decoration: none; }
a:active { color: #0000C0;
text-decoration: none; }
</style>
</head>
<body>
<br>
<a href="manual.html#contents"><b>Contents of this manual</b></a><br>
<a href="manual.html#intro">1 Introduction</a><br>
<a href="manual.html#whatfor">1.1 What Valgrind is for</a><br>
<a href="manual.html#whatdoes">1.2 What it does with
your program</a>
<p>
<a href="manual.html#howtouse">2 <b>How to use it, and how to
make sense of the results</b></a><br>
<a href="manual.html#starta">2.1 Getting started</a><br>
<a href="manual.html#comment">2.2 The commentary</a><br>
<a href="manual.html#report">2.3 Reporting of errors</a><br>
<a href="manual.html#suppress">2.4 Suppressing errors</a><br>
<a href="manual.html#flags">2.5 Command-line flags</a><br>
<a href="manual.html#errormsgs">2.6 Explanation of error messages</a><br>
<a href="manual.html#suppfiles">2.7 Writing suppressions files</a><br>
<a href="manual.html#clientreq">2.8 The Client Request mechanism</a><br>
<a href="manual.html#pthreads">2.9 Support for POSIX pthreads</a><br>
<a href="manual.html#install">2.10 Building and installing</a><br>
<a href="manual.html#problems">2.11 If you have problems</a>
<p>
<a href="manual.html#machine">3 <b>Details of the checking machinery</b></a><br>
<a href="manual.html#vvalue">3.1 Valid-value (V) bits</a><br>
<a href="manual.html#vaddress">3.2 Valid-address (A) bits</a><br>
<a href="manual.html#together">3.3 Putting it all together</a><br>
<a href="manual.html#signals">3.4 Signals</a><br>
<a href="manual.html#leaks">3.5 Memory leak detection</a>
<p>
<a href="manual.html#limits">4 <b>Limitations</b></a><br>
<p>
<a href="manual.html#howitworks">5 <b>How it works -- a rough overview</b></a><br>
<a href="manual.html#startb">5.1 Getting started</a><br>
<a href="manual.html#engine">5.2 The translation/instrumentation engine</a><br>
<a href="manual.html#track">5.3 Tracking the status of memory</a><br>
<a href="manual.html#sys_calls">5.4 System calls</a><br>
<a href="manual.html#sys_signals">5.5 Signals</a>
<p>
<a href="manual.html#example">6 <b>An example</b></a><br>
<p>
<a href="manual.html#cache">7 <b>Cache profiling</b></a></h4>
<p>
<a href="techdocs.html">8 <b>The design and implementation of Valgrind</b></a><br>
</body>
</html>

File diff suppressed because it is too large Load Diff