diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2011-08-30 18:47:37 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2011-08-30 18:47:37 -0400 |
| commit | 67b9d92558f90d3f5811422482630befc3779ead (patch) | |
| tree | 83349bdfeb4994bea1dd44f891a9c00915f3f66d | |
| parent | 356c71790fd3e5f40326cb49f43662ca50a9f45a (diff) | |
| download | python-coveragepy-git-67b9d92558f90d3f5811422482630befc3779ead.tar.gz | |
Making the directories first is convenient.
| -rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |
