]> granicus.if.org Git - python/commitdiff
Fix the webcheck target so it checks the right files....
authorFred Drake <fdrake@acm.org>
Tue, 19 May 1998 18:04:13 +0000 (18:04 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 19 May 1998 18:04:13 +0000 (18:04 +0000)
Doc/Makefile

index 521d61abe29b98224f77e5605b51233f014efc04..084611925f41af3e5c15ddd355356ed505ed7392 100644 (file)
@@ -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 >$@