From: Guido van Rossum Date: Sun, 2 Jan 1994 01:22:36 +0000 (+0000) Subject: A small but essential file... X-Git-Tag: v1.0.1~80 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=36b4807621455e46649bec77b32a9c323aedf3f8;p=thirdparty%2FPython%2Fcpython.git A small but essential file... --- diff --git a/Doc/tools/whichlibs b/Doc/tools/whichlibs new file mode 100755 index 000000000000..b7efe14d1c0f --- /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 diff --git a/Doc/whichlibs b/Doc/whichlibs new file mode 100755 index 000000000000..b7efe14d1c0f --- /dev/null +++ b/Doc/whichlibs @@ -0,0 +1,2 @@ +#! /bin/sh +sed -n 's/^\\input{\(lib[a-zA-Z0-9_]*\)}.*/\1.tex/p' lib.tex