source: tags/initial/SH/arb_index

Last change on this file was 2, checked in by oldcode, 24 years ago

Initial revision

  • Property svn:eol-style set to native
  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 249 bytes
Line 
1cd $ARBHOME/lib/help
2rm -f index
3
4find . -name '*.hlp' -print -exec grep TITLE {} \;  -exec grep '^UP' {} \; -exec grep '^SUB' {} \;>index
5arb_replace 'TITLE\t=\t\t\tTITLE:UP=\t\t\t\tUP:SUB=\t\t\t\tSUB' index
6
7ls ../ps/*.ps >>index
8textedit index &
Note: See TracBrowser for help on using the repository browser.