diff options
author | Fred Drake <fdrake@acm.org> | 1998-05-08 03:46:38 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-05-08 03:46:38 (GMT) |
commit | df68e3dd6d6864e754214ba51e79ec4ef437374e (patch) | |
tree | 1508364d998f530148a97514fa11f6c28b68fd21 /Doc | |
parent | 4a9129c7e86e0150a802f941af77df9d8c6d1dc1 (diff) | |
download | cpython-df68e3dd6d6864e754214ba51e79ec4ef437374e.zip cpython-df68e3dd6d6864e754214ba51e79ec4ef437374e.tar.gz cpython-df68e3dd6d6864e754214ba51e79ec4ef437374e.tar.bz2 |
$(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! ;-)
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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= |