mirror of
https://github.com/aria2/aria2.git
synced 2024-11-27 20:14:48 +08:00
8958b4c4d4
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
4 lines
61 B
Bash
Executable File
4 lines
61 B
Bash
Executable File
#!/bin/sh
|
|
|
|
/usr/bin/asciidoc -d article -b xhtml11 -n README
|