]> git.feebdaed.xyz Git - 0xmirror/dpdk.git/commit
doc: build separately with Meson install tag
authorLuca Boccassi <bluca@debian.org>
Mon, 23 Dec 2024 13:21:13 +0000 (13:21 +0000)
committerThomas Monjalon <thomas@monjalon.net>
Tue, 25 Nov 2025 01:49:29 +0000 (02:49 +0100)
commit83e611c5fa86c9a48b290301c33ff651a528fa27
treef686f9555bef145fae81f90f977993061aea5f40
parent9fcc10ebcfc1130eaa836e8f9fcf3f343f2dab1d
doc: build separately with Meson install tag

This allows building and installing only the documentation, without
recompiling the whole project, using:

meson build -Denable_docs=true
meson compile -C build doc
meson install -C build --no-rebuild --tags doc

In Debian/Ubuntu the documentation is built separately from the binaries,
in a separate architecture-independent build job, so that it has to be
done only once, instead of once per supported architecture.

Signed-off-by: Luca Boccassi <bluca@debian.org>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
doc/api/meson.build
doc/guides/meson.build