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 | |
---|
1 | cd $ARBHOME/lib/help |
---|
2 | rm -f index |
---|
3 | |
---|
4 | find . -name '*.hlp' -print -exec grep TITLE {} \; -exec grep '^UP' {} \; -exec grep '^SUB' {} \;>index |
---|
5 | arb_replace 'TITLE\t=\t\t\tTITLE:UP=\t\t\t\tUP:SUB=\t\t\t\tSUB' index |
---|
6 | |
---|
7 | ls ../ps/*.ps >>index |
---|
8 | textedit index & |
---|
Note: See
TracBrowser
for help on using the repository browser.