pstoimg (bacula-docs-11.0.3.tar.bz2) | : | pstoimg (bacula-docs-11.0.4.tar.bz2) | ||
---|---|---|---|---|
skipping to change at line 254 | skipping to change at line 254 | |||
use Getopt::Long; | use Getopt::Long; | |||
# see below for a description of the environment | # see below for a description of the environment | |||
BEGIN { | BEGIN { | |||
# print "scanning for l2hdir\n"; | # print "scanning for l2hdir\n"; | |||
if($ENV{LATEX2HTMLDIR}) { | if($ENV{LATEX2HTMLDIR}) { | |||
$LATEX2HTMLDIR = $ENV{LATEX2HTMLDIR}; | $LATEX2HTMLDIR = $ENV{LATEX2HTMLDIR}; | |||
} else { | } else { | |||
$ENV{LATEX2HTMLDIR} = $LATEX2HTMLDIR = '/home/bsbuild/dev/org-release/bacula -docs-11.0.3/latex2html'; | $ENV{LATEX2HTMLDIR} = $LATEX2HTMLDIR = '/home/bsbuild/dev/org-release/bacula -docs-11.0.4/latex2html'; | |||
} | } | |||
if(-d $LATEX2HTMLDIR) { | if(-d $LATEX2HTMLDIR) { | |||
push(@INC,$LATEX2HTMLDIR); | push(@INC,$LATEX2HTMLDIR); | |||
} else { | } else { | |||
die qq{Fatal: Directory "$LATEX2HTMLDIR" does not exist.\n}; | die qq{Fatal: Directory "$LATEX2HTMLDIR" does not exist.\n}; | |||
} | } | |||
} | } | |||
use L2hos; # load OS-specific stuff | use L2hos; # load OS-specific stuff | |||
skipping to change at line 1483 | skipping to change at line 1483 | |||
This variable is set to the path(s) where Ghostscript libraries have | This variable is set to the path(s) where Ghostscript libraries have | |||
been found on this system during configuration, but only if the built-in | been found on this system during configuration, but only if the built-in | |||
paths are not correct. This fixes the problem of relocation that is quite | paths are not correct. This fixes the problem of relocation that is quite | |||
common on Win32 installations. This behavior can be overridden by | common on Win32 installations. This behavior can be overridden by | |||
setting GS_LIB manually before starting pstoimg. | setting GS_LIB manually before starting pstoimg. | |||
=item LATEX2HTMLDIR | =item LATEX2HTMLDIR | |||
The directory where the LaTeX2HTML library and perl modules are found. | The directory where the LaTeX2HTML library and perl modules are found. | |||
Defaults to "/home/bsbuild/dev/org-release/bacula-docs-11.0.3/latex2html" on thi s installation. | Defaults to "/home/bsbuild/dev/org-release/bacula-docs-11.0.4/latex2html" on thi s installation. | |||
=item OUTFILE | =item OUTFILE | |||
Setting this has the same effect as specifying B<-out>. Please do not rely | Setting this has the same effect as specifying B<-out>. Please do not rely | |||
on this feature any more, it will disappear from the next releases! | on this feature any more, it will disappear from the next releases! | |||
=item PAPERSIZE | =item PAPERSIZE | |||
The papersize to use by Ghostscript to render the image. pstoimg tries | The papersize to use by Ghostscript to render the image. pstoimg tries | |||
hard to optimize for rendering on the smallest possible bitmap size. | hard to optimize for rendering on the smallest possible bitmap size. | |||
End of changes. 2 change blocks. | ||||
2 lines changed or deleted | 2 lines changed or added |