mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Fix the webcheck target so it checks the right files....
This commit is contained in:
parent
3bfed5b6b1
commit
79c0f0efc4
1 changed files with 6 additions and 6 deletions
12
Doc/Makefile
12
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 >$@
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue