summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2010-08-20 14:36:33 -0400
committerNed Batchelder <ned@nedbatchelder.com>2010-08-20 14:36:33 -0400
commit896dd364d530e558c53d810e5f1a9606d3d72e98 (patch)
tree6b8449ce9aa9b78b1f5d89f6d5871b7e5764d505 /Makefile
parent90a8dc1209f2d447cd48e70d03a3c1ec6f4f97c7 (diff)
downloadpython-coveragepy-git-896dd364d530e558c53d810e5f1a9606d3d72e98.tar.gz
Get ready to have version-specific doc URLs.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 213e69b8..ce84d701 100644
--- a/Makefile
+++ b/Makefile
@@ -85,3 +85,9 @@ publish:
cp doc/_build/px/*.px $(WEBHOME)
rm -f $(WEBHOME)/sample_html/*.*
cp doc/sample_html/*.* $(WEBHOME)/sample_html
+
+publishbeta:
+ rm -f $(WEBHOME)/beta/*.px
+ cp doc/_build/px/*.px $(WEBHOME)/beta
+ rm -f $(WEBHOME)/beta/sample_html/*.*
+ cp doc/sample_html/*.* $(WEBHOME)/beta/sample_html