mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 12:32:26 +00:00
Oops.
This commit is contained in:
parent
cc4de1501c
commit
1888a2ccb5
@ -588,8 +588,8 @@ int LaTeX::runMakeIndex(string const & f, OutputParams const & rp,
|
||||
int LaTeX::runMakeIndexNomencl(FileName const & fname,
|
||||
string const & nlo, string const & nls)
|
||||
{
|
||||
LYXERR(Debug::LATEX, "Running Nocmenclature Processor.");
|
||||
message(_("Running Nocmenclature Processor."));
|
||||
LYXERR(Debug::LATEX, "Running Nomenclature Processor.");
|
||||
message(_("Running Nomenclature Processor."));
|
||||
string tmp = lyxrc.nomencl_command + ' ';
|
||||
// onlyFileName() is needed for cygwin
|
||||
tmp += quoteName(onlyFileName(changeExtension(fname.absFileName(), nlo)));
|
||||
|
Loading…
Reference in New Issue
Block a user