|
From: <sv...@va...> - 2005-07-25 17:59:14
|
Author: sewardj Date: 2005-07-25 18:58:48 +0100 (Mon, 25 Jul 2005) New Revision: 4254 Log: I'm still a moron (just in case anybody wondered whether things had improved since last time I was a moron. No, they haven't). Move text that's supposed to be at the top of the file to the top of the file. I need to learn about these scroll-bar things some time. Modified: trunk/docs/README Modified: trunk/docs/README =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/docs/README 2005-07-25 17:54:06 UTC (rev 4253) +++ trunk/docs/README 2005-07-25 17:58:48 UTC (rev 4254) @@ -1,22 +1,4 @@ -Valgrind Documentation ----------------------- -This text assumes the following directory structure: =20 -Distribution text files (eg. README): - valgrind/ - -Main /docs/ dir: - valgrind/docs/ - -Top-level XML files:=20 - valgrind/docs/xml/ - -Tool specific XML docs: - valgrind/<toolname>/docs/ - -All images used in the docs: - valgrind/docs/images/ - New notes, JRS 20050727 ~~~~~~~~~~~~~~~~~~~~~~~ * I had to install zillions of packages on SuSE 9.2 in order to @@ -40,6 +22,25 @@ =20 Old notes ~~~~~~~~~ +Valgrind Documentation +---------------------- +This text assumes the following directory structure: + +Distribution text files (eg. README): + valgrind/ + +Main /docs/ dir: + valgrind/docs/ + +Top-level XML files:=20 + valgrind/docs/xml/ + +Tool specific XML docs: + valgrind/<toolname>/docs/ + +All images used in the docs: + valgrind/docs/images/ + Stylesheets, catalogs, parsing/formatting scripts: valgrind/docs/lib/ =20 |