[DPDK/meson Bug 1515] Meson install replaces api doc index.html
bugzilla at dpdk.org
bugzilla at dpdk.org
Tue Aug 6 13:07:06 CEST 2024
https://bugs.dpdk.org/show_bug.cgi?id=1515
Bug ID: 1515
Summary: Meson install replaces api doc index.html
Product: DPDK
Version: 24.07
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: meson
Assignee: dev at dpdk.org
Reporter: juraj.linkes at pantheon.tech
Target Milestone: ---
When running meson install such as:
meson setup ci_docs -Denable_docs=true -Dexamples=all -Dplatform=generic
-Ddefault_library=shared -Dbuildtype=debug -Dcheck_includes=true
-Denable_deprecated_libs=* -Dlibdir=lib -Dwerror=true
DESTDIR=/home/jlinkes/workspace/dpdk/build-install meson install -C ci_docs
The index.html file from API docs get overwritten by the guides index.html:
Installing /home/jlinkes/workspace/dpdk/dpdk/ci_docs/doc/api/html/index.html to
/home/jlinkes/workspace/dpdk/build-install/usr/local/share/doc/dpdk/html
...
Installing /home/jlinkes/workspace/dpdk/dpdk/ci_docs/doc/guides/html/index.html
to /home/jlinkes/workspace/dpdk/build-install/usr/local/share/doc/dpdk/html
The resulting installed API docs are thus missing their index.html page.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mails.dpdk.org/archives/dev/attachments/20240806/245a1a70/attachment.htm>
More information about the dev
mailing list