From 50c507e4b4d082323fefd393604f43f0cbe8871b Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Thu, 29 Apr 1999 19:04:55 +0000 Subject: [PATCH] Added wcnew target to run the "wcnew" version of webchecker. --- Doc/html/Makefile | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Doc/html/Makefile b/Doc/html/Makefile index 77c74cb3ccb..fa7e6f50df6 100644 --- a/Doc/html/Makefile +++ b/Doc/html/Makefile @@ -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