summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2011-08-30 18:47:37 -0400
committerNed Batchelder <ned@nedbatchelder.com>2011-08-30 18:47:37 -0400
commit008d52873a1a5e38457271ccdae76bbeaff26fc9 (patch)
treeed58d5efc753f0c77b1b3b4d7897ca0ce9b45481
parentcf4dc8bea37b480f01b4e36161334c00574be3d8 (diff)
downloadpython-coveragepy-008d52873a1a5e38457271ccdae76bbeaff26fc9.tar.gz
Making the directories first is convenient.
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 545810e..42c217f 100644
--- a/Makefile
+++ b/Makefile
@@ -88,6 +88,8 @@ publish: px
publishbeta: px
rm -f $(WEBHOME)/beta/*.px
+ mkdir -p $(WEBHOME)/beta
cp doc/_build/px/*.px $(WEBHOME)/beta
rm -f $(WEBHOME)/sample_html_beta/*.*
+ mkdir -p $(WEBHOME)/sample_html_beta
cp doc/sample_html_beta/*.* $(WEBHOME)/sample_html_beta