summaryrefslogtreecommitdiffstats
path: root/Doc/Makefile
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-05-15 17:50:32 (GMT)
committerFred Drake <fdrake@acm.org>1998-05-15 17:50:32 (GMT)
commite593b6213a5121d7908261813ea9f9f76cc67eda (patch)
tree4ee72187e541e9211f6c41230339c86dd1461b2c /Doc/Makefile
parenta4565b07961a8926c83ec266196e4257ae1c3dcb (diff)
downloadcpython-e593b6213a5121d7908261813ea9f9f76cc67eda.zip
cpython-e593b6213a5121d7908261813ea9f9f76cc67eda.tar.gz
cpython-e593b6213a5121d7908261813ea9f9f76cc67eda.tar.bz2
Small change to the l2h target allowing the output dir, $(HTMLDIR), to be
a sibling of the html/ directory in the distribution.
Diffstat (limited to 'Doc/Makefile')
-rw-r--r--Doc/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Doc/Makefile b/Doc/Makefile
index 5d22a87..c373dcf 100644
--- a/Doc/Makefile
+++ b/Doc/Makefile
@@ -298,7 +298,8 @@ COMMONPERL=perl/manual.perl perl/python.perl
html: l2h
l2h:
- (cd $(HTMLDIR); $(MAKE) TEXINPUTS=../paper-$(PAPER):../texinputs:)
+ (cd $(HTMLDIR); $(MAKE) TEXINPUTS=../paper-$(PAPER):../texinputs: \
+ -f ../html/Makefile)
l2hapi: $(COMMONPERL)
$(MKHTML) api $(L2HARGS)
@@ -325,6 +326,7 @@ webcheck:
$(WEBCHECKER) file:`pwd`/api/
$(WEBCHECKER) file:`pwd`/ext/
$(WEBCHECKER) -m290000 file:`pwd`/lib/
+ $(WEBCHECKER) file:`pwd`/mac/
$(WEBCHECKER) file:`pwd`/ref/
$(WEBCHECKER) file:`pwd`/tut/