From 8e5c0c5f0903d329aae50b665edb98e73a11f398 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(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1ce7497..71cd5fe 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