Skip to content
Snippets Groups Projects

Necessary cleanup for warning-free work with 2.6

Merged Dominic Kempf requested to merge feature/cleanup-for-2.6 into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -8,6 +8,6 @@ $makeindex = "@MAKEINDEX_COMPILER@ %O -o %D %S";
$out_dir = "@CMAKE_CURRENT_BINARY_DIR@";
$pdf_mode = 1;
$pdflatex = "@PDFLATEX_COMPILER@ -shell-escape -interaction=nonstopmode %O %S";
$ps2pdf = "@PS2PDF_CONVERTER %O %S %D@";
$ps2pdf = "@PS2PDF_CONVERTER@ %O %S %D";
# .latexmkrc generated by CMake from UseLatexMk.cmake ends here
Loading