Kaydet (Commit) df68e3dd authored tarafından Fred Drake's avatar Fred Drake

$(KPSEWHICH): Use the older style of calling kpsewhich with the arg

	specifying *which* type of path to search.  This works for both
	teTeX 0.4 and 0.9.  This is what we call portability these days!  ;-)
üst 4a9129c7
......@@ -50,7 +50,7 @@ PAPER=letter
LATEX= latex
PDFLATEX= pdflatex
DVIPS= dvips -N0
KPSEWHICH= TEXINPUTS=$(TEXINPUTS) kpsewhich
KPSEWHICH= TEXINPUTS=$(TEXINPUTS) kpsewhich tex
MAKEINDEX= makeindex -s $(srcdir)/texinputs/myindex.ist
ACROREAD= acroread
L2HARGS=
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment