diff options
Diffstat (limited to 'Master/xemtex/gslib/pphs')
-rw-r--r-- | Master/xemtex/gslib/pphs | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Master/xemtex/gslib/pphs b/Master/xemtex/gslib/pphs deleted file mode 100644 index 03fc797ec63..00000000000 --- a/Master/xemtex/gslib/pphs +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh
-# $Id: pphs,v 1.1 2001/07/15 16:25:02 lpd Exp $
-# Print the Primary Hint Stream from a linearized PDF file. Usage:
-# pphs filename.pdf
-# Output goes to stdout.
-
-exec gs -q -dNODISPLAY -- pphs.ps "$@"
|