From e03f1003f37c4de24bbbd06d2434de4ad80386f8 Mon Sep 17 00:00:00 2001 From: Anthony Tuininga Date: Thu, 22 May 2008 15:02:40 +0000 Subject: [PATCH] The html directory always exists since it is checked into Subversion so there is no need to create it. --- doc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Makefile b/doc/Makefile index 969fc44..0dfdce7 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -26,7 +26,7 @@ clean: -rm -rf .build/* html: - mkdir -p ../html .build/doctrees + mkdir -p .build/doctrees $(SPHINXBUILD) -b html $(ALLSPHINXOPTS) ../html @echo @echo "Build finished. The HTML pages are in ../html."