]> granicus.if.org Git - python/commitdiff
When building HTML releases, refer to */*.css and */*.html instead of
authorGreg Ward <gward@python.net>
Fri, 28 Apr 2000 17:09:17 +0000 (17:09 +0000)
committerGreg Ward <gward@python.net>
Fri, 28 Apr 2000 17:09:17 +0000 (17:09 +0000)
???/*.css and ???/*.html -- need to pick up the Distutils manuals!

Doc/Makefile

index 89f8de840e3992111da4b60850749b2016e241b6..ee1023c8bf94ecd0b4e71251dab19cb5bc47910a 100644 (file)
@@ -276,18 +276,18 @@ postscript-$(PAPER)-$(RELEASE).zip: ps
 
 html-$(RELEASE).tgz:   html
        (cd $(HTMLDIR); \
-               tar cf - *index.html ???/*.css ???/*.html */*.gif) \
+               tar cf - *index.html */*.css */*.html */*.gif) \
                | gzip -9 >$@
 
 html-$(RELEASE).tar.bz2:       html
        (cd $(HTMLDIR); \
-               tar cf - *index.html ???/*.css ???/*.html */*.gif) \
+               tar cf - *index.html */*.css */*.html */*.gif) \
                | bzip2 -9 >$@
 
 html-$(RELEASE).zip:   html
        rm -f $@
        (cd $(HTMLDIR); \
-               zip -q -9 ../$@ *index.html ???/*.css ???/*.html */*.gif)
+               zip -q -9 ../$@ *index.html */*.css */*.html */*.gif)
 
 longhtml-$(RELEASE).zip:       longhtml
        rm -f $@