mirror of
https://github.com/moibenko/mtx.git
synced 2025-12-23 05:55:13 +00:00
16 lines
469 B
Plaintext
Executable File
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
|