diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2010-08-20 14:36:33 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2010-08-20 14:36:33 -0400 |
| commit | 896dd364d530e558c53d810e5f1a9606d3d72e98 (patch) | |
| tree | 6b8449ce9aa9b78b1f5d89f6d5871b7e5764d505 /Makefile | |
| parent | 90a8dc1209f2d447cd48e70d03a3c1ec6f4f97c7 (diff) | |
| download | python-coveragepy-git-896dd364d530e558c53d810e5f1a9606d3d72e98.tar.gz | |
Get ready to have version-specific doc URLs.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |
