Added a README.txt and a man page

Spoiler: they're the same thing. Added a `rake man` task to build the
man page.  Depends on asciidoc.
This commit is contained in:
Alex Young
2012-07-14 18:36:02 +01:00
parent f9baa95b0f
commit 54a1409dce
2 changed files with 374 additions and 0 deletions

View File

@@ -44,6 +44,10 @@ def check(m)
end
task :man do
sh "a2x --destination-dir build --format manpage README.txt"
end
namespace "test" do
desc "Run all tests"