Re: [PATCH] config: Add manpages to spec file.

2019-08-29 Thread Mark Wielaard
On Wed, Aug 28, 2019 at 12:32:17PM +0200, Mark Wielaard wrote: > On Wed, 2019-08-28 at 00:34 +0200, Mark Wielaard wrote: > > Now that we have manpages lets also package them. > > > > +2019-08-28 Mark Wielaard > > + > > + * elfutils.spec.in (%files): Add man1/eu-*.1*. > > + (%files libelf-de

Re: [PATCH] config: Add manpages to spec file.

2019-08-28 Thread Mark Wielaard
On Wed, 2019-08-28 at 00:34 +0200, Mark Wielaard wrote: > Now that we have manpages lets also package them. > > +2019-08-28 Mark Wielaard > + > + * elfutils.spec.in (%files): Add man1/eu-*.1*. > + (%files libelf-devel): Add man3/elf_*.3*. That clearly isn't enough. We should at least a

[PATCH] config: Add manpages to spec file.

2019-08-27 Thread Mark Wielaard
Now that we have manpages lets also package them. Signed-off-by: Mark Wielaard --- config/ChangeLog| 5 + config/elfutils.spec.in | 2 ++ 2 files changed, 7 insertions(+) diff --git a/config/ChangeLog b/config/ChangeLog index 12a141b2..f4d80224 100644 --- a/config/ChangeLog +++ b/co