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
commitee01d7498eca0e6b85cb8134f642efd0932079fa (patch)
treef79c4fdfd564c908be0b9c24229b9f17bf59fed3 /Makefile
parent918958badad6470df3839aed89523b4d0091335d (diff)
downloadpython-coveragepy-ee01d7498eca0e6b85cb8134f642efd0932079fa.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 213e69b..ce84d70 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