Re: [Qemu-devel] [PATCH v4 02/21] maint: Allow for EXAMPLES in texi2pod

2019-01-18 Thread Vladimir Sementsov-Ogievskiy
17.01.2019 22:36, Eric Blake wrote: > The next commit will add an EXAMPLES section to qemu-nbd.8; > for that to work, we need to recognize EXAMPLES in texi2pod. > We also need to add a dependency from all man pages against > the generator script, since a change to the generator may > cause the resu

[Qemu-devel] [PATCH v4 02/21] maint: Allow for EXAMPLES in texi2pod

2019-01-17 Thread Eric Blake
The next commit will add an EXAMPLES section to qemu-nbd.8; for that to work, we need to recognize EXAMPLES in texi2pod. We also need to add a dependency from all man pages against the generator script, since a change to the generator may cause the resulting man page to differ. Signed-off-by: Eric