]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/blobdiff - Rakefile
auth core module: fix a bug in the permissions set argument parser
[user/henk/code/ruby/rbot.git] / Rakefile
index 7dc69e5f8bc05ef6173d6578d1171e8da9fe8ebe..7a6bd81ea6b9eddf05554a796bd317f8408bc33f 100644 (file)
--- a/Rakefile
+++ b/Rakefile
@@ -38,7 +38,7 @@ end
 desc "Update pot/po files."
 task :updatepo do
   require 'gettext/utils'
-  GetText.update_pofiles("rbot", Dir.glob("{lib,bin}/**/*.{rb,rhtml}"), "rbot")
+  GetText.update_pofiles("rbot", Dir.glob("{lib,bin,data}/**/*.{rb,rhtml}"), "rbot")
 end
 
 desc "Create mo-files"