Fix up make serverbuild.

pull/21/head
Simon Quigley 6 years ago
parent b5cba57bea
commit e0a33e5914

@ -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/

Loading…
Cancel
Save