diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2015-08-22 18:28:51 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-08-22 18:28:51 -0400 |
| commit | 41005832b16af1dc054429c78656259175f2f0ca (patch) | |
| tree | ef5a2ad7531c0af1852f35b9421a3baced4e7790 /Makefile | |
| parent | 97658fc24b38aed0457b06033e58623c96c8bd21 (diff) | |
| download | python-coveragepy-git-41005832b16af1dc054429c78656259175f2f0ca.tar.gz | |
Don't need the .px doc toolchain any morecoverage-4.0b2
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 14 |
1 files changed, 2 insertions, 12 deletions
@@ -94,11 +94,6 @@ WEBHOME = ~/web/stellated/pages/code/coverage docreqs: pip install -r doc/requirements.txt -px: - $(SPHINXBUILD) -b px $(SPHINXOPTS) doc/_build/px - rm doc/_build/px/search.px - python doc/_ext/px_cleaner.py doc/_build/px/*.px - dochtml: $(SPHINXBUILD) -b html $(SPHINXOPTS) doc/_build/html @echo @@ -107,16 +102,11 @@ dochtml: docspell: $(SPHINXBUILD) -b spelling $(SPHINXOPTS) doc/_spell -publish: px - rm -f $(WEBHOME)/*.px - cp doc/_build/px/*.px $(WEBHOME) +publish: rm -f $(WEBHOME)/sample_html/*.* cp doc/sample_html/*.* $(WEBHOME)/sample_html -publishbeta: px - rm -f $(WEBHOME)/beta/*.px - mkdir -p $(WEBHOME)/beta - cp doc/_build/px/*.px $(WEBHOME)/beta +publishbeta: rm -f $(WEBHOME)/sample_html_beta/*.* mkdir -p $(WEBHOME)/sample_html_beta cp doc/sample_html_beta/*.* $(WEBHOME)/sample_html_beta |
