Files
mtx/mtx-1.3.12/build.win32
2018-07-31 15:07:09 -05:00

16 lines
469 B
Plaintext
Executable File

manpages="mtx.1 tapeinfo.1 loaderinfo.1 scsitape.1 scsieject.1"
txtpages="mtx.txt tapeinfo.txt loaderinfo.txt scsitape.txt scsieject.txt"
htmlpages="mtx.html tapeinfo.html loaderinfo.html scsitape.html scsieject.html"
./configure --host=mingw32
make
make dbgs
for i in $manpages
do
groff -et -Thtml -mandoc $i | col -b > `basename $i .1`.html
groff -et -Tascii -mandoc $i | col -b > `basename $i .1`.txt
done
zip mtx-$1.zip README.win32 *.exe $htmlpages $txtpages