summaryrefslogtreecommitdiff
path: root/Master/xemtex/gslib/ps2pdf
diff options
context:
space:
mode:
Diffstat (limited to 'Master/xemtex/gslib/ps2pdf')
-rw-r--r--Master/xemtex/gslib/ps2pdf7
1 files changed, 7 insertions, 0 deletions
diff --git a/Master/xemtex/gslib/ps2pdf b/Master/xemtex/gslib/ps2pdf
new file mode 100644
index 00000000000..1f4c8376531
--- /dev/null
+++ b/Master/xemtex/gslib/ps2pdf
@@ -0,0 +1,7 @@
+#!/bin/sh
+# $Id: ps2pdf,v 1.1 2000/03/09 08:40:40 lpd Exp $
+# Convert PostScript to PDF.
+
+# Currently, we produce PDF 1.2 by default, but this is not guaranteed
+# not to change in the future.
+exec ps2pdf12 "$@"