From: Zooko O'Whielacronx <zooko@zooko.com>
Date: Mon, 8 Oct 2012 17:43:50 +0000 (-0600)
Subject: link from the tahoe-lafs-dep-eggs/README.html to the relevant wiki pages
X-Git-Tag: allmydata-tahoe-1.10a1~52
X-Git-Url: https://git.rkrishnan.org/specifications/components/flags/configuration.txt?a=commitdiff_plain;h=63b24152a710b0472ab8b57744501e30e2cab2ea;p=tahoe-lafs%2Ftahoe-lafs.git

link from the tahoe-lafs-dep-eggs/README.html to the relevant wiki pages
---

diff --git a/misc/build_helpers/gen-package-table.py b/misc/build_helpers/gen-package-table.py
index e0c50b3f..b2171ff3 100644
--- a/misc/build_helpers/gen-package-table.py
+++ b/misc/build_helpers/gen-package-table.py
@@ -73,6 +73,8 @@ print '  <meta http-equiv="Content-Type" content="text/html;charset=us-ascii">'
 print '  <title>Software packages that Tahoe-LAFS depends on</title>'
 print '</head>'
 print '<body>'
+print '<h2>What is this?</h2>'
+print '<p>See <a href="https://tahoe-lafs.org/trac/tahoe-lafs/browser/docs/quickstart.rst">quickstart.rst</a>, <a href="https://tahoe-lafs.org/trac/tahoe-lafs/wiki/Installation">wiki:Installation</a>, and <a href="https://tahoe-lafs.org/trac/tahoe-lafs/wiki/CompileError">wiki:CompileError</a>.'
 print '<h2>Software packages that Tahoe-LAFS depends on</h2>'
 print
 for pyver in reversed(sorted(python_versions)):