File: build.win32

package info (click to toggle)
mtx 1.3.11-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 964 kB
  • ctags: 967
  • sloc: ansic: 7,075; sh: 3,266; python: 203; makefile: 158; perl: 117
file content (15 lines) | stat: -rwxr-xr-x 469 bytes parent folder | download | duplicates (8)
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