Fix include path for generating localized manpages
authorHilko Bengen <bengen@debian.org>
Sat, 26 Nov 2022 15:12:08 +0000 (16:12 +0100)
committerHilko Bengen <bengen@debian.org>
Wed, 19 Feb 2025 08:38:24 +0000 (09:38 +0100)
Gbp-Pq: Name Fix-include-path-for-generating-localized-manpages.patch

po-docs/language.mk

index 62a148e009ea89d3e44d38522b6d9ea4483f30a0..0c48c82f096aa365b3db6384544559c365deafff 100644 (file)
@@ -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