The Asciidoc package 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, and man page.
This package is known to build and work properly using an LFS-10.1 platform.
Download (HTTP): https://github.com/asciidoc/asciidoc-py3/releases/download/9.1.0/asciidoc-9.1.0.tar.gz
Download MD5 sum: 6b0700c602a926325d71f7681dde5c6e
Download size: 1.2 MB
Estimated disk space required: 8.6 MB
Estimated build time: less than 0.1 SBU
docbook-xsl-1.79.2, fop-2.6, libxslt-1.1.34, Lynx-2.8.9rel.1, dblatex, and W3m
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/asciidoc
First, fix a build problem if the optional dependencies are not installed:
sed -i 's:doc/testasciidoc.1::' Makefile.in && rm doc/testasciidoc.1.txt
Install Asciidoc by running the following commands:
./configure --prefix=/usr \ --sysconfdir=/etc \ --docdir=/usr/share/doc/asciidoc-9.1.0 && make
This package does not come with a test suite.
Now, as the root
user:
make install && make docs
Last updated on 2021-04-05 07:36:04 -0500