summaryrefslogtreecommitdiffstats
path: root/Doc/Makefile
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-10-02 19:09:47 (GMT)
committerGeorg Brandl <georg@python.org>2008-10-02 19:09:47 (GMT)
commite489db8f2592850be34950baea4e5aa3117f1bee (patch)
tree848931be90094970ec652f269ba6d7cc4aaba1dc /Doc/Makefile
parent218c6662a4df4cd37eaaa90217e71e01a830f5b6 (diff)
downloadcpython-e489db8f2592850be34950baea4e5aa3117f1bee.zip
cpython-e489db8f2592850be34950baea4e5aa3117f1bee.tar.gz
cpython-e489db8f2592850be34950baea4e5aa3117f1bee.tar.bz2
Forward-port r66736.
Diffstat (limited to 'Doc/Makefile')
-rw-r--r--Doc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/Makefile b/Doc/Makefile
index c1fcf6e..2b2fd14 100644
--- a/Doc/Makefile
+++ b/Doc/Makefile
@@ -111,7 +111,7 @@ dist:
# archive the HTML
make html
- cp -a build/html dist/python$(DISTVERSION)-docs-html
+ cp -pPR build/html dist/python$(DISTVERSION)-docs-html
tar -C dist -cf dist/python$(DISTVERSION)-docs-html.tar python$(DISTVERSION)-docs-html
bzip2 -9 -k dist/python$(DISTVERSION)-docs-html.tar
(cd dist; zip -q -r -9 python$(DISTVERSION)-docs-html.zip python$(DISTVERSION)-docs-html)
@@ -120,7 +120,7 @@ dist:
# archive the text build
make text
- cp -a build/text dist/python$(DISTVERSION)-docs-text
+ cp -pPR build/text dist/python$(DISTVERSION)-docs-text
tar -C dist -cf dist/python$(DISTVERSION)-docs-text.tar python$(DISTVERSION)-docs-text
bzip2 -9 -k dist/python$(DISTVERSION)-docs-text.tar
(cd dist; zip -q -r -9 python$(DISTVERSION)-docs-text.zip python$(DISTVERSION)-docs-text)