[Libguestfs] [PATCH 3/9] po-docs: add missing dependencies for guestfish.1

Pino Toscano ptoscano at redhat.com
Wed Aug 12 13:50:59 UTC 2020


The guestfish 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, 1 insertion(+), 1 deletion(-)

diff --git a/po-docs/language.mk b/po-docs/language.mk
index 108cf8c4c..ff25a0719 100644
--- a/po-docs/language.mk
+++ b/po-docs/language.mk
@@ -126,7 +126,7 @@ guestfs.3: guestfs.pod guestfs-actions.pod guestfs-availability.pod guestfs-stru
 # generated in any translated manual.  To fix this we need to expand
 # out all the %.1 pattern rules below.
 
-guestfish.1: guestfish.pod guestfish-actions.pod guestfish-commands.pod guestfish-prepopts.pod
+guestfish.1: guestfish.pod guestfish-actions.pod guestfish-commands.pod guestfish-prepopts.pod blocksize-option.pod key-option.pod keys-from-stdin-option.pod
 	$(PODWRAPPER) \
 	  --no-strict-checks \
 	  --man $@ \
-- 
2.26.2




More information about the Libguestfs mailing list