mirror of
https://github.com/aria2/aria2.git
synced 2025-01-04 09:03:46 +00:00
Generate man pages, its HTML version and README.html by make.
Removed those generated files and scripts to generate them from repository. Added aria2c.1.asciidoc to dist_doc_DATA.
This commit is contained in:
parent
3ee6784b76
commit
816be74e61
@ -7,3 +7,6 @@ EXTRA_DIST = config.rpath
|
||||
dist_doc_DATA = README README.asciidoc README.html
|
||||
|
||||
dist_noinst_DATA = LICENSE.OpenSSL
|
||||
|
||||
README.html: README.asciidoc
|
||||
/usr/bin/asciidoc -d article -b xhtml11 -n README.asciidoc
|
||||
|
1102
README.html
1102
README.html
File diff suppressed because it is too large
Load Diff
@ -1,7 +1,13 @@
|
||||
man_MANS = aria2c.1
|
||||
EXTRA_DIST = $(man_MANS)
|
||||
dist_doc_DATA = aria2c.1.html
|
||||
dist_doc_DATA = aria2c.1.html aria2c.1.asciidoc
|
||||
doc_xmlrpcdir = $(docdir)/xmlrpc
|
||||
dist_doc_xmlrpc_DATA = xmlrpc/aria2mon \
|
||||
xmlrpc/aria2rpc \
|
||||
xmlrpc/README.txt
|
||||
|
||||
aria2c.1: aria2c.1.asciidoc
|
||||
a2x -f manpage aria2c.1.asciidoc
|
||||
|
||||
aria2c.1.html: aria2c.1.asciidoc
|
||||
asciidoc -d manpage -b xhtml11 -a toc -a max-width=55em aria2c.1.asciidoc
|
||||
|
5150
doc/aria2c.1
5150
doc/aria2c.1
File diff suppressed because it is too large
Load Diff
4877
doc/aria2c.1.html
4877
doc/aria2c.1.html
File diff suppressed because it is too large
Load Diff
@ -1,5 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
a2x -f manpage aria2c.1.txt
|
||||
|
||||
asciidoc -d manpage -b xhtml11 -a toc -a max-width=55em aria2c.1.txt
|
@ -1,3 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
/usr/bin/asciidoc -d article -b xhtml11 -n README.asciidoc
|
Loading…
Reference in New Issue
Block a user