nervtn-server/docs/make.sh

6 lines
159 B
Bash
Raw Normal View History

2021-05-06 13:32:18 +02:00
#!/usr/bin/env bash
make html
make -e SPHINXOPTS="-D language='en'" -e BUILDDIR=build/en html
make -e SPHINXOPTS="-D language='nl'" -e BUILDDIR=build/nl html