From: Fred Drake Date: Fri, 28 Aug 1998 21:16:28 +0000 (+0000) Subject: Script to generate page counts of the PostScript files. X-Git-Tag: v1.5.2a2~334 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=47f69067d5208d0839e1f79d8bb3348c4ddfd255;p=thirdparty%2FPython%2Fcpython.git Script to generate page counts of the PostScript files. --- diff --git a/Doc/tools/getpagecounts b/Doc/tools/getpagecounts new file mode 100755 index 000000000000..46d3a1380832 --- /dev/null +++ b/Doc/tools/getpagecounts @@ -0,0 +1,23 @@ +#! /bin/sh +# -*- Ksh -*- +# +# Generate a page count report of the PostScript version of the manuals. + +cd `dirname $0`/.. + +PAPER=${PAPER:-letter} + + +cat <