diff options
author | Fred Drake <fdrake@acm.org> | 1998-05-11 18:54:02 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-05-11 18:54:02 (GMT) |
commit | efad4433518c7bab1fec74a39687d06b892a4567 (patch) | |
tree | 7edaba96d565ef1787e2b06ba6ff83491b9c0572 /Doc/html | |
parent | 29cabd4cd77b82b573e719b1f56d24f4c19dec2e (diff) | |
download | cpython-efad4433518c7bab1fec74a39687d06b892a4567.zip cpython-efad4433518c7bab1fec74a39687d06b892a4567.tar.gz cpython-efad4433518c7bab1fec74a39687d06b892a4567.tar.bz2 |
Remove the tarhtml target; not useful from the sub-make.
Diffstat (limited to 'Doc/html')
-rw-r--r-- | Doc/html/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Doc/html/Makefile b/Doc/html/Makefile index c92788a..3b0aa05 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 |