From df68e3dd6d6864e754214ba51e79ec4ef437374e Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Fri, 8 May 1998 03:46:38 +0000 Subject: $(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! ;-) --- Doc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/Makefile b/Doc/Makefile index b8d0535..1b8b6b7 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -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= -- cgit v0.12