URI:
       tmkfile - plan9port - [fork] Plan 9 from user space
  HTML git clone git://src.adamsgaard.dk/plan9port
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
       tmkfile (114B)
       ---
            1 LIB=$PLAN9/lib
            2 
            3 indices:V:
            4         for i in man*
            5         do
            6                 9 rc ./secindex $i > $i/INDEX
            7         done
            8 
            9 lookman.index:V:
           10         ./mkindex
           11