diff options
author | Owen W. Taylor <otaylor@fishsoup.net> | 2009-09-05 09:50:38 -0400 |
---|---|---|
committer | Owen W. Taylor <otaylor@fishsoup.net> | 2009-09-05 09:53:31 -0400 |
commit | 170f40c2d1220e66c3084dafc135745357660956 (patch) | |
tree | a782111981db39e2cdf9b5c94bad7af8e2cf680f /.gitignore | |
parent | 18e6fdc293fe416146512c35c4ce6a77cfc2ee39 (diff) |
Split out documentation
Move the documentation from a giant comment at the start of the file
into a separate asciidoc document. Among other revisions an
'EXAMPLE SESSION' section is added to give a sense of the normal
workflow.
Add a Makefile and asciidoc.conf for converting the asciidoc into HTML
or a man page.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f5323c0 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +git-bz.1 +git-bz.html |