commit | c5c67bc367e0106ca94b9fb5bcfeb3e4b2fa7310 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Tue Feb 15 15:59:23 1994 +0000 |
committer | Guido van Rossum <guido@python.org> | Tue Feb 15 15:59:23 1994 +0000 |
tree | e1bffea5969016a12b833f4b7a9cbae7e23b78ae | |
parent | 3ed23cc158f6609742229a7d912ace5533595a86 [diff] [blame] |
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
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