ENH: Now also locates the "makeindex" program.

This commit is contained in:
Luis Ibanez 2002-11-20 14:40:51 -05:00
parent 9f7d94a1c4
commit 9686a9034c
1 changed files with 5 additions and 0 deletions

View File

@ -6,6 +6,7 @@
# BIBTEX_COMPILE = the full path to the BibTeX compiler
# DVIPDF_COMPILE = the full path to the DVIPDF converter
# DVIPS_COMPILE = the full path to the DVIPS converter
# MAKEINDEX_COMPILE = the full path to the MakeIndex compiler
#
FIND_PROGRAM(LATEX_COMPILE
@ -24,3 +25,7 @@ FIND_PROGRAM(DVIPS_COMPILE
NAMES dvips
)
FIND_PROGRAM(MAKEINDEX_COMPILE
NAMES makeindex
)