commit 702b602caa1a8df974d2a60c27ca566792d7e7d6
parent 6c8aa2451300f5987f4f0f630615007ee17ac782
Author: wmorgan <wmorgan@5c8cc53c-5e98-4d25-b20a-d8db53a31250>
Date: Sat, 6 Jan 2007 04:36:47 +0000
added UserGuide.txt
git-svn-id: svn://rubyforge.org/var/svn/sup/trunk@205 5c8cc53c-5e98-4d25-b20a-d8db53a31250
Diffstat:
2 files changed, 3 insertions(+), 5 deletions(-)
diff --git a/Rakefile b/Rakefile
@@ -16,12 +16,10 @@ Hoe.new('sup', Redwood::VERSION) do |p|
end
rule 'ss?.png' => 'ss?-small.png' do |t|
-
end
-
## is there really no way to make a rule for this?
-WWW_FILES = %w(www/index.html README.txt doc/Philosophy.txt doc/FAQ.txt)
+WWW_FILES = %w(www/index.html README.txt doc/Philosophy.txt doc/FAQ.txt doc/UserGuide.txt)
SCREENSHOTS = FileList["www/ss?.png"]
SCREENSHOTS_SMALL = []
diff --git a/www/index.html b/www/index.html
@@ -51,8 +51,8 @@
<h2>Documentation</h2>
Please read the <a href="README.txt">README</a>, the <a
-href="FAQ.txt">FAQ</a>, and the <a href="Philosophy.txt">philosophical
-statement</a>.
+href="FAQ.txt">FAQ</a>, the <a href="UserGuide.txt">user guide</a> and
+the <a href="Philosophy.txt">philosophical statement</a>.
<h2>Status</h2>