Difference between revisions of "AsciiDoc"

From LFScript
(Created page with "AsciiDoc is a text document format for writing notes, documentation, articles, books, ebooks, slideshows, web pages, man pages and blogs. AsciiDoc files can be translated ...")
(No difference)

Revision as of 13:48, 14 June 2014

AsciiDoc is a text document format for writing notes, documentation, articles, books, ebooks, slideshows, web pages, man pages and blogs. AsciiDoc files can be translated to many formats including HTML, PDF, EPUB, man page.

It is required for building the documentation for BtrFS Progs.

LFScript can find this software under the name asciidoc.

Sources


MD5 Checksums:

c59018f105be8d022714b826b0be130a  asciidoc-8.6.9.tar.gz

Dependencies

  • python2

Installation

./configure --prefix=/usr

As the root user:

make install