projects
/
coquelicot.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add configuration mechanism
[coquelicot.git]
/
Rakefile
diff --git
a/Rakefile
b/Rakefile
index
397b721
..
ead713a
100644
(file)
--- a/
Rakefile
+++ b/
Rakefile
@@
-6,7
+6,7
@@
task :updatepo do
require 'haml_parser'
GetText.update_pofiles(
"coquelicot",
- Dir.glob("views/**/*.{rb,haml}") << "coquelicot.rb",
+ Dir.glob("views/**/*.{rb,haml}") << "coquelicot
_app
.rb",
"coquelicot 1.0.0")
end