From e0a33e5914dc06b77dd902872c22d042cbf1dd72 Mon Sep 17 00:00:00 2001 From: Simon Quigley Date: Mon, 22 Jan 2018 16:50:41 -0600 Subject: [PATCH] Fix up make serverbuild. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index b006a0c3..bcfa0afc 100644 --- a/Makefile +++ b/Makefile @@ -50,11 +50,11 @@ help: serverbuild: # These translations are added manually when they get to the point # where they're decent. Only add them there when that's the case! - $(SPHINXBUILD) -b html $(ALLSPHINXOPTS) -D language="pl" source ../webroot/pl.tmp/ + $(SPHINXBUILD) -b html $(ALLSPHINXOPTS) -D language="pl" ../webroot/pl.tmp/ rm -rf ../webroot/pl/ mv ../webroot/pl.tmp/ ../webroot/pl/ - $(SPHINXBUILD) -b html $(ALLSPHINXOPTS) ../webroot/en/ + $(SPHINXBUILD) -b html $(ALLSPHINXOPTS) ../webroot/en.tmp/ rm -rf ../webroot/en/ mv ../webroot/en.tmp/ ../webroot/en/