summaryrefslogtreecommitdiff
path: root/build.win32
blob: 5c2c00a79061679b2962e2393ff25818c1dc6d00 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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