mirror of
https://github.com/aria2/aria2.git
synced 2025-02-12 18:07:16 +00:00
![Tatsuhiro Tsujikawa](/assets/img/avatar_default.png)
Updated README. Added html version of README and man page. * README * README.html * readme2html: Shell script to generate README.html from README using asciidoc. * doc/aria2c.1.html * doc/makeman: Added the line to generate aria2c.1.html
6 lines
84 B
Bash
Executable File
6 lines
84 B
Bash
Executable File
#!/bin/sh
|
|
|
|
a2x -f manpage aria2c.1.txt
|
|
|
|
asciidoc -d article -b xhtml11 aria2c.1.txt
|