From 170f40c2d1220e66c3084dafc135745357660956 Mon Sep 17 00:00:00 2001 From: "Owen W. Taylor" Date: Sat, 5 Sep 2009 09:50:38 -0400 Subject: 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. --- asciidoc.conf | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 asciidoc.conf (limited to 'asciidoc.conf') diff --git a/asciidoc.conf b/asciidoc.conf new file mode 100644 index 0000000..258607e --- /dev/null +++ b/asciidoc.conf @@ -0,0 +1,18 @@ +ifdef::doctype-manpage[] +ifdef::backend-docbook[] +[header] +template::[header-declarations] + + +{mantitle} +{manvolnum} +Git Bz + +Git Bz Manual + + + {manname} + {manpurpose} + +endif::backend-docbook[] +endif::doctype-manpage[] -- cgit