merge branch change into main tree
This commit is contained in:
parent
af96ba019e
commit
7f336be820
@ -5,6 +5,7 @@
|
|||||||
# LATEX_COMPILE = the full path to the LaTeX compiler
|
# LATEX_COMPILE = the full path to the LaTeX compiler
|
||||||
# BIBTEX_COMPILE = the full path to the BibTeX compiler
|
# BIBTEX_COMPILE = the full path to the BibTeX compiler
|
||||||
# DVIPDF_COMPILE = the full path to the DVIPDF converter
|
# 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
|
# DVIPS_COMPILE = the full path to the DVIPS converter
|
||||||
# MAKEINDEX_COMPILE = the full path to the MakeIndex compiler
|
# MAKEINDEX_COMPILE = the full path to the MakeIndex compiler
|
||||||
#
|
#
|
||||||
@ -29,3 +30,7 @@ FIND_PROGRAM(MAKEINDEX_COMPILE
|
|||||||
NAMES makeindex
|
NAMES makeindex
|
||||||
)
|
)
|
||||||
|
|
||||||
|
FIND_PROGRAM(PS2PDF_COMPILE
|
||||||
|
NAMES ps2pdf
|
||||||
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user