From: Fred Drake Date: Mon, 11 May 1998 18:54:02 +0000 (+0000) Subject: Remove the tarhtml target; not useful from the sub-make. X-Git-Tag: v1.5.2a1~675 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=efad4433518c7bab1fec74a39687d06b892a4567;p=thirdparty%2FPython%2Fcpython.git Remove the tarhtml target; not useful from the sub-make. --- diff --git a/Doc/html/Makefile b/Doc/html/Makefile index c92788a86079..3b0aa05e4852 100644 --- a/Doc/html/Makefile +++ b/Doc/html/Makefile @@ -26,9 +26,6 @@ l2href: l2htut: $(MAKE) srcdir=.. VPATH=.. TEXINPUTS=$(TEXINPUTS) -f ../Makefile l2htut -tarhtml: - $(MAKE) srcdir=.. VPATH=.. -f ../Makefile tarhtml - webcheck: $(MAKE) srcdir=.. VPATH=.. -f ../Makefile webcheck