diff options
author | Guido van Rossum <guido@python.org> | 1994-02-15 15:59:23 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1994-02-15 15:59:23 (GMT) |
commit | c5c67bc367e0106ca94b9fb5bcfeb3e4b2fa7310 (patch) | |
tree | e1bffea5969016a12b833f4b7a9cbae7e23b78ae /Doc/tools | |
parent | 3ed23cc158f6609742229a7d912ace5533595a86 (diff) | |
download | cpython-c5c67bc367e0106ca94b9fb5bcfeb3e4b2fa7310.zip cpython-c5c67bc367e0106ca94b9fb5bcfeb3e4b2fa7310.tar.gz cpython-c5c67bc367e0106ca94b9fb5bcfeb3e4b2fa7310.tar.bz2 |
At release 1.0.1. Scripts, Makefile, README: cosmetic changes and
streamlined procedure; tut.tex: fixes by Tim Peters; libposix.tex:
added posix.fdopen; ext.tex: typos
Diffstat (limited to 'Doc/tools')
-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 b7efe14..56287cb 100755 --- a/Doc/tools/whichlibs +++ b/Doc/tools/whichlibs @@ -1,2 +1,2 @@ -#! /bin/sh +#!/bin/sh sed -n 's/^\\input{\(lib[a-zA-Z0-9_]*\)}.*/\1.tex/p' lib.tex |