diff options
author | Fred Drake <fdrake@acm.org> | 1998-05-08 15:37:13 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-05-08 15:37:13 (GMT) |
commit | 8ffa21c7aa777feb01acd372112ad3363eee2189 (patch) | |
tree | 47dbe74b0df9aa24ec1542e828500a079f2bbbfd /Doc | |
parent | 47fd8fed7c038f014d902a03f38a3c6240bbb37d (diff) | |
download | cpython-8ffa21c7aa777feb01acd372112ad3363eee2189.zip cpython-8ffa21c7aa777feb01acd372112ad3363eee2189.tar.gz cpython-8ffa21c7aa777feb01acd372112ad3363eee2189.tar.bz2 |
Adjust to new file layout.
Diffstat (limited to 'Doc')
-rwxr-xr-x | Doc/tools/whichlibs | 2 |
1 files changed, 1 insertions, 1 deletions
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 |