From: Hilko Bengen Date: Sat, 26 Nov 2022 15:12:08 +0000 (+0100) Subject: Fix include path for generating localized manpages X-Git-Tag: archive/raspbian/1%1.54.1-1+rpi1~1^2~5 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=abc7de9d241f3af66cdd012521a2fba8c268c87e;p=libguestfs.git Fix include path for generating localized manpages Gbp-Pq: Name Fix-include-path-for-generating-localized-manpages.patch --- diff --git a/po-docs/language.mk b/po-docs/language.mk index 62a148e0..0c48c82f 100644 --- a/po-docs/language.mk +++ b/po-docs/language.mk @@ -106,13 +106,16 @@ guestfs.3: guestfs.pod guestfs-actions.pod guestfs-availability.pod guestfs-stru 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 \ + --path $(top_srcdir)/common/options \ --man $@ \ + --path $(srcdir) \ --license GPLv2+ \ $< guestmount.1: guestmount.pod blocksize-option.pod key-option.pod keys-from-stdin-option.pod $(PODWRAPPER) \ --no-strict-checks \ + --path $(top_srcdir)/common/options \ --man $@ \ --license GPLv2+ \ $< @@ -156,6 +159,7 @@ virt-p2v.1: virt-p2v.pod virt-p2v-kernel-config.pod $(PODWRAPPER) \ --no-strict-checks \ --man $@ \ + --path $(srcdir) \ $< %.3: %.pod