A small but essential file...

This commit is contained in:
Guido van Rossum 1994-01-02 01:22:36 +00:00
parent 5fdeeeae2a
commit 36b4807621
2 changed files with 4 additions and 0 deletions

2
Doc/tools/whichlibs Executable file
View File

@ -0,0 +1,2 @@
#! /bin/sh
sed -n 's/^\\input{\(lib[a-zA-Z0-9_]*\)}.*/\1.tex/p' lib.tex

2
Doc/whichlibs Executable file
View File

@ -0,0 +1,2 @@
#! /bin/sh
sed -n 's/^\\input{\(lib[a-zA-Z0-9_]*\)}.*/\1.tex/p' lib.tex