Displaying 2 results from an estimated 2 matches for "doc_tar_gz_package".
2006 Oct 18
3
Nightly automatic documentation generation
Is there a way to have RubyForge run our ''rake html_docs'' on SVN Head
each night and if successful copy to http://wxruby.rubyforge.org/doc/?
I do not know all the features RubyForge provides to us but this one
would be pretty nice.
Sean
2006 Oct 22
0
[705] trunk/wxruby2/rake/rakedocs.rb: Add rake task to publish docs to wxruby website (Alex Fenton)
...C (rev 705)
</span><span class="lines">@@ -108,3 +108,18 @@
</span><span class="cx"> end
</span><span class="cx"> desc "Tarball the HTML documentation"
</span><span class="cx"> task :doc_tar_gz => [ doc_tar_gz_package ]
</span><ins>+
+# set the rubyforge username for publishing to the website
+RUBYFORGE_USER = ENV[''RUBYFORGE_USER'']
+
+desc ''Publish rendered docs and sources to the wxRuby website, using scp''
+task :publish_docs => [ :html_docs ] do | t |
+ if n...