AsciiDoc: Difference between revisions
From LFScript
No edit summary |
mNo edit summary |
||
(One intermediate revision by the same user not shown) | |||
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. | ||
It is required for building the documentation for | It is required for building the documentation for <code>btrfs-progs</code>. | ||
<scriptname>asciidoc</scriptname> | <scriptname>asciidoc</scriptname> |
Latest revision as of 14:10, 18 March 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