From e593b6213a5121d7908261813ea9f9f76cc67eda Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Fri, 15 May 1998 17:50:32 +0000 Subject: Small change to the l2h target allowing the output dir, $(HTMLDIR), to be a sibling of the html/ directory in the distribution. --- Doc/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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/ -- cgit v0.12