AsciiDoc: Difference between revisions

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 edit summary
Line 1: Line 1:
[[Category:Scripts]]
[[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.
[[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.



Revision as of 13:52, 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