Add a command variable for 'LATEX' so we can draw figures using LATEX

and then convert them to .eps files with dvips -E.
This commit is contained in:
Murray Stokely 2002-01-01 05:30:49 +00:00
parent 14233a1499
commit 79c09bbbdf
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=11548

View file

@ -178,6 +178,7 @@ TOUCH?= /usr/bin/touch
XARGS?= /usr/bin/xargs
TEX?= ${PREFIX}/bin/tex
LATEX?= ${PREFIX}/bin/latex
PDFTEX?= ${PREFIX}/bin/pdftex
TIDY?= ${PREFIX}/bin/tidy
TIDYOPTS?= -i -m -raw -preserve -f /dev/null ${TIDYFLAGS}