15 lines
312 B
Bash
15 lines
312 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
#
|
||
|
# convert_man_to_html.sh - ts B11024
|
||
|
#
|
||
|
# Generates a HTML version of man pages xorriso.1 , xorrisofs.1 , xorrecord.1
|
||
|
#
|
||
|
# To be executed in the libisoburn toplevel directory (eg. ./libisoburn-1.1.8)
|
||
|
#
|
||
|
|
||
|
xorriso/man_xorriso_to_html.sh
|
||
|
xorriso/man_xorrisofs_to_html.sh
|
||
|
xorriso/man_xorrecord_to_html.sh
|
||
|
|