From 0a96cca7ec89d7115beace847131e5e372e80894 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Thu, 7 May 1998 20:00:59 +0000 Subject: Added the webcheck target here. --- Doc/html/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Doc/html/Makefile b/Doc/html/Makefile index 5973154..c92788a 100644 --- a/Doc/html/Makefile +++ b/Doc/html/Makefile @@ -29,6 +29,9 @@ l2htut: tarhtml: $(MAKE) srcdir=.. VPATH=.. -f ../Makefile tarhtml +webcheck: + $(MAKE) srcdir=.. VPATH=.. -f ../Makefile webcheck + icons: mkdir icons cp ../icons/*.gif icons/ -- cgit v0.12