Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 50c507e

Browse files
committed
Added wcnew target to run the "wcnew" version of webchecker.
1 parent 673c65e commit 50c507e

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

Doc/html/Makefile

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ TEXINPUTS=$(TOPDIR)/paper-$(PAPER):$(TOPDIR)/texinputs:
1515
# Where are the various programs?
1616
PYTHON= python
1717
WEBCHECKER=$(PYTHON) $(TOPDIR)/../Tools/webchecker/webchecker.py
18+
WCNEW=$(PYTHON) $(TOPDIR)/../Tools/webchecker/wcnew.py
1819
MKAUX= PAPER=$(PAPER) TEXINPUTS=$(TEXINPUTS) $(TOOLSDIR)/mkdvi.sh --aux
1920
MKHTML= PAPER=$(PAPER) $(TOOLSDIR)/mkhtml.sh
2021
KPSEWHICH= TEXINPUTS=$(TEXINPUTS) kpsewhich tex
@@ -114,6 +115,16 @@ webcheck: all
114115
$(WEBCHECKER) $(HTMLBASE)/ref/
115116
$(WEBCHECKER) $(HTMLBASE)/tut/
116117

118+
wcnew: all
119+
$(WCNEW) $(HTMLBASE)/api/
120+
$(WCNEW) $(HTMLBASE)/doc/
121+
$(WCNEW) $(HTMLBASE)/ext/
122+
$(WCNEW) -m290000 $(HTMLBASE)/lib/
123+
$(WCNEW) $(HTMLBASE)/mac/
124+
$(WCNEW) $(HTMLBASE)/ref/
125+
$(WCNEW) $(HTMLBASE)/tut/
126+
127+
117128
clean:
118129
rm -rf @webchecker.pickle
119130

0 commit comments

Comments
 (0)