Skip to content
Snippets Groups Projects
Commit 7e357bde authored by Lyle Johnson's avatar Lyle Johnson
Browse files

Added 'clean_globs' parameter for Hoe

parent 5668db2d
No related branches found
No related tags found
No related merge requests found
......@@ -6,10 +6,11 @@ PKG_VERSION = "1.6.19"
Hoe.new("FXRuby", PKG_VERSION) do |p|
# ... project specific data ...
p.rubyforge_name = "fxruby"
p.developer("Lyle Johnson", "lyle@lylejohnson.name")
p.blog_categories = %w{FXRuby}
p.clean_globs = ["ext/fox16/Makefile", "ext/fox16/*.o", "ext/fox16/*.bundle", "ext/fox16/mkmf.log", "ext/fox16/conftest.dSYM"]
p.developer("Lyle Johnson", "lyle@lylejohnson.name")
p.extra_rdoc_files = ["rdoc-sources", File.join("rdoc-sources", "README.rdoc")]
p.rubyforge_name = "fxruby"
end
# ... project specific tasks ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment