From: Fred Drake Date: Tue, 12 Jan 1999 20:32:39 +0000 (+0000) Subject: Fix the HTML tarball target to generate the HTML if needed instead of X-Git-Tag: v1.5.2b2~371 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fcb7adb6aa023453b68379ce36b7f0415ea9f383;p=thirdparty%2FPython%2Fcpython.git Fix the HTML tarball target to generate the HTML if needed instead of bombing. --- diff --git a/Doc/Makefile b/Doc/Makefile index 49c1d5b172b5..88991ee57078 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 >$@