Switched xorriso documentation to a hybrid of texinfo and man page

This commit is contained in:
2010-03-18 10:13:35 +00:00
parent 04c6625024
commit 99e2df2208
10 changed files with 8439 additions and 175 deletions

9
xorriso/make_docs.sh Executable file
View 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 )