mirror of
https://github.com/aria2/aria2.git
synced 2025-04-05 13:37:40 +03:00
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
3 lines
61 B
Bash
Executable file
3 lines
61 B
Bash
Executable file
#!/bin/sh
|
|
|
|
/usr/bin/asciidoc -d article -b xhtml11 -n README
|