From: Jean-Michel Sarlat Date: Thu, 25 Apr 2013 12:47:55 +0000 (+0200) Subject: Modifications mineures des scripts X-Git-Url: https://melusine.eu.org/syracuse/G/git/?p=pst-anamorphosis.git;a=commitdiff_plain;h=ea9a1c93cb0a20b5e2b1bf48ecf855ef08e57a63 Modifications mineures des scripts --- diff --git a/opt/epsnorm b/opt/epsnorm index f9f34b0..f9dd841 100755 --- a/opt/epsnorm +++ b/opt/epsnorm @@ -9,7 +9,7 @@ use strict; # http://melusine.eu.org/syracuse/G/git/?p=pst-anamorphosis.git git # ============================================================================== -our $windows_pstoedit = ''; +our $windows_pstoedit = 'chemin vers pstoedit.exe'; our $on_windows = $^O =~ /^MSWin/; our $GS = $on_windows ? "gswin32c" : "gs"; diff --git a/opt/epsnorm.pl b/opt/epsnorm.pl index f9f34b0..f9dd841 100755 --- a/opt/epsnorm.pl +++ b/opt/epsnorm.pl @@ -9,7 +9,7 @@ use strict; # http://melusine.eu.org/syracuse/G/git/?p=pst-anamorphosis.git git # ============================================================================== -our $windows_pstoedit = ''; +our $windows_pstoedit = 'chemin vers pstoedit.exe'; our $on_windows = $^O =~ /^MSWin/; our $GS = $on_windows ? "gswin32c" : "gs"; diff --git a/opt/psftopst b/opt/psftopst index 7cd5f51..e4e38da 100755 --- a/opt/psftopst +++ b/opt/psftopst @@ -9,7 +9,7 @@ use strict; # http://melusine.eu.org/syracuse/G/git/?p=pst-anamorphosis.git git # ============================================================================== -our $windows_pstoedit = ''; +our $windows_pstoedit = 'chemin vers pstoedit.exe'; our $on_windows = $^O =~ /^MSWin/; our $GS = $on_windows ? "gswin32c" : "gs"; diff --git a/opt/psftopst.pl b/opt/psftopst.pl index 7cd5f51..e4e38da 100755 --- a/opt/psftopst.pl +++ b/opt/psftopst.pl @@ -9,7 +9,7 @@ use strict; # http://melusine.eu.org/syracuse/G/git/?p=pst-anamorphosis.git git # ============================================================================== -our $windows_pstoedit = ''; +our $windows_pstoedit = 'chemin vers pstoedit.exe'; our $on_windows = $^O =~ /^MSWin/; our $GS = $on_windows ? "gswin32c" : "gs";