forked from pool/latex2html
* fix warnings in perl 5.14 * build fixes - latex2html-2008.diff was split to share-dir.patch, local.pm (source) and latex2html.1 (source) - buildroot.diff was renamed to dest-dir.diff and that was extended to install icons properly - fix-defined.patch was removed (upstreamed) - manual.ps.gz was removed OBS-URL: https://build.opensuse.org/package/show/Publishing/latex2html?expand=0&rev=16
31 lines
1.2 KiB
Perl
31 lines
1.2 KiB
Perl
#################################################################
|
|
# local.pm
|
|
#
|
|
# Local Configuration for LaTeX2HTML
|
|
#
|
|
# This file is created automatically. Do not edit!
|
|
#
|
|
#################################################################
|
|
|
|
package main;
|
|
|
|
### start pstoimg configuration ###
|
|
$GS_LIB = ' . ; /usr/share/ghostscript/5.50 ; /usr/share/ghostscript/fonts'; # Inserted by configure-pstoimg
|
|
$GS_DEVICE = 'ppmraw'; # Inserted by configure-pstoimg
|
|
$GS = '/usr/bin/gs'; # Inserted by configure-pstoimg
|
|
$PNMCAT = '/usr/X11R6/bin/pnmcat'; # Inserted by configure-pstoimg
|
|
$PNMFILE = '/usr/X11R6/bin/pnmfile'; # Inserted by configure-pstoimg
|
|
$PNMTOPNG = '/usr/X11R6/bin/pnmtopng'; # Inserted by configure-pstoimg
|
|
$PBMMAKE = '/usr/X11R6/bin/pbmmake'; # Inserted by configure-pstoimg
|
|
$GSLANDSCAPE = '/usr/share/ghostscript/5.50/landscap.ps'; # Inserted by configure-pstoimg
|
|
$PPMQUANT = '/usr/X11R6/bin/ppmquant'; # Inserted by configure-pstoimg
|
|
$PNMFLIP = '/usr/X11R6/bin/pnmflip'; # Inserted by configure-pstoimg
|
|
$bg_color = '\#bfbfbf'; # Inserted by configure-pstoimg
|
|
$white_color = '\#ffffff'; # Inserted by configure-pstoimg
|
|
$PNMCROP = '/usr/X11R6/bin/pnmcrop'; # Inserted by configure-pstoimg
|
|
|
|
### end pstoimg configuration ###
|
|
|
|
1;
|
|
|