From: Fred Drake Date: Fri, 30 Apr 1999 15:58:45 +0000 (+0000) Subject: Revert constraint on the GIF wildcard; we missed a few! X-Git-Tag: v1.6a1~1402 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ab005d5f6c83b185e917980074d2fea7e6649d95;p=thirdparty%2FPython%2Fcpython.git Revert constraint on the GIF wildcard; we missed a few! --- diff --git a/Doc/Makefile b/Doc/Makefile index 5faae61a6970..3a5103ee6bd9 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -217,7 +217,7 @@ postscript-$(PAPER)-$(RELEASE).tgz: ps (cd paper-$(PAPER); tar cf - *.ps README) | gzip -9 >$@ html-$(RELEASE).tgz: html - (cd $(HTMLDIR); tar cf - *index.html ???/*.css ???/*.html ???/*.gif) \ + (cd $(HTMLDIR); tar cf - *index.html ???/*.css ???/*.html */*.gif) \ | gzip -9 >$@ # convenience targets: