From: Remi Gacogne Date: Fri, 26 Sep 2025 14:45:02 +0000 (+0200) Subject: dnsdist: Fix out-of-tree autotools builds X-Git-Tag: rec-5.4.0-alpha1~226^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef2d6f35fdb1c908de1e5e27a79e49160f6e1196;p=thirdparty%2Fpdns.git dnsdist: Fix out-of-tree autotools builds Signed-off-by: Remi Gacogne --- diff --git a/pdns/dnsdistdist/Makefile.am b/pdns/dnsdistdist/Makefile.am index 951637a4c6..6857c6fd7f 100644 --- a/pdns/dnsdistdist/Makefile.am +++ b/pdns/dnsdistdist/Makefile.am @@ -657,12 +657,9 @@ dist_man_MANS=$(MANPAGES) if HAVE_VENV if !HAVE_MANPAGES $(MANPAGES): %: docs/manpages/%.rst .venv - $(AM_V_GEN).venv/bin/python -msphinx -b man docs . $< + $(AM_V_GEN).venv/bin/python -msphinx -b man ${srcdir}/docs . $< endif # if !HAVE_MANPAGES -docs/reference/yaml-settings.rst: dnsdist-settings-documentation-generator.py dnsdist-settings-definitions.yml dnsdist-actions-definitions.yml dnsdist-response-actions-definitions.yml dnsdist-selectors-definitions.yml - $(PYTHON) dnsdist-settings-documentation-generator.py . - .venv: docs/requirements.txt $(PYTHON) -m venv .venv .venv/bin/pip install -U pip setuptools