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:
Tatsuhiro Tsujikawa 2010-12-02 23:24:04 +09:00
parent 3ee6784b76
commit 816be74e61
8 changed files with 10 additions and 11138 deletions

View File

@ -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

File diff suppressed because it is too large Load Diff

View File

@ -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

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -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

View File

@ -1,3 +0,0 @@
#!/bin/sh
/usr/bin/asciidoc -d article -b xhtml11 -n README.asciidoc