Skip to content

Commit

Permalink
* Added publish task
Browse files Browse the repository at this point in the history
  • Loading branch information
Avdi Grimm committed Feb 18, 2008
1 parent 2e46b54 commit fb28947
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README
Expand Up @@ -81,6 +81,11 @@ nothing will be saved.

NullDB was written by Avdi Grimm <mailto:avdi@avdi.org>

== Where

* Homepage: http://avdi.org/projects/nulldb/
* Public SVN: http://svn.avdi.org/nulldb/

== License

See the LICENSE file for licensing information.
5 changes: 5 additions & 0 deletions Rakefile
Expand Up @@ -11,3 +11,8 @@ Rake::RDocTask.new do |rd|
rd.main = "README"
rd.rdoc_files.include("README", "LICENSE", "lib/**/*.rb")
end

desc "Publish project home page"
task :publish => ["rdoc"] do
sh "rsync --recursive html/* avdi.org:avdi.org/projects/nulldb/"
end

0 comments on commit fb28947

Please sign in to comment.