
23 Sep
2020
23 Sep
'20
9:24 a.m.
On a Wednesday in 2020, Peter Krempa wrote:
After meson conversion the man pages started to contain the table of contents.
In autoconf we prevented this by a 'grep -v ::contents' in the command building the manpages.
A more cultured solution is to strip out the 'contents' docutils element directly.
Reported-by: Daniel P. Berrangé <berrange@redhat.com> Signed-off-by: Peter Krempa <pkrempa@redhat.com> --- docs/manpages/meson.build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
Reviewed-by: Ján Tomko <jtomko@redhat.com> Jano