summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Rakefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Rakefile b/Rakefile
index 0f85c25..48d8d18 100644
--- a/Rakefile
+++ b/Rakefile
@@ -16,6 +16,11 @@ Hoe.spec "hoe" do
pluggable!
end
+task :plugins do
+ puts `find lib/hoe -name \*.rb | xargs grep -h module.Hoe::`.
+ gsub(/module/, '*')
+end
+
[:redocs, :docs].each do |t|
task t do
cp "Hoe.pdf", "doc"