Displaying 1 result from an estimated 1 matches for "2f10d53".
Did you mean:
2f10251
2019 Dec 12
1
[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_LTLIBRARI...