plan9port

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

make.index (370B)


      1 #!/bin/sh
      2 
      3 #check.data $*
      4 
      5 doclean $* >foo1
      6 deroman foo1 >foo2
      7 range.prep foo2 >foo3
      8 rotate foo3 >foo4
      9 range.sort foo4 >foo5
     10 range.collapse foo5 >foo6
     11 reroman foo6 >foo7
     12 num.collapse foo7 >foo8
     13 gen.key foo8 >foo9
     14 see.prep see.terms | gen.key >foo.see
     15 final.sort foo9 foo.see >foo.regular
     16 
     17 hierarchy foo.regular >foo.hier
     18 
     19 format foo.hier >foo.all
     20 
     21 cat foo.all
     22 
     23 #cleanup