diff options
author | Fred Drake <fdrake@acm.org> | 2001-01-09 22:50:13 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-01-09 22:50:13 (GMT) |
commit | 675e1d0a0dc4b55a63b2d70ed4e501d2a222bb46 (patch) | |
tree | 6fa3f9fdb06aa1d82399d031a6483a5ec75a11f0 | |
parent | 3c48ef7de8706835640441b821010001f35f41eb (diff) | |
download | cpython-675e1d0a0dc4b55a63b2d70ed4e501d2a222bb46.zip cpython-675e1d0a0dc4b55a63b2d70ed4e501d2a222bb46.tar.gz cpython-675e1d0a0dc4b55a63b2d70ed4e501d2a222bb46.tar.bz2 |
Remove bogus "echo" command.
-rw-r--r-- | Doc/html/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Doc/html/Makefile b/Doc/html/Makefile index 5da7cab..4cd8423 100644 --- a/Doc/html/Makefile +++ b/Doc/html/Makefile @@ -77,7 +77,6 @@ doc/doc.html: $(DOCFILES) $(BUILDINDEX) $(MKHTML) $(TOPDIR)/doc/doc.tex ext/ext.html: $(EXTFILES) - echo $(EXTFILES) $(MKHTML) $(TOPDIR)/ext/ext.tex lib/lib.html: $(LIBFILES) $(BUILDINDEX) |