Re: [PATCH] doc: install guides and api docs to different directories

2025-01-06 Thread Bruce Richardson
On Mon, Dec 23, 2024 at 03:38:40PM +, luca.bocca...@gmail.com wrote: > From: Luca Boccassi > > Otherwise they both get installed to /usr/share/doc/dpdk/html/ and overwrite > each other's files > > Signed-off-by: Luca Boccassi > --- > doc/api/meson.build| 2 +- > doc/guides/meson.build

[PATCH] doc: install guides and api docs to different directories

2024-12-23 Thread luca . boccassi
From: Luca Boccassi Otherwise they both get installed to /usr/share/doc/dpdk/html/ and overwrite each other's files Signed-off-by: Luca Boccassi --- doc/api/meson.build| 2 +- doc/guides/meson.build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/api/meson.build