From b2262dadfc33a16c396136b8b0aa6f3c8bc34e00 Mon Sep 17 00:00:00 2001
From: Jean-Michel Sarlat <jm.sarlat@gmail.com>
Date: Wed, 19 Oct 2011 22:35:35 +0200
Subject: [PATCH] Typo

---
 opt/Makefile              | 5 +++++
 opt/{pstopst => psftopst} | 2 +-
 opt/psftopst.pl           | 2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)
 create mode 100644 opt/Makefile
 rename opt/{pstopst => psftopst} (99%)

diff --git a/opt/Makefile b/opt/Makefile
new file mode 100644
index 0000000..340faf6
--- /dev/null
+++ b/opt/Makefile
@@ -0,0 +1,5 @@
+PROG = psftopst
+install:
+	perl -c $(PROG).pl
+	cp $(PROG).pl ~/bin/$(PROG)
+	cp $(PROG).pl $(PROG)
\ No newline at end of file
diff --git a/opt/pstopst b/opt/psftopst
similarity index 99%
rename from opt/pstopst
rename to opt/psftopst
index e127258..c577a1e 100755
--- a/opt/pstopst
+++ b/opt/psftopst
@@ -2,7 +2,7 @@ eval '(exit $?0)' && eval 'exec perl -S $0 ${1+"$@"}' && eval 'exec perl -S $0 $
   if 0;
 use strict;
 # ==============================================================================
-# psftopdf
+# psftopst
 # Version 1.0 (Mercredi 19 octobre 2011)                      Jean-Michel Sarlat
 # Ce script fait partie du projet pst-anamorphosis         (Gilg, Luque, Sarlat)
 # http://melusine.eu.org/syracuse/G/pst-anamorphosis                    Checkout
diff --git a/opt/psftopst.pl b/opt/psftopst.pl
index e127258..c577a1e 100755
--- a/opt/psftopst.pl
+++ b/opt/psftopst.pl
@@ -2,7 +2,7 @@ eval '(exit $?0)' && eval 'exec perl -S $0 ${1+"$@"}' && eval 'exec perl -S $0 $
   if 0;
 use strict;
 # ==============================================================================
-# psftopdf
+# psftopst
 # Version 1.0 (Mercredi 19 octobre 2011)                      Jean-Michel Sarlat
 # Ce script fait partie du projet pst-anamorphosis         (Gilg, Luque, Sarlat)
 # http://melusine.eu.org/syracuse/G/pst-anamorphosis                    Checkout
-- 
2.20.1