Re: [PATCH] doc: add install_tag to meson

2025-01-06 Thread Bruce Richardson
On Mon, Dec 23, 2024 at 01:21:13PM +, luca.bocca...@gmail.com wrote: > From: "bl...@debian.org" > > 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 b

[PATCH] doc: add install_tag to meson

2024-12-23 Thread luca . boccassi
From: "bl...@debian.org" 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