unrhodecode/docs/.howto
2018-09-04 09:04:16 +02:00

9 lines
158 B
Text

# generating packages
nix-shell pkgs/shell-generate.nix
cd docs
pip2nix generate
# building the docs
cd docs
nix-build default.nix -o result
make clean html