Difference between revisions of "AsciiDoc"

From LFScript
Line 1: Line 1:
[[Category:Scripts]]
+
[[Category:Deleted Scripts]]
 +
'''This software is included in BLFS and therefore no longer maintained here.'''
 +
 
 
[[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 21:02, 26 February 2017

This software is included in BLFS and therefore no longer maintained here.

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