btrfs-progs: Introduce asciidoc based man page and btrfs man page.
authorQu Wenruo <quwenruo@cn.fujitsu.com>
Wed, 2 Apr 2014 08:29:12 +0000 (16:29 +0800)
committerDavid Sterba <dsterba@suse.cz>
Tue, 22 Apr 2014 12:15:19 +0000 (14:15 +0200)
commitf33d68b475879a9f51edaa4b013424db7813af09
treecc461c350f55ab26455735722a8ed752d1dd84eb
parentf2d42b781bd27c079cff39592bf10c5df3e73a1a
btrfs-progs: Introduce asciidoc based man page and btrfs man page.

The old man page of btrfs will grow larger with new functions adding to
btrfs-progs and harder to maintain because the reader-unfriendly roff
grammar and one LARGE btrfs.in.

This patch will introduce the simplified Documentation directory mainly
'stolen' from git and include the first man page for 'btrfs(8)'.
This time, man page will be written in human-friendly asciidoc grammar
and each commands of btrfs will have a separate man page, which I hope
can reduce the effort to maintain the man page.

Signed-off-by: Qu Wenruo <quwenruo@cn.fujitsu.com>
Signed-off-by: David Sterba <dsterba@suse.cz>
.gitignore
Documentation/Makefile [new file with mode: 0644]
Documentation/asciidoc.conf [new file with mode: 0644]
Documentation/btrfs.txt [new file with mode: 0644]
Documentation/manpage-base.xsl [new file with mode: 0644]
Documentation/manpage-bold-literal.xsl [new file with mode: 0644]
Documentation/manpage-normal.xsl [new file with mode: 0644]