summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorPicca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>2021-01-12 10:55:27 +0100
committerPicca Frédéric-Emmanuel <picca@synchrotron-soleil.fr>2021-01-12 10:56:15 +0100
commit4c5f7fd25cdc252993045ad75ff861362616201d (patch)
tree49b3f970d9f6504116f0c9cbfd910c01b42210c0 /debian/rules
parent86f240de55812f369790a30127e4c54562c32bbc (diff)
fix build options name nodocs -> nodoc
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 19abca1..92add19 100755
--- a/debian/rules
+++ b/debian/rules
@@ -76,7 +76,7 @@ override_dh_installman:
dh_installman -p silx build/man/*.1
override_dh_sphinxdoc:
-ifeq (,$(findstring nodocs, $(DEB_BUILD_OPTIONS)))
+ifeq (,$(findstring nodoc, $(DEB_BUILD_OPTIONS)))
#mkdir -p $(POCL_CACHE_DIR) # create POCL cachedir in order to avoid an FTBFS in sbuild
mkdir -p -m 700 $(XDG_RUNTIME_DIR)
pybuild --build -s custom -p $(PY3VER) --build-args="cd doc && env PYTHONPATH={build_dir} http_proxy='127.0.0.1:9' xvfb-run -a --server-args=\"-screen 0 1024x768x24\" {interpreter} -m sphinx -N -bhtml source build/html"