From 79c0f0efc4ae1c7d9f98f97ff51fb9586ea919f3 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Tue, 19 May 1998 18:04:13 +0000 Subject: Fix the webcheck target so it checks the right files.... --- Doc/Makefile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Doc/Makefile b/Doc/Makefile index 521d61a..0846119 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -324,12 +324,12 @@ l2htut: $(COMMONPERL) # webchecker needs an extra flag to process the huge index from the libref 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/ + $(WEBCHECKER) file:`pwd`/$(HTMLDIR)/api/ + $(WEBCHECKER) file:`pwd`/$(HTMLDIR)/ext/ + $(WEBCHECKER) -m290000 file:`pwd`/$(HTMLDIR)/lib/ + $(WEBCHECKER) file:`pwd`/$(HTMLDIR)/mac/ + $(WEBCHECKER) file:`pwd`/$(HTMLDIR)/ref/ + $(WEBCHECKER) file:`pwd`/$(HTMLDIR)/tut/ lib-info-$(RELEASE).tgz: info (cd $(INFODIR); tar cf - python-???.info*) | gzip -9 >$@ -- cgit v0.12