This commit is contained in:
Juergen Spitzmueller 2022-02-16 13:17:30 +01:00
parent cc4de1501c
commit 1888a2ccb5

View File

@ -588,8 +588,8 @@ int LaTeX::runMakeIndex(string const & f, OutputParams const & rp,
int LaTeX::runMakeIndexNomencl(FileName const & fname, int LaTeX::runMakeIndexNomencl(FileName const & fname,
string const & nlo, string const & nls) string const & nlo, string const & nls)
{ {
LYXERR(Debug::LATEX, "Running Nocmenclature Processor."); LYXERR(Debug::LATEX, "Running Nomenclature Processor.");
message(_("Running Nocmenclature Processor.")); message(_("Running Nomenclature Processor."));
string tmp = lyxrc.nomencl_command + ' '; string tmp = lyxrc.nomencl_command + ' ';
// onlyFileName() is needed for cygwin // onlyFileName() is needed for cygwin
tmp += quoteName(onlyFileName(changeExtension(fname.absFileName(), nlo))); tmp += quoteName(onlyFileName(changeExtension(fname.absFileName(), nlo)));