summaryrefslogtreecommitdiff
path: root/Modules/FindLATEX.cmake
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2005-12-15 10:41:19 -0500
committerKen Martin <ken.martin@kitware.com>2005-12-15 10:41:19 -0500
commitd2689c95a1591fd7bc5bc8a2f1515a2db1d88b72 (patch)
tree4411afc189c59d4564de0d061578334364d17741 /Modules/FindLATEX.cmake
parent4b0fd57bef650dd027460f9ed50fb2687f214645 (diff)
downloadcmake-d2689c95a1591fd7bc5bc8a2f1515a2db1d88b72.tar.gz
ENH: some style fixes for the book
Diffstat (limited to 'Modules/FindLATEX.cmake')
-rw-r--r--Modules/FindLATEX.cmake14
1 files changed, 7 insertions, 7 deletions
diff --git a/Modules/FindLATEX.cmake b/Modules/FindLATEX.cmake
index d7e37e3e3e..a02d9e1795 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)