1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-12 10:58:59 +00:00
trezor-firmware/docs/Makefile
2014-08-26 13:53:21 +00:00

14 lines
344 B
Makefile

.docs-build-environment: Dockerfile
docker build -t python-trezor-docs-build-environment .
touch .docs-build-environment
shell: .docs-build-environment
docker run -i -t -v $(subst $(notdir $(CURDIR)),,$(CURDIR)):/root -w /root python-trezor-docs-build-environment /bin/bash
html:
sphinx-build -b html . ./_build/
clean:
rm -rf _build/