summaryrefslogtreecommitdiffstats
path: root/Doc/Makefile
diff options
context:
space:
mode:
authorGreg Ward <gward@python.net>2000-04-28 17:09:17 (GMT)
committerGreg Ward <gward@python.net>2000-04-28 17:09:17 (GMT)
commite9792c4563a332bca6598bc444b6a30ed34ae724 (patch)
treed5c92e216e0ff640c2bb771934a7cd7cf3bc24ff /Doc/Makefile
parent3abb10435621f0d5f17a1d8cdeecaab1dab78280 (diff)
downloadcpython-e9792c4563a332bca6598bc444b6a30ed34ae724.zip
cpython-e9792c4563a332bca6598bc444b6a30ed34ae724.tar.gz
cpython-e9792c4563a332bca6598bc444b6a30ed34ae724.tar.bz2
When building HTML releases, refer to */*.css and */*.html instead of
???/*.css and ???/*.html -- need to pick up the Distutils manuals!
Diffstat (limited to 'Doc/Makefile')
-rw-r--r--Doc/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/Makefile b/Doc/Makefile
index 89f8de8..ee1023c 100644
--- a/Doc/Makefile
+++ b/Doc/Makefile
@@ -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 $@