tmake.index - 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
---
tmake.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