mirror of
https://github.com/aria2/aria2.git
synced 2025-02-26 08:22:11 +00:00
Updated man page. Changed doctype of aria2c.1.html to manpage in order not to replace '--' with em dash character. * doc/aria2c.1.txt * doc/makeman
6 lines
84 B
Bash
Executable File
6 lines
84 B
Bash
Executable File
#!/bin/sh
|
|
|
|
a2x -f manpage aria2c.1.txt
|
|
|
|
asciidoc -d manpage -b xhtml11 aria2c.1.txt
|