commit | 8ffa21c7aa777feb01acd372112ad3363eee2189 | [log] [tgz] |
---|---|---|
author | Fred Drake <fdrake@acm.org> | Fri May 08 15:37:13 1998 +0000 |
committer | Fred Drake <fdrake@acm.org> | Fri May 08 15:37:13 1998 +0000 |
tree | 47dbe74b0df9aa24ec1542e828500a079f2bbbfd | |
parent | 47fd8fed7c038f014d902a03f38a3c6240bbb37d [diff] [blame] |
Adjust to new file layout.
diff --git a/Doc/tools/whichlibs b/Doc/tools/whichlibs index 56287cb..10d44ee 100755 --- a/Doc/tools/whichlibs +++ b/Doc/tools/whichlibs
@@ -1,2 +1,2 @@ #!/bin/sh -sed -n 's/^\\input{\(lib[a-zA-Z0-9_]*\)}.*/\1.tex/p' lib.tex +sed -n 's%^\\input{\(lib[a-zA-Z0-9_]*\)}.*%../lib/\1.tex%p' ../lib/lib.tex