mirror of
https://github.com/aria2/aria2.git
synced 2025-02-26 08:22:11 +00:00
Fixed formatting errors. Added toc list to aria2c.1.html. Escaped URI properly. * doc/aria2c.1.txt * doc/makeman
6 lines
109 B
Bash
Executable File
6 lines
109 B
Bash
Executable File
#!/bin/sh
|
|
|
|
a2x -f manpage aria2c.1.txt
|
|
|
|
asciidoc -d manpage -b xhtml11 -a toc -a max-width=55em aria2c.1.txt
|