1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00

Rename yardoc -> yard in an obscure bit of Rakefile.

This commit is contained in:
Nathan Weizenbaum 2009-11-28 15:03:35 -08:00
parent 768661170a
commit d600d96327

View file

@ -256,7 +256,7 @@ begin
rescue LoadError
desc "Generate Documentation"
task :doc => :rdoc
task :yardoc => :rdoc
task :yard => :rdoc
end
task :pages do