Post-release changes:
- removed a reference to cachegrind dot org from mc-tech-docs.xml
- in an effort to simplify future borked links, replaced all valgrind 
  website urls with entities so now we just have to change one string.
- new stylesheet to create the docs to 'fit' into the website
- added build rules 'make website-docs' + make download-docs
  to /docs/Makefile.am




git-svn-id: svn://svn.valgrind.org/valgrind/trunk@5239 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/docs/xml/vg-entities.xml b/docs/xml/vg-entities.xml
index d072a46..8448053 100644
--- a/docs/xml/vg-entities.xml
+++ b/docs/xml/vg-entities.xml
@@ -1,13 +1,18 @@
 <!-- misc. strings -->
-<!ENTITY vg-url      "http://www.valgrind.org">
-<!ENTITY vg-jemail   "julian@valgrind.org">
-<!ENTITY vg-vemail   "valgrind@valgrind.org">
-<!ENTITY vg-lifespan "2000-2005">
+<!ENTITY vg-url        "http://www.valgrind.org/">
+<!ENTITY vg-jemail     "julian@valgrind.org">
+<!ENTITY vg-vemail     "valgrind@valgrind.org">
+<!ENTITY vg-lifespan   "2000-2005">
 <!ENTITY vg-users-list "http://lists.sourceforge.net/lists/listinfo/valgrind-users">
 <!ENTITY vg-developers "http://www.valgrind.org/info/developers.html">
+<!ENTITY vg-svn-repo   "http://www.valgrind.org/downloads/repository.html">
+
 
 <!-- valgrind release + version stuff -->
 <!ENTITY rel-type    "Release">
 <!ENTITY rel-version "3.1.0">
 <!ENTITY rel-date    "November 25 2005">
 
+<!-- valgrind website links used in lots of places in the docs  -->
+<!-- kept in here 'cos everytime the website gets changed, it`s -->
+<!-- a real pain tracking the links down in the docs            -->