Fix up make serverbuild.
This commit is contained in:
parent
0024160490
commit
c924e774e4
4
Makefile
4
Makefile
@ -50,11 +50,11 @@ help:
|
|||||||
serverbuild:
|
serverbuild:
|
||||||
# These translations are added manually when they get to the point
|
# These translations are added manually when they get to the point
|
||||||
# where they're decent. Only add them there when that's the case!
|
# 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/
|
rm -rf ../webroot/pl/
|
||||||
mv ../webroot/pl.tmp/ ../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/
|
rm -rf ../webroot/en/
|
||||||
mv ../webroot/en.tmp/ ../webroot/en/
|
mv ../webroot/en.tmp/ ../webroot/en/
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user