summaryrefslogtreecommitdiff
path: root/Master/bin/i386-cygwin/ps2frag
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2009-05-12 16:41:23 +0000
committerNorbert Preining <preining@logic.at>2009-05-12 16:41:23 +0000
commit0f3796d4167346cf66cb3462fc18b95d33a17c9f (patch)
tree2ed6606d42259d551d06936ed20f7d068a5c2ccd /Master/bin/i386-cygwin/ps2frag
parent2adc57203c05867abb540950d7fc503d41cbf859 (diff)
add i386-cygwin binaries for 2008
git-svn-id: svn://tug.org/texlive/trunk@13056 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/bin/i386-cygwin/ps2frag')
-rwxr-xr-xMaster/bin/i386-cygwin/ps2frag11
1 files changed, 11 insertions, 0 deletions
diff --git a/Master/bin/i386-cygwin/ps2frag b/Master/bin/i386-cygwin/ps2frag
new file mode 100755
index 00000000000..b8e673be087
--- /dev/null
+++ b/Master/bin/i386-cygwin/ps2frag
@@ -0,0 +1,11 @@
+#!/bin/sh
+
+tty -s && {
+ echo
+ echo "Warning: the ps2frag script is not needed with this version of psfrag."
+ echo "Please read the manpage ps2frag(1) and the documentation of the"
+ echo "psfrag package."
+ echo
+} >&2
+
+exit 0