evtest: don't build man page
authorMichael Heimpold <mhei@heimpold.de>
Fri, 19 May 2023 11:51:13 +0000 (13:51 +0200)
committerTianling Shen <cnsztl@gmail.com>
Sat, 20 May 2023 05:12:59 +0000 (13:12 +0800)
commitd6f6a393df7bb1e14e7894074b84f19bd7520a40
treeb91a4c1bac29444615c058de6d4dc9c40925e835
parente31dfd4a9e2d477877b03dac4f8b07203750a06b
evtest: don't build man page

Just selecting this package resulted in a build error:

/home/mhei/openwrt.git/staging_dir/hostpkg/bin/python3: No module named asciidoc
make[4]: *** [Makefile:856: evtest.xml] Error 1

Since we usually do not need the man page, just prevent to
build it by pre-setting two environments variables. Then
the makefile warns about, but don't try to build.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
utils/evtest/Makefile