mirror of
https://github.com/aria2/aria2.git
synced 2025-04-04 04:57:38 +03:00
Converted README.asciidoc into README.rst
This commit is contained in:
parent
eec761ec43
commit
003aaf4a09
3 changed files with 63 additions and 73 deletions
|
@ -4,11 +4,9 @@ ACLOCAL_AMFLAGS = -I m4 --install
|
|||
|
||||
EXTRA_DIST = config.rpath
|
||||
|
||||
dist_doc_DATA = README README.asciidoc README.html
|
||||
dist_doc_DATA = README README.rst README.html
|
||||
|
||||
dist_noinst_DATA = LICENSE.OpenSSL
|
||||
|
||||
if HAVE_ASCIIDOC
|
||||
README.html: README.asciidoc
|
||||
@ASCIIDOC@ -d article -b xhtml11 -n README.asciidoc
|
||||
endif # HAVE_ASCIIDOC
|
||||
README.html: README.rst
|
||||
rst2html README.rst > README.html
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue