diff options
author | Ken Martin <ken.martin@kitware.com> | 2005-12-15 15:41:19 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2005-12-15 15:41:19 (GMT) |
commit | d2689c95a1591fd7bc5bc8a2f1515a2db1d88b72 (patch) | |
tree | 4411afc189c59d4564de0d061578334364d17741 /Modules/FindLATEX.cmake | |
parent | 4b0fd57bef650dd027460f9ed50fb2687f214645 (diff) | |
download | CMake-d2689c95a1591fd7bc5bc8a2f1515a2db1d88b72.zip CMake-d2689c95a1591fd7bc5bc8a2f1515a2db1d88b72.tar.gz CMake-d2689c95a1591fd7bc5bc8a2f1515a2db1d88b72.tar.bz2 |
ENH: some style fixes for the book
Diffstat (limited to 'Modules/FindLATEX.cmake')
-rw-r--r-- | Modules/FindLATEX.cmake | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/Modules/FindLATEX.cmake b/Modules/FindLATEX.cmake index d7e37e3..a02d9e1 100644 --- a/Modules/FindLATEX.cmake +++ b/Modules/FindLATEX.cmake @@ -2,13 +2,13 @@ # This module finds if Latex is installed and determines where the # executables are. This code sets the following variables: # -# LATEX_COMPILER = the full path to the LaTeX compiler -# PDFLATEX_COMPILER = the full path to the PdfLaTeX compiler -# BIBTEX_COMPILER = the full path to the BibTeX compiler -# MAKEINDEX_COMPILER = the full path to the MakeIndex compiler -# DVIPS_CONVERTER = the full path to the DVIPS converter -# PS2PDF_CONVERTER = the full path to the PS2PDF converter -# LATEX2HTML_CONVERTER = the full path to the LaTeX2Html converter +# LATEX_COMPILER: path to the LaTeX compiler +# PDFLATEX_COMPILER: path to the PdfLaTeX compiler +# BIBTEX_COMPILER: path to the BibTeX compiler +# MAKEINDEX_COMPILER: path to the MakeIndex compiler +# DVIPS_CONVERTER: path to the DVIPS converter +# PS2PDF_CONVERTER: path to the PS2PDF converter +# LATEX2HTML_CONVERTER: path to the LaTeX2Html converter # IF (WIN32) |