Pino Toscano
2019-Dec-12 13:54 UTC
[Libguestfs] [common PATCH] options: ship key-option.pod
Make sure that key-option.pod is packed in release tarballs. Followup of commit 22d796efc69de44d0ff1aad6796ac4b31b8b3dc7. --- options/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/options/Makefile.am b/options/Makefile.am index 2f10d53..28940f1 100644 --- a/options/Makefile.am +++ b/options/Makefile.am @@ -17,6 +17,9 @@ include $(top_srcdir)/subdir-rules.mk +EXTRA_DIST = \ + key-option.pod + # liboptions.la contains guestfish code which is used in other # C tools for options parsing and a few other things noinst_LTLIBRARIES = liboptions.la -- 2.23.0
Richard W.M. Jones
2019-Dec-12 15:10 UTC
Re: [Libguestfs] [common PATCH] options: ship key-option.pod
On Thu, Dec 12, 2019 at 02:54:29PM +0100, Pino Toscano wrote:> Make sure that key-option.pod is packed in release tarballs. > > Followup of commit 22d796efc69de44d0ff1aad6796ac4b31b8b3dc7. > --- > options/Makefile.am | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/options/Makefile.am b/options/Makefile.am > index 2f10d53..28940f1 100644 > --- a/options/Makefile.am > +++ b/options/Makefile.am > @@ -17,6 +17,9 @@ > > include $(top_srcdir)/subdir-rules.mk > > +EXTRA_DIST = \ > + key-option.pod > + > # liboptions.la contains guestfish code which is used in other > # C tools for options parsing and a few other things > noinst_LTLIBRARIES = liboptions.laWeird, I'm sure I did this ... Anyway, obvious fix, so ACK. Thanks, Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming and virtualization blog: http://rwmj.wordpress.com virt-builder quickly builds VMs from scratch http://libguestfs.org/virt-builder.1.html
Possibly Parallel Threads
- [PATCH v7 10/13] utils: Split out structs cleanups and printing into common/structs.
- [common PATCH v2 1/1] options: add '--blocksize' option for C-based tools
- [common PATCH v4 0/1] options: add '--blocksize' option for C-based tools
- [PATCH v6 05/41] utils: Split out cleanups into common/cleanups.
- [common PATCH v3 0/1] options: add '--blocksize' option for C-based tools