plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

mkfile (906B)


      1 <$PLAN9/src/mkhdr
      2 
      3 TARG=htmlroff
      4 
      5 OFILES=\
      6 	char.$O\
      7 	html.$O\
      8 	input.$O\
      9 	main.$O\
     10 	roff.$O\
     11 	t1.$O\
     12 	t2.$O\
     13 	t3.$O\
     14 	t4.$O\
     15 	t5.$O\
     16 	t6.$O\
     17 	t7.$O\
     18 	t8.$O\
     19 #	t9.$O\
     20 	t10.$O\
     21 	t11.$O\
     22 #	t12.$O\
     23 	t13.$O\
     24 	t14.$O\
     25 	t15.$O\
     26 	t16.$O\
     27 	t17.$O\
     28 	t18.$O\
     29 	t19.$O\
     30 	t20.$O\
     31 	util.$O\
     32 
     33 HFILES=a.h
     34 
     35 <$PLAN9/src/mkone
     36 
     37 auth:V: auth.html
     38 	web auth.html
     39 
     40 auth.html: o.htmlroff auth.ms htmlmac.s 
     41 	9 pic auth.ms | 9 eqn | ./o.htmlroff -ms >auth.html
     42 	# 9 pic auth.ms | 9 eqn | ./o.htmlroff htmlmac.s /usr/local/plan9/tmac/tmac.skeep - >auth.html
     43 
     44 test%.html: o.htmlroff test.% htmlmac.s
     45 	./o.htmlroff htmlmac.s test.$stem - >$target
     46 
     47 eqn:V: eqn.html
     48 	web eqn.html
     49 
     50 eqn.html: o.htmlroff htmlmac.s eqn.ms
     51 	9 eqn eqn.ms | ./o.htmlroff htmlmac.s - >eqn.html
     52 
     53 eqn0.html: o.htmlroff htmlmac.s eqn0.ms
     54 	./o.htmlroff htmlmac.s eqn0.ms - >eqn0.html
     55 
     56 rc.html: o.htmlroff rc.ms htmlmac.s
     57 	9 tbl rc.ms | ./o.htmlroff -ms >rc.html
     58