summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2011-02-12 23:08:22 -0500
committerNed Batchelder <ned@nedbatchelder.com>2011-02-12 23:08:22 -0500
commit6e920ee29c7a470b50af43cd6fb5e28ed603bd86 (patch)
treef7f2401184e9ae3c61cce3c90dd03c81aea68c3d /Makefile
parent6ec3302004a2293535e5c3814c1c19e2f141e972 (diff)
downloadpython-coveragepy-6e920ee29c7a470b50af43cd6fb5e28ed603bd86.tar.gz
New sphinx adds a blank line before the xml declaration, this micro-tool strips it off.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 1c7a446..bbbf20c 100644
--- a/Makefile
+++ b/Makefile
@@ -73,6 +73,7 @@ WEBHOME = c:/ned/web/stellated/pages/code/coverage
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