merge branch change into main tree

This commit is contained in:
Ken Martin 2003-01-22 11:11:41 -05:00
parent af96ba019e
commit 7f336be820
1 changed files with 5 additions and 0 deletions

View File

@ -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
)