Skip to content
Snippets Groups Projects
Commit 6bb3f77fc283 authored by Sylvain Thénault's avatar Sylvain Thénault
Browse files

don't fail if build doc fail

parent 4bf3f564872b
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@
dh_testdir
(for PYTHON in `pyversions -r`; do \
$${PYTHON} setup.py build ; done )
${MAKE} -C doc html
${MAKE} -C doc html || true
touch build-stamp
clean:
dh_testdir
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment