]> Cypherpunks.ru repositories - pyderasn.git/blobdiff - doc/build.log.do
Prepare for release
[pyderasn.git] / doc / build.log.do
index 2b9c5e9eda9288590c4de3eb79edd940c3ee2ed3..adaebf6fe14fd7e800261e2c30a67f066f552173 100644 (file)
@@ -1,7 +1,7 @@
 rm -fr _build
 html=_build/html
 PYTHONPATH=.. ${PYTHON:=python} -msphinx . $html
-cp -r download $html
+[ -d download ] && cp -r download $html || echo No download directory, skipping
 rm -r $html/.doctrees $html/.buildinfo
 find $html -type d -exec chmod 755 {} \;
 find $html -type f -exec chmod 644 {} \;