From: Jean-Michel Sarlat Date: Wed, 19 Oct 2011 20:35:35 +0000 (+0200) Subject: Typo X-Git-Url: https://melusine.eu.org/syracuse/G/git/?p=pst-anamorphosis.git;a=commitdiff_plain;h=b2262dadfc33a16c396136b8b0aa6f3c8bc34e00 Typo --- 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