diff options
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2008-10-02 23:13:53 +0000 |
---|---|---|
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2008-10-02 23:13:53 +0000 |
commit | 0e21cf9731748d8c3599637dfc308f98edaba44a (patch) | |
tree | 375b0818e69dad966d3f1b0f08b9afbd32e7d30a /Master/texmf-dist | |
parent | a171ccb4029c7cb32b86229c0648b9a681acadf2 (diff) |
pst2pdf update, v0.07 2008-09-29
git-svn-id: svn://tug.org/texlive/trunk@10835 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
-rwxr-xr-x | Master/texmf-dist/scripts/pst2pdf/pst2pdf.pl | 20 |
1 files changed, 18 insertions, 2 deletions
diff --git a/Master/texmf-dist/scripts/pst2pdf/pst2pdf.pl b/Master/texmf-dist/scripts/pst2pdf/pst2pdf.pl index adc88a33c59..837e7dbc11c 100755 --- a/Master/texmf-dist/scripts/pst2pdf/pst2pdf.pl +++ b/Master/texmf-dist/scripts/pst2pdf/pst2pdf.pl @@ -3,8 +3,24 @@ eval '(exit $?0)' && eval 'exec perl -S $0 ${1+"$@"}' && eval 'exec perl -S $0 $ use strict; # to be sure, that all is safe ... :-) -# v. 0.07 simplify the use of PSTricks with pdf -# 2008-09-29 (c) hvoss@tug.org +# v. 0.06 simplify the use of PSTricks with pdf +# 2007-08-28 (c) hvoss@tug.org +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or (at +# your option) any later version. +# +# This program is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. +# See the GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the +# Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, +# MA 02111-1307 USA +# use File::Path; # creating/removing dirs use File::Basename; # scan argument use IO::File; # simple IO operation |