btrfs-progs: INSTALL: update dependencies for docs build
No asciidoc since 5.17, we're using sphinx. Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
parent
8e79d40e8f
commit
836db3d0b8
4
INSTALL
4
INSTALL
|
@ -33,9 +33,7 @@ must be 5.10 or newer.
|
|||
|
||||
Generating documentation:
|
||||
|
||||
- asciidoc - text document format tool
|
||||
- xmlto - text document format tool
|
||||
- source-highlight - optional, only for generating HTML output
|
||||
- sphinx
|
||||
|
||||
XATTR library should be provided by the standard C library or by
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@ This repository hosts following utilities and also documentation:
|
|||
|
||||
* **btrfs** — the main administration tool ([manual page](https://btrfs.wiki.kernel.org/index.php/Manpage/btrfs))
|
||||
* **mkfs.btrfs** — utility to create the filesystem ([manual page](https://btrfs.wiki.kernel.org/index.php/Manpage/mkfs.btrfs))
|
||||
* all-in-one binary in the busybox style with mkfs.btrfs, btrfs-image and other tools built-in ([standalone tools](https://github.com/kdave/btrfs-progs/blob/master/Documentation/btrfs.asciidoc#standalone-tools))
|
||||
* all-in-one binary in the busybox style with mkfs.btrfs, btrfs-image and other tools built-in ([standalone tools](https://github.com/kdave/btrfs-progs/blob/master/Documentation/btrfs.rst#standalone-tools))
|
||||
* **libbtrfsutil** (LGPL v2.1) — C and python 3 bindings, see [libbtrfsutil/README.md](libbtrfsutil/README.md) for more
|
||||
* manual pages and documentation source published at [btrfs.readthedocs.io](https://btrfs.rtfd.io)
|
||||
|
||||
|
|
Loading…
Reference in New Issue