Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit df68e3d

Browse files
committed
$(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! ;-)
1 parent 4a9129c commit df68e3d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ PAPER=letter
5050
LATEX= latex
5151
PDFLATEX= pdflatex
5252
DVIPS= dvips -N0
53-
KPSEWHICH= TEXINPUTS=$(TEXINPUTS) kpsewhich
53+
KPSEWHICH= TEXINPUTS=$(TEXINPUTS) kpsewhich tex
5454
MAKEINDEX= makeindex -s $(srcdir)/texinputs/myindex.ist
5555
ACROREAD= acroread
5656
L2HARGS=

0 commit comments

Comments
 (0)