mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
$(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! ;-)
This commit is contained in:
parent
4a9129c7e8
commit
df68e3dd6d
1 changed files with 1 additions and 1 deletions
|
@ -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=
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue