]> granicus.if.org Git - python/commitdiff
Small change to the l2h target allowing the output dir, $(HTMLDIR), to be
authorFred Drake <fdrake@acm.org>
Fri, 15 May 1998 17:50:32 +0000 (17:50 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 15 May 1998 17:50:32 +0000 (17:50 +0000)
a sibling of the html/ directory in the distribution.

Doc/Makefile

index 5d22a870901f93eaa76cc805b53307980b4a8ecd..c373dcf40faf82a3f1d33c36d9fb02b68f958111 100644 (file)
@@ -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/