summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorRaine Virta <rane@kapsi.fi>2010-04-22 23:47:36 +0300
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2010-08-18 10:41:22 +0200
commitff7cdac8fc918a6ad280153e9487cd4cb0f2fae4 (patch)
tree4c4c8d0a89cdaf2f38c00d2c8776f0095c654d91 /Rakefile
parent73a39cfaab866b6fff34e5c6685dab08207875ed (diff)
Add a plugin skeleton generator
`rake plugin`
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 2b51595c..97b3e1f3 100644
--- a/Rakefile
+++ b/Rakefile
@@ -195,4 +195,4 @@ desc 'Generate mo files'
task :makemo =>
FileList['po/*/*.po'].pathmap('%{^po,data/locale}d/LC_MESSAGES/%n.mo')
-
+Dir['tasks/**/*.rake'].each { |t| load t }