From eb93c0b91e1c320f59885103b3f5d6dea149ae06 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sun, 6 Oct 2013 08:49:41 -0400 Subject: Fix up some last Windows holdouts in the build process. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1ce74977..71cd5fea 100644 --- a/Makefile +++ b/Makefile @@ -78,7 +78,7 @@ uninstall: SPHINXBUILD = sphinx-build SPHINXOPTS = -a -E doc -WEBHOME = c:/ned/web/stellated/pages/code/coverage +WEBHOME = ~/web/stellated/pages/code/coverage px: $(SPHINXBUILD) -b px $(SPHINXOPTS) doc/_build/px -- cgit v1.2.1