|
|
1.1 root 1: # Make the Index of Offline Documentation.
2:
3: # rcp wherever.clnelson:docfiles $subtree/main/doc.*
4: sed -e '/^[A-Z][A-Z][A-Z] /s/ /_/' -e t -e d $subtree/maint/doc.{gen,unx,mic,ibm} > /tmp/MKD$$
5: ed - /tmp/MKD$$ << '%'
6: g/ proposed/d
7: v/ /d
8: g/ .*/s///
9: g/ */s// /
10: w
11: q
12: '%'
13: sed -e '/------------/q' index_doc > /tmp/MKC$$
14: mv /tmp/MKC$$ index_doc
15: cat /tmp/MKD$$ >> index_doc
16: rm -f /tmp/MK?$$
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.