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>
Mon, 7 Oct 2024 13:21:04 +0000 (15:21 +0200)
Gbp-Pq: Name Fix-include-path-for-generating-localized-manpages.patch

po-docs/language.mk

index 62a148e009ea89d3e44d38522b6d9ea4483f30a0..5ad0d5f7a9d6b6cd6048474cef2cdb8941c820e7 100644 (file)
@@ -107,6 +107,7 @@ guestfish.1: guestfish.pod guestfish-actions.pod guestfish-commands.pod guestfis
        $(PODWRAPPER) \
          --no-strict-checks \
          --man $@ \
+         --path $(srcdir) \
          --license GPLv2+ \
          $<
 
@@ -156,6 +157,7 @@ virt-p2v.1: virt-p2v.pod virt-p2v-kernel-config.pod
        $(PODWRAPPER) \
          --no-strict-checks \
          --man $@ \
+         --path $(srcdir) \
          $<
 
 %.3: %.pod