diff options
author | Fred Drake <fdrake@acm.org> | 2000-10-09 18:56:23 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2000-10-09 18:56:23 (GMT) |
commit | 87d4a03ad76e9ea8764557b0eeb9d9fb7eb3e1cf (patch) | |
tree | 6594cebf4c5635d9b0731bc240271bb394fc851a | |
parent | 109212037ba63f9176cbdb717670a2d4dcc30917 (diff) | |
download | cpython-87d4a03ad76e9ea8764557b0eeb9d9fb7eb3e1cf.zip cpython-87d4a03ad76e9ea8764557b0eeb9d9fb7eb3e1cf.tar.gz cpython-87d4a03ad76e9ea8764557b0eeb9d9fb7eb3e1cf.tar.bz2 |
Do not forget to build the acks.html file when building "all"!
-rw-r--r-- | Doc/html/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/html/Makefile b/Doc/html/Makefile index 9f63e04..03f3d04 100644 --- a/Doc/html/Makefile +++ b/Doc/html/Makefile @@ -37,7 +37,7 @@ COMMONPERL= $(TOPDIR)/perl/manual.perl \ $(TOPDIR)/perl/l2hinit.perl -all: $(INDEXFILES) index.html modindex.html +all: $(INDEXFILES) index.html modindex.html acks.html .PHONY: api ext lib mac ref tut inst dist |