From 702b602caa1a8df974d2a60c27ca566792d7e7d6 Mon Sep 17 00:00:00 2001 From: wmorgan Date: Sat, 6 Jan 2007 04:36:47 +0000 Subject: [PATCH] added UserGuide.txt git-svn-id: svn://rubyforge.org/var/svn/sup/trunk@205 5c8cc53c-5e98-4d25-b20a-d8db53a31250 --- Rakefile | 4 +--- www/index.html | 4 ++-- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/Rakefile b/Rakefile index 3313649..2820ef1 100644 --- 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 index 46e0aa6..89a58d4 100644 --- a/www/index.html +++ b/www/index.html @@ -51,8 +51,8 @@

Documentation

Please read the README, the FAQ, and the philosophical -statement. +href="FAQ.txt">FAQ, the user guide and +the philosophical statement.

Status

-- 2.43.0