Rename README.txt --> README.rst (for bitbucket)

This commit is contained in:
Johan Holmberg
2013-08-13 20:31:55 +02:00
parent 5c58af597e
commit 9c6159a525
2 changed files with 1 additions and 1 deletions

@ -12,6 +12,6 @@ end
desc "generate HTML README"
task "readme-html" do
sh "rst2html.py -gds --stylesheet doc/rst.css README.txt README.html"
sh "rst2html.py -gds --stylesheet doc/rst.css README.rst README.html"
end