fix path in cfgcache.pm
This commit is contained in:
parent
f22f18f107
commit
bb9cbd133d
@ -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';
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user