X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=Rakefile;h=97b3e1f328bfd694c09947c221a3069549424fb5;hb=ba5aaf073e5467b0b71adede32051f9b38c50a19;hp=2b51595c6c3f035b187fcbb6d557e029d8bad313;hpb=e2e550a99a6de4c1ca50b9d7a397efd66fdae8df;p=user%2Fhenk%2Fcode%2Fruby%2Frbot.git 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 }