Blob


1 MAN=\
2 isalpharune.3\
3 rune.3\
4 runestrcat.3\
5 utf.7\
6 print.3\
7 fmtinstall.3\
8 quote.3\
9 fmtstrtod.3\
10 bio.3\
11 regexp9.3\
12 regexp9.7\
13 mk.1\
15 HTML=\
16 isalpharune3.html\
17 rune3.html\
18 runestrcat3.html\
19 utf7.html\
20 print3.html\
21 fmtinstall3.html\
22 quote3.html\
23 fmtstrtod3.html\
24 bio3.html\
25 regexp93.html\
26 regexp97.html\
27 mk1.html\
29 all:V: $MAN $HTML
31 title='Ported from Plan 9'
32 MKSHELL=$PLAN9/bin/rc
34 %1.html:D: %.1
35 whatis title
36 9 troff -manhtml $prereq | troff2html -t $title > $target
37 ./fixurls $target
39 %3.html:D: %.3
40 9 troff -manhtml $prereq | troff2html -t $title > $target
41 ./fixurls $target
43 %7.html:D: %.7
44 9 troff -manhtml $prereq | troff2html -t $title > $target
45 ./fixurls $target
47 push:V:
48 rsync -e ssh -t *.html swtch:www/swtch.com/plan9port/unix/man