]> granicus.if.org Git - python/commitdiff
Revert constraint on the GIF wildcard; we missed a few!
authorFred Drake <fdrake@acm.org>
Fri, 30 Apr 1999 15:58:45 +0000 (15:58 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 30 Apr 1999 15:58:45 +0000 (15:58 +0000)
Doc/Makefile

index 5faae61a69700fc6bf46b69f13483974943dcd81..3a5103ee6bd993575ce76ab9795f2532b09d92c2 100644 (file)
@@ -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: