diff options
author | Fred Drake <fdrake@acm.org> | 1998-05-08 04:02:42 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-05-08 04:02:42 (GMT) |
commit | 445cfd339cbe046c08b8263b9edbf15fccce24a6 (patch) | |
tree | 705e3bbd9f718ee9ba3cebf6c7731bbcfc2eaae3 /Doc/Makefile | |
parent | f4166a478a1405f21753189970ef9083d5a4601c (diff) | |
download | cpython-445cfd339cbe046c08b8263b9edbf15fccce24a6.zip cpython-445cfd339cbe046c08b8263b9edbf15fccce24a6.tar.gz cpython-445cfd339cbe046c08b8263b9edbf15fccce24a6.tar.bz2 |
l2h target: Do the "right thing" regarding the paper-*/ subdirs as the other
"big" targets. Fix is to set the TEXINPUTS on the command line of the
sub-make.
Diffstat (limited to 'Doc/Makefile')
-rw-r--r-- | Doc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Makefile b/Doc/Makefile index 1b8b6b7..ac1e6bc 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -276,7 +276,7 @@ lib.texi: python-lib.texi COMMONPERL=perl/manual.perl perl/python.perl l2h: - (cd html; $(MAKE)) + (cd html; $(MAKE) TEXINPUTS=../paper-$(PAPER):../texinputs) l2hapi: $(COMMONPERL) $(MKHTML) api $(L2HARGS) |