fix path in cfgcache.pm

This commit is contained in:
Jindrich Novy 2005-11-24 15:33:08 +00:00
parent f22f18f107
commit bb9cbd133d
2 changed files with 5 additions and 2 deletions

View File

@ -50,7 +50,7 @@ $cfg{'PNMTOPNG'} = q'/usr/bin/pnmtopng';
$cfg{'PPMQUANT'} = q'/usr/bin/ppmquant';
$cfg{'PPMTOGIF'} = q'/usr/bin/ppmtogif';
$cfg{'PREFIX'} = q'/usr';
$cfg{'RGBCOLORFILE'} = q'/usr/X11R6/lib/X11/rgb.txt';
$cfg{'RGBCOLORFILE'} = q'/usr/share/X11/rgb.txt';
$cfg{'TEX'} = q'/usr/bin/tex';
$cfg{'TEXPATH'} = q'/usr/share/texmf/tex/latex/html';
$cfg{'TMPSPACE'} = q'/tmp';

View File

@ -4,7 +4,7 @@
Summary: Converts LaTeX documents to HTML
Name: latex2html
Version: 2002.2.1
Release: 4
Release: 5
License: Free To Use But Restricted (See LICENSE)
Group: Applications/Publishing
URL: http://www.latex2html.org/
@ -214,6 +214,9 @@ exit 0
%{_mandir}/man1/pstoimg.*
%changelog
* Thu Nov 24 2005 Jindrich Novy <jnovy@redhat.com> 2002.2.1-5
- fix path to rgb.txt, thanks to Ville Skyttä (#174089)
* Tue Jun 21 2005 Jindrich Novy <jnovy@redhat.com> 2002.2.1-4
- remove '\n' causing that pstoimg generates gray images
(#161186, #127010), solution from Julius Smith