[Libguestfs] [v2v PATCH 05/14] po-docs: add missing dependencies for virt-v2v.1

Pino Toscano ptoscano at redhat.com
Thu Aug 13 12:10:46 UTC 2020


The virt-v2v man page uses also additional POD snippets, so list them
as dependencies to make sure they are up-to-date.

This does not change the behaviour at the moment, however it will matter
when each traslated POD file will be generated on its own.
---
 po-docs/language.mk | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/po-docs/language.mk b/po-docs/language.mk
index 26ba67ae..ab402c32 100644
--- a/po-docs/language.mk
+++ b/po-docs/language.mk
@@ -46,6 +46,8 @@ EXTRA_DIST = \
 
 all-local: $(MANPAGES)
 
+virt-v2v.1: key-option.pod keys-from-stdin-option.pod
+
 %.1: %.pod
 	$(PODWRAPPER) \
 	  --no-strict-checks \
-- 
2.26.2




More information about the Libguestfs mailing list