From 6e920ee29c7a470b50af43cd6fb5e28ed603bd86 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sat, 12 Feb 2011 23:08:22 -0500 Subject: New sphinx adds a blank line before the xml declaration, this micro-tool strips it off. --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') 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 -- cgit v1.2.1