Skip to content

Commit

Permalink
Renamed the fxruby:docs task to fxruby:guide to avoid name conflict w…
Browse files Browse the repository at this point in the history
…ith Hoe
  • Loading branch information
lylejohnson committed Sep 15, 2009
1 parent 68592c7 commit 8d49b7e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Rakefile
Expand Up @@ -35,7 +35,7 @@ end
task :test => [:compile]

# Make sure that all of the package contents exist before we try to build the package
#Rake::Task['package'].prerequisites.unshift("swig:swig", "fxruby:docs", "fxruby:setversions", "fxruby:generate_kwargs_lib")
#Rake::Task['package'].prerequisites.unshift("swig:swig", "fxruby:guide", "fxruby:setversions", "fxruby:generate_kwargs_lib")

# ... project specific tasks ...

Expand Down Expand Up @@ -160,8 +160,8 @@ namespace :fxruby do
setversions("doap.rdf")
end

desc "Generate all of the documentation files."
task :docs do
desc "Generate the user's guide"
task :guide do
Dir.chdir "users_guide" do
system %{make}
end
Expand Down

0 comments on commit 8d49b7e

Please sign in to comment.