]> Cypherpunks.ru repositories - pyderasn.git/blob - doc/build.log.do
2b9c5e9eda9288590c4de3eb79edd940c3ee2ed3
[pyderasn.git] / doc / build.log.do
1 rm -fr _build
2 html=_build/html
3 PYTHONPATH=.. ${PYTHON:=python} -msphinx . $html
4 cp -r download $html
5 rm -r $html/.doctrees $html/.buildinfo
6 find $html -type d -exec chmod 755 {} \;
7 find $html -type f -exec chmod 644 {} \;