Switched xorriso documentation to a hybrid of texinfo and man page
This commit is contained in:
9
xorriso/make_docs.sh
Executable file
9
xorriso/make_docs.sh
Executable file
@ -0,0 +1,9 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# Produce man page xorriso/xorriso.1 and info file xorriso/xorriso.info
|
||||
# from base file xorris/xorriso.texi.
|
||||
|
||||
xorriso/make_xorriso_1 -auto
|
||||
|
||||
( cd xorriso ; makeinfo ./xorriso.texi )
|
||||
|
Reference in New Issue
Block a user