summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2015-08-22 18:28:51 -0400
committerNed Batchelder <ned@nedbatchelder.com>2015-08-22 18:28:51 -0400
commit6084f0bdf597b3946bae47e22bde96e2a2f67eea (patch)
treed2427e243433b00abf08b8fab57aa9a60dbc27da /Makefile
parent5934316cf47c75b758c930607c4aa19615a96812 (diff)
downloadpython-coveragepy-6084f0bdf597b3946bae47e22bde96e2a2f67eea.tar.gz
Don't need the .px doc toolchain any morecoverage-4.0b2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile14
1 files changed, 2 insertions, 12 deletions
diff --git a/Makefile b/Makefile
index 8f244d0..5ca322b 100644
--- a/Makefile
+++ b/Makefile
@@ -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