book/lib/tasks/tasks.rake in glyph-0.5.0 vs book/lib/tasks/tasks.rake in glyph-0.5.1

- old
+ new

@@ -1,9 +1,9 @@ namespace :custom do task :generate, [:file] do |t, args| generate = lambda do |source, destination| Glyph.info "Generating #{destination}..." - Glyph.compile Glyph::PROJECT/"text/#{source}.glyph", Glyph::PROJECT/"../#{destination}.textile" + Glyph.compile Glyph::PROJECT/"text/#{source}.glyph", "#{Glyph::PROJECT/"../#{destination}.textile"}" end files = { :AUTHORS => :acknowledgements, :CHANGELOG => :changelog, :LICENSE => :license,