diff options
author | Fred Drake <fdrake@acm.org> | 1999-01-12 20:32:39 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-01-12 20:32:39 (GMT) |
commit | fcb7adb6aa023453b68379ce36b7f0415ea9f383 (patch) | |
tree | 12375ea16ff590f8bdb0837bdd784f89e2eb3cc9 /Doc/Makefile | |
parent | 7a5f420e675cf7dcb88bf052b951d5ef946fac5b (diff) | |
download | cpython-fcb7adb6aa023453b68379ce36b7f0415ea9f383.zip cpython-fcb7adb6aa023453b68379ce36b7f0415ea9f383.tar.gz cpython-fcb7adb6aa023453b68379ce36b7f0415ea9f383.tar.bz2 |
Fix the HTML tarball target to generate the HTML if needed instead of
bombing.
Diffstat (limited to 'Doc/Makefile')
-rw-r--r-- | Doc/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/Doc/Makefile b/Doc/Makefile index 49c1d5b..88991ee 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -202,11 +202,7 @@ postscript-$(PAPER)-$(RELEASE).tgz: ps (cd paper-$(PAPER); $(MAKE) README) (cd paper-$(PAPER); tar cf - *.ps README) | gzip -9 >$@ -html-$(RELEASE).tgz: $(HTMLDIR)/api/api.html $(HTMLDIR)/ext/ext.html \ - $(HTMLDIR)/lib/lib.html $(HTMLDIR)/mac/mac.html \ - $(HTMLDIR)/ref/ref.html $(HTMLDIR)/tut/tut.html - -html-$(RELEASE).tgz: +html-$(RELEASE).tgz: html (cd $(HTMLDIR); tar cf - index.html ???/???.css ???/*.html */*.gif) \ | gzip -9 >$@ |