From 47f69067d5208d0839e1f79d8bb3348c4ddfd255 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Fri, 28 Aug 1998 21:16:28 +0000 Subject: [PATCH] Script to generate page counts of the PostScript files. --- Doc/tools/getpagecounts | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100755 Doc/tools/getpagecounts diff --git a/Doc/tools/getpagecounts b/Doc/tools/getpagecounts new file mode 100755 index 0000000000..46d3a13808 --- /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 <