diff options
author | Fred Drake <fdrake@acm.org> | 1998-05-19 18:04:44 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-05-19 18:04:44 (GMT) |
commit | 806a1bf34f95cc8ac4286bca79c4de681443a14d (patch) | |
tree | 6aa7be508e6e39e227cff90c7fe8c0ed71ece053 /Doc/html/Makefile | |
parent | 79c0f0efc4ae1c7d9f98f97ff51fb9586ea919f3 (diff) | |
download | cpython-806a1bf34f95cc8ac4286bca79c4de681443a14d.zip cpython-806a1bf34f95cc8ac4286bca79c4de681443a14d.tar.gz cpython-806a1bf34f95cc8ac4286bca79c4de681443a14d.tar.bz2 |
webcheck target in this Makefile wasn't used.
Diffstat (limited to 'Doc/html/Makefile')
-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 9418d40..58989bf 100644 --- a/Doc/html/Makefile +++ b/Doc/html/Makefile @@ -29,9 +29,6 @@ l2href: l2htut: $(MAKE) srcdir=.. VPATH=.. TEXINPUTS=$(TEXINPUTS) -f ../Makefile l2htut -webcheck: - $(MAKE) srcdir=.. VPATH=.. -f ../Makefile webcheck - icons: mkdir icons cp ../icons/*.gif icons/ |