Kaydet (Commit) 50c507e4 authored tarafından Fred Drake's avatar Fred Drake

Added wcnew target to run the "wcnew" version of webchecker.

üst 673c65e5
......@@ -15,6 +15,7 @@ TEXINPUTS=$(TOPDIR)/paper-$(PAPER):$(TOPDIR)/texinputs:
# Where are the various programs?
PYTHON= python
WEBCHECKER=$(PYTHON) $(TOPDIR)/../Tools/webchecker/webchecker.py
WCNEW=$(PYTHON) $(TOPDIR)/../Tools/webchecker/wcnew.py
MKAUX= PAPER=$(PAPER) TEXINPUTS=$(TEXINPUTS) $(TOOLSDIR)/mkdvi.sh --aux
MKHTML= PAPER=$(PAPER) $(TOOLSDIR)/mkhtml.sh
KPSEWHICH= TEXINPUTS=$(TEXINPUTS) kpsewhich tex
......@@ -114,6 +115,16 @@ webcheck: all
$(WEBCHECKER) $(HTMLBASE)/ref/
$(WEBCHECKER) $(HTMLBASE)/tut/
wcnew: all
$(WCNEW) $(HTMLBASE)/api/
$(WCNEW) $(HTMLBASE)/doc/
$(WCNEW) $(HTMLBASE)/ext/
$(WCNEW) -m290000 $(HTMLBASE)/lib/
$(WCNEW) $(HTMLBASE)/mac/
$(WCNEW) $(HTMLBASE)/ref/
$(WCNEW) $(HTMLBASE)/tut/
clean:
rm -rf @webchecker.pickle
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment