diff options
author | Guido van Rossum <guido@python.org> | 1994-01-02 01:22:36 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1994-01-02 01:22:36 (GMT) |
commit | 36b4807621455e46649bec77b32a9c323aedf3f8 (patch) | |
tree | 9f20a123efc6f2029e86466dd89748e5170d4f27 /Doc/tools | |
parent | 5fdeeeae2a12b9956cc84d62eae82f72cabc8664 (diff) | |
download | cpython-36b4807621455e46649bec77b32a9c323aedf3f8.zip cpython-36b4807621455e46649bec77b32a9c323aedf3f8.tar.gz cpython-36b4807621455e46649bec77b32a9c323aedf3f8.tar.bz2 |
A small but essential file...
Diffstat (limited to 'Doc/tools')
-rwxr-xr-x | Doc/tools/whichlibs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/tools/whichlibs b/Doc/tools/whichlibs new file mode 100755 index 0000000..b7efe14 --- /dev/null +++ b/Doc/tools/whichlibs @@ -0,0 +1,2 @@ +#! /bin/sh +sed -n 's/^\\input{\(lib[a-zA-Z0-9_]*\)}.*/\1.tex/p' lib.tex |