Re: [PATCH v2] doc: build manpages as well as html output

2023-08-03 Thread Bruce Richardson
On Thu, Aug 03, 2023 at 11:18:09AM +0200, David Marchand wrote: > On Mon, Jul 17, 2023 at 1:09 PM Bruce Richardson > wrote: > > > There may be some polishing to do later. > > > Looking at the result for rte_eal_init, I see that the generated > > > manual starts with a reference to the rte_eal.h he

Re: [PATCH v2] doc: build manpages as well as html output

2023-08-03 Thread David Marchand
On Mon, Jul 17, 2023 at 1:09 PM Bruce Richardson wrote: > > There may be some polishing to do later. > > Looking at the result for rte_eal_init, I see that the generated > > manual starts with a reference to the rte_eal.h header with a path > > relative to its location in the DPDK tree. > > $ MANP

Re: [PATCH v2] doc: build manpages as well as html output

2023-07-17 Thread Bruce Richardson
On Tue, Jul 04, 2023 at 10:21:22AM +0200, David Marchand wrote: > On Tue, Jun 6, 2023 at 3:13 PM Bruce Richardson > wrote: > > > > Doxygen can produce manpage output as well as html output for the DPDK > > APIs. However, we need to do this as a separate task as the manpage > > output needs to be p

Re: [PATCH v2] doc: build manpages as well as html output

2023-07-04 Thread David Marchand
On Tue, Jun 6, 2023 at 3:13 PM Bruce Richardson wrote: > > Doxygen can produce manpage output as well as html output for the DPDK > APIs. However, we need to do this as a separate task as the manpage > output needs to be placed in a different location post-install to the > html output (/usr/local/

[PATCH v2] doc: build manpages as well as html output

2023-06-06 Thread Bruce Richardson
Doxygen can produce manpage output as well as html output for the DPDK APIs. However, we need to do this as a separate task as the manpage output needs to be placed in a different location post-install to the html output (/usr/local/share/man vs /usr/local/share/doc/). Changes required are: * Add