X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FLaTeX.h;h=a57cebc83bcc2ff5ac874e37f17efb361d1bbac2;hb=1e519d1115f41f71c253cb9e2fbb7803e9a583a9;hp=aa895cf640b7047200bb3a0a7c6d66eace76f839;hpb=12b03b30f4528f764f8b46c099ea85ba9d996da2;p=lyx.git diff --git a/src/LaTeX.h b/src/LaTeX.h index aa895cf640..a57cebc83b 100644 --- a/src/LaTeX.h +++ b/src/LaTeX.h @@ -188,12 +188,12 @@ private: /// void deplog(DepTable & head); - /// - bool runMakeIndex(std::string const &, OutputParams const &, + /// returns exit code + int runMakeIndex(std::string const &, OutputParams const &, std::string const & = std::string()); - /// - bool runMakeIndexNomencl(support::FileName const &, + /// returns exit code + int runMakeIndexNomencl(support::FileName const &, std::string const &, std::string const &); /// @@ -215,7 +215,7 @@ private: /// bool runBibTeX(std::vector const &, - OutputParams const &); + OutputParams const &, int & exit_code); /// void removeAuxiliaryFiles() const;