RE: [PATCH] meson: update doc logic for Windows

2022-03-28 Thread Varghese, Vipin
[AMD Official Use Only] > -Original Message- > From: Dmitry Kozlyuk > Sent: Tuesday, March 29, 2022 4:21 AM > To: Varghese, Vipin > Cc: Thomas Monjalon ; > david.march...@redhat.com; Tummala, Sivaprasad > ; dev@dpdk.org > Subject: Re: [PATCH] meson: upda

Re: [PATCH] meson: update doc logic for Windows

2022-03-28 Thread Dmitry Kozlyuk
2022-03-28 12:29 (UTC+), Varghese, Vipin: [...] > > We did get error from `doc/meson` stating ` echo command not available > > on windows` for both cmd and powershell for the line ``` > > run_target('doc', command: [echo, message, doc_target_names], > > depends: doc_targets) > > ``` >

RE: [PATCH] meson: update doc logic for Windows

2022-03-28 Thread Varghese, Vipin
[AMD Official Use Only] > > 26/03/2022 03:59, Vipin Varghese: > > Support for shell scripts doxy-html-custom, generate_doxygen and > > generate_examples are absent. The current patch address the same by > > disabling document build notifying the user. > > It should not prevent generating guides

RE: [PATCH] meson: update doc logic for Windows

2022-03-28 Thread Varghese, Vipin
[AMD Official Use Only] Hi Dmitry, Thanks for inputs, please find my question below 2022-03-28 03:02 (UTC+), Varghese, Vipin: > [AMD Official Use Only] > > Hi Thomas, > > > > Thank you for looking at this problem. > > 26/03/2022 03:59, Vipin Varghese: > > Support for shell scripts doxy-ht

Re: [PATCH] meson: update doc logic for Windows

2022-03-28 Thread Dmitry Kozlyuk
2022-03-28 03:02 (UTC+), Varghese, Vipin: > [AMD Official Use Only] > > Hi Thomas, > > > > Thank you for looking at this problem. > > 26/03/2022 03:59, Vipin Varghese: > > Support for shell scripts doxy-html-custom, generate_doxygen and > > generate_examples are absent. The current patch

RE: [PATCH] meson: update doc logic for Windows

2022-03-27 Thread Varghese, Vipin
[AMD Official Use Only] Hi Thomas, Thank you for looking at this problem. 26/03/2022 03:59, Vipin Varghese: > Support for shell scripts doxy-html-custom, generate_doxygen and > generate_examples are absent. The current patch address the same by > disabling document build notifying the user.

Re: [PATCH] meson: update doc logic for Windows

2022-03-26 Thread Thomas Monjalon
Hello, Thank you for looking at this problem. 26/03/2022 03:59, Vipin Varghese: > Support for shell scripts doxy-html-custom, generate_doxygen and > generate_examples are absent. The current patch address the same by > disabling document build notifying the user. It should not prevent generating

[PATCH] meson: update doc logic for Windows

2022-03-25 Thread Vipin Varghese
Support for shell scripts doxy-html-custom, generate_doxygen and generate_examples are absent. The current patch address the same by disabling document build notifying the user. Steps to reproduce the error: - Install dependencies doxygen & sphinix build on Windwos server 2019. - Build DPDK with