From 7f336be8208da1464ad7abcb85a5db00cc336976 Mon Sep 17 00:00:00 2001 From: Ken Martin Date: Wed, 22 Jan 2003 11:11:41 -0500 Subject: merge branch change into main tree --- Modules/FindLATEX.cmake | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Modules/FindLATEX.cmake b/Modules/FindLATEX.cmake index 21200cf..ba00965 100644 --- a/Modules/FindLATEX.cmake +++ b/Modules/FindLATEX.cmake @@ -5,6 +5,7 @@ # LATEX_COMPILE = the full path to the LaTeX compiler # BIBTEX_COMPILE = the full path to the BibTeX compiler # DVIPDF_COMPILE = the full path to the DVIPDF converter +# PS2PDF_COMPILE = the full path to the PS2PDF converter # DVIPS_COMPILE = the full path to the DVIPS converter # MAKEINDEX_COMPILE = the full path to the MakeIndex compiler # @@ -29,3 +30,7 @@ FIND_PROGRAM(MAKEINDEX_COMPILE NAMES makeindex ) +FIND_PROGRAM(PS2PDF_COMPILE + NAMES ps2pdf +) + -- cgit v0.12