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

2023-09-27 Thread Thomas Monjalon
31/08/2023 17:48, Morten Brørup: > > From: Thomas Monjalon [mailto:tho...@monjalon.net] > > Sent: Thursday, 31 August 2023 12.12 > > > > 31/08/2023 11:49, Bruce Richardson: > > > Doxygen can produce manpage output as well as html output for the DPDK > > > APIs. However, we need to do this as a sep

RE: [PATCH v4] doc: build manpages as well as html output

2023-08-31 Thread Morten Brørup
> From: Thomas Monjalon [mailto:tho...@monjalon.net] > Sent: Thursday, 31 August 2023 12.12 > > 31/08/2023 11:49, 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

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

2023-08-31 Thread Thomas Monjalon
31/08/2023 11:49, 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/loca

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

2023-08-31 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