Fix documentation generation for out-of-tree builds
authorHilko Bengen <bengen@debian.org>
Tue, 10 Mar 2020 19:10:28 +0000 (20:10 +0100)
committerHilko Bengen <bengen@debian.org>
Sun, 4 Apr 2021 15:06:49 +0000 (16:06 +0100)
Gbp-Pq: Name 0018-Fix-documentation-generation-for-out-of-tree-builds.patch

36 files changed:
Makefile.am
align/Makefile.am
appliance/Makefile.am
builder/Makefile.am
cat/Makefile.am
customize/Makefile.am
daemon/Makefile.am
df/Makefile.am
dib/Makefile.am
diff/Makefile.am
docs/Makefile.am
edit/Makefile.am
erlang/examples/Makefile.am
examples/Makefile.am
fish/Makefile.am
format/Makefile.am
fuse/Makefile.am
get-kernel/Makefile.am
gobject/Makefile.am
golang/examples/Makefile.am
inspector/Makefile.am
java/examples/Makefile.am
lib/Makefile.am
lua/examples/Makefile.am
make-fs/Makefile.am
ocaml/examples/Makefile.am
perl/examples/Makefile.am
po-docs/language.mk
python/examples/Makefile.am
rescue/Makefile.am
resize/Makefile.am
ruby/examples/Makefile.am
sparsify/Makefile.am
sysprep/Makefile.am
test-tool/Makefile.am
tools/Makefile.am

index 05ec70bc6c38f8c919c51714779f2b8b899b9d87..d80f264b2a58b85effef57fe107e19dd7147b742 100644 (file)
@@ -369,7 +369,7 @@ installcheck-local: installcheck.sh
 # It should be noinst_MANS but that doesn't work.
 noinst_DATA += podwrapper.1
 podwrapper.1: podwrapper.pl
-       $(PODWRAPPER) \
+       $(PODWRAPPER) --path $(srcdir) \
          --section 1 \
          --man $@-t \
          --license GPLv2+ \
index a3a5d67bcf8b4057e8b707c80e46d436c747d1ec..b6fb18d8993833117c688c06c39e1c632e20a234 100644 (file)
@@ -64,7 +64,7 @@ noinst_DATA = $(top_builddir)/website/virt-alignment-scan.1.html
 virt-alignment-scan.1 $(top_builddir)/website/virt-alignment-scan.1.html: stamp-virt-alignment-scan.pod
 
 stamp-virt-alignment-scan.pod: virt-alignment-scan.pod
-       $(PODWRAPPER) \
+       $(PODWRAPPER) --path $(srcdir) \
          --man virt-alignment-scan.1 \
          --html $(top_builddir)/website/virt-alignment-scan.1.html \
          --path $(top_srcdir)/common/options \
index 7204c959b3c604ba6575aee5492f176eeba77298..ceecf7aaeccab34217c946dd3e5f71a52b973d90 100644 (file)
@@ -165,7 +165,7 @@ man_MANS = libguestfs-make-fixed-appliance.1
 libguestfs-make-fixed-appliance.1 $(top_builddir)/website/libguestfs-make-fixed-appliance.1.html: stamp-libguestfs-make-fixed-appliance.pod
 
 stamp-libguestfs-make-fixed-appliance.pod: libguestfs-make-fixed-appliance.pod
-       $(PODWRAPPER) \
+       $(PODWRAPPER) --path $(srcdir) \
          --man libguestfs-make-fixed-appliance.1 \
          --html $(top_builddir)/website/libguestfs-make-fixed-appliance.1.html \
          --license GPLv2+ \
index 5add6f84e85b3dfc3d6ed6a9c1fbb2f97a897a06..33669fc268c2a0cdfbf602cb8119d0720f8de52e 100644 (file)
@@ -265,7 +265,7 @@ noinst_DATA += $(top_builddir)/website/virt-builder.1.html
 virt-builder.1 $(top_builddir)/website/virt-builder.1.html: stamp-virt-builder.pod
 
 stamp-virt-builder.pod: virt-builder.pod $(top_srcdir)/common/mlcustomize/customize-synopsis.pod $(top_srcdir)/common/mlcustomize/customize-options.pod
-       $(PODWRAPPER) \
+       $(PODWRAPPER) --path $(srcdir) \
          --man virt-builder.1 \
          --html $(top_builddir)/website/virt-builder.1.html \
          --insert $(top_srcdir)/common/mlcustomize/customize-synopsis.pod:__CUSTOMIZE_SYNOPSIS__ \
@@ -281,7 +281,7 @@ noinst_DATA += $(top_builddir)/website/virt-builder-repository.1.html
 virt-builder-repository.1 $(top_builddir)/website/virt-builder-repository.1.html: stamp-virt-builder-repository.pod
 
 stamp-virt-builder-repository.pod: virt-builder-repository.pod
-       $(PODWRAPPER) \
+       $(PODWRAPPER) --path $(srcdir) \
          --man virt-builder-repository.1 \
          --html $(top_builddir)/website/virt-builder-repository.1.html \
          --license GPLv2+ \
@@ -465,7 +465,7 @@ noinst_DATA += $(top_builddir)/website/virt-index-validate.1.html
 virt-index-validate.1 $(top_builddir)/website/virt-index-validate.1.html: stamp-virt-index-validate.pod
 
 stamp-virt-index-validate.pod: virt-index-validate.pod
-       $(PODWRAPPER) \
+       $(PODWRAPPER) --path $(srcdir) \
          --man virt-index-validate.1 \
          --html $(top_builddir)/website/virt-index-validate.1.html \
          --license GPLv2+ \
index f6253fbff21918c9b3d7fa743e0458a8d9d751b3..310756bea625782bc6e175515be740728da0e3ee 100644 (file)
@@ -190,7 +190,7 @@ noinst_DATA = \
 virt-cat.1 $(top_builddir)/website/virt-cat.1.html: stamp-virt-cat.pod
 
 stamp-virt-cat.pod: virt-cat.pod
-       $(PODWRAPPER) \
+       $(PODWRAPPER) --path $(srcdir) \
          --man virt-cat.1 \
          --html $(top_builddir)/website/virt-cat.1.html \
          --path $(top_srcdir)/common/options \
@@ -202,7 +202,7 @@ stamp-virt-cat.pod: virt-cat.pod
 virt-filesystems.1 $(top_builddir)/website/virt-filesystems.1.html: stamp-virt-filesystems.pod
 
 stamp-virt-filesystems.pod: virt-filesystems.pod
-       $(PODWRAPPER) \
+       $(PODWRAPPER) --path $(srcdir) \
          --man virt-filesystems.1 \
          --html $(top_builddir)/website/virt-filesystems.1.html \
          --path $(top_srcdir)/common/options \
@@ -214,7 +214,7 @@ stamp-virt-filesystems.pod: virt-filesystems.pod
 virt-log.1 $(top_builddir)/website/virt-log.1.html: stamp-virt-log.pod
 
 stamp-virt-log.pod: virt-log.pod
-       $(PODWRAPPER) \
+       $(PODWRAPPER) --path $(srcdir) \
          --man virt-log.1 \
          --html $(top_builddir)/website/virt-log.1.html \
          --path $(top_srcdir)/common/options \
@@ -226,7 +226,7 @@ stamp-virt-log.pod: virt-log.pod
 virt-ls.1 $(top_builddir)/website/virt-ls.1.html: stamp-virt-ls.pod
 
 stamp-virt-ls.pod: virt-ls.pod
-       $(PODWRAPPER) \
+       $(PODWRAPPER) --path $(srcdir) \
          --man virt-ls.1 \
          --html $(top_builddir)/website/virt-ls.1.html \
          --path $(top_srcdir)/common/options \
@@ -238,7 +238,7 @@ stamp-virt-ls.pod: virt-ls.pod
 virt-tail.1 $(top_builddir)/website/virt-tail.1.html: stamp-virt-tail.pod
 
 stamp-virt-tail.pod: virt-tail.pod
-       $(PODWRAPPER) \
+       $(PODWRAPPER) --path $(srcdir) \
          --man virt-tail.1 \
          --html $(top_builddir)/website/virt-tail.1.html \
          --path $(top_srcdir)/common/options \
index c926687b3f938dcf9ec7c31a3ebbd56ab07ef842..f9f9f136800f8c8ed36e614a38a7f666d4486320 100644 (file)
@@ -200,8 +200,8 @@ noinst_DATA += $(top_builddir)/website/virt-customize.1.html
 
 virt-customize.1 $(top_builddir)/website/virt-customize.1.html: stamp-virt-customize.pod
 
-stamp-virt-customize.pod: virt-customize.pod $(top_srcdir)/common/mlcustomize/customize-synopsis.pod $(top_srcdir)/common/mlcustomize/customize-options.pod
-       $(PODWRAPPER) \
+stamp-virt-customize.pod: virt-customize.pod $(top_builddir)/common/mlcustomize/customize-synopsis.pod $(top_srcdir)/common/mlcustomize/customize-options.pod
+       $(PODWRAPPER) --path $(srcdir) \
          --man virt-customize.1 \
          --html $(top_builddir)/website/virt-customize.1.html \
          --path $(top_srcdir)/common/options \
index fb5b9ffd5ccb771ddf265facb4783facdc542535..81255854adfd2dceb6bc74e9055270ab3602de9c 100644 (file)
@@ -465,7 +465,7 @@ noinst_DATA += $(top_builddir)/website/guestfsd.8.html
 guestfsd.8 $(top_builddir)/website/guestfsd.8.html: stamp-guestfsd.pod
 
 stamp-guestfsd.pod: guestfsd.pod
-       $(PODWRAPPER) \
+       $(PODWRAPPER) --path $(srcdir) \
          --section 8 \
          --man guestfsd.8 \
          --html $(top_builddir)/website/guestfsd.8.html \
index 4fc3e2e8dcef4d6f63b563d78a4c518d43107c55..582d272026ffe70ed196871f389e3e2d40b03813 100644 (file)
@@ -68,7 +68,7 @@ noinst_DATA = $(top_builddir)/website/virt-df.1.html
 virt-df.1 $(top_builddir)/website/virt-df.1.html: stamp-virt-df.pod
 
 stamp-virt-df.pod: virt-df.pod
-       $(PODWRAPPER) \
+       $(PODWRAPPER) --path $(srcdir) \
          --man virt-df.1 \
          --html $(top_builddir)/website/virt-df.1.html \
          --path $(top_srcdir)/common/options \
index ce742f78faeda78a8e3580c65379df5f4dabfde6..a207c588304c1c68adb98329b88b20bd065d5333 100644 (file)
@@ -154,7 +154,7 @@ noinst_DATA = $(top_builddir)/website/virt-dib.1.html
 virt-dib.1 $(top_builddir)/website/virt-dib.1.html: stamp-virt-dib.pod
 
 stamp-virt-dib.pod: virt-dib.pod
-       $(PODWRAPPER) \
+       $(PODWRAPPER) --path $(srcdir) \
          --man virt-dib.1 \
          --html $(top_builddir)/website/virt-dib.1.html \
          --license GPLv2+ \
index 60434fb4205c3f4343fa58cce60eae6d69779baf..edfbd0c12c29f635baf2ad6528c2acdd300bc364 100644 (file)
@@ -62,7 +62,7 @@ noinst_DATA = \
 virt-diff.1 $(top_builddir)/website/virt-diff.1.html: stamp-virt-diff.pod
 
 stamp-virt-diff.pod: virt-diff.pod
-       $(PODWRAPPER) \
+       $(PODWRAPPER) --path $(srcdir) \
          --man virt-diff.1 \
          --html $(top_builddir)/website/virt-diff.1.html \
          --path $(top_srcdir)/common/options \
index 75a2e718a99195ca1a4d29de7d645303bb320e86..ea9e97616ef139c1fee1be3cce8e68463d009400 100644 (file)
@@ -121,7 +121,7 @@ noinst_DATA = \
 guestfs-building.1 $(top_builddir)/website/guestfs-building.1.html: stamp-guestfs-building.pod
 
 stamp-guestfs-building.pod: guestfs-building.pod
-       $(PODWRAPPER) \
+       $(PODWRAPPER) --path $(srcdir) \
          --section 1 \
          --man guestfs-building.1 \
          --html $(top_builddir)/website/guestfs-building.1.html \
@@ -132,7 +132,7 @@ stamp-guestfs-building.pod: guestfs-building.pod
 guestfs-faq.1 $(top_builddir)/website/guestfs-faq.1.html: stamp-guestfs-faq.pod
 
 stamp-guestfs-faq.pod: guestfs-faq.pod
-       $(PODWRAPPER) \
+       $(PODWRAPPER) --path $(srcdir) \
          --section 1 \
          --man guestfs-faq.1 \
          --html $(top_builddir)/website/guestfs-faq.1.html \
@@ -143,7 +143,7 @@ stamp-guestfs-faq.pod: guestfs-faq.pod
 guestfs-hacking.1 $(top_builddir)/website/guestfs-hacking.1.html: stamp-guestfs-hacking.pod
 
 stamp-guestfs-hacking.pod: guestfs-hacking.pod internal-documentation.pod
-       $(PODWRAPPER) \
+       $(PODWRAPPER) --path $(srcdir) \
          --section 1 \
          --man guestfs-hacking.1 \
          --html $(top_builddir)/website/guestfs-hacking.1.html \
@@ -165,7 +165,7 @@ internal-documentation.pod: $(source_files:%=$(top_srcdir)/%) $(srcdir)/make-int
 guestfs-internals.1 $(top_builddir)/website/guestfs-internals.1.html: stamp-guestfs-internals.pod
 
 stamp-guestfs-internals.pod: guestfs-internals.pod
-       $(PODWRAPPER) \
+       $(PODWRAPPER) --path $(srcdir) \
          --section 1 \
          --man guestfs-internals.1 \
          --html $(top_builddir)/website/guestfs-internals.1.html \
@@ -176,7 +176,7 @@ stamp-guestfs-internals.pod: guestfs-internals.pod
 guestfs-performance.1 $(top_builddir)/website/guestfs-performance.1.html: stamp-guestfs-performance.pod
 
 stamp-guestfs-performance.pod: guestfs-performance.pod
-       $(PODWRAPPER) \
+       $(PODWRAPPER) --path $(srcdir) \
          --section 1 \
          --man guestfs-performance.1 \
          --html $(top_builddir)/website/guestfs-performance.1.html \
@@ -187,7 +187,7 @@ stamp-guestfs-performance.pod: guestfs-performance.pod
 guestfs-recipes.1 $(top_builddir)/website/guestfs-recipes.1.html: stamp-guestfs-recipes.pod
 
 stamp-guestfs-recipes.pod: guestfs-recipes.pod
-       $(PODWRAPPER) \
+       $(PODWRAPPER) --path $(srcdir) \
          --section 1 \
          --man guestfs-recipes.1 \
          --html $(top_builddir)/website/guestfs-recipes.1.html \
@@ -209,7 +209,7 @@ stamp-guestfs-release-notes-1.44.pod: guestfs-release-notes-1.44.pod
 guestfs-release-notes-1.42.1 guestfs-release-notes-1.42.txt $(top_builddir)/website/guestfs-release-notes-1.42.1.html: stamp-guestfs-release-notes-1.42.pod
 
 stamp-guestfs-release-notes-1.42.pod: guestfs-release-notes-1.42.pod
-       $(PODWRAPPER) \
+       $(PODWRAPPER) --path $(srcdir) \
          --section 1 \
          --man guestfs-release-notes-1.42.1 \
          --html $(top_builddir)/website/guestfs-release-notes-1.42.1.html \
@@ -220,7 +220,7 @@ stamp-guestfs-release-notes-1.42.pod: guestfs-release-notes-1.42.pod
 guestfs-release-notes-1.40.1 guestfs-release-notes-1.40.txt $(top_builddir)/website/guestfs-release-notes-1.40.1.html: stamp-guestfs-release-notes-1.40.pod
 
 stamp-guestfs-release-notes-1.40.pod: guestfs-release-notes-1.40.pod
-       $(PODWRAPPER) \
+       $(PODWRAPPER) --path $(srcdir) \
          --section 1 \
          --man guestfs-release-notes-1.40.1 \
          --html $(top_builddir)/website/guestfs-release-notes-1.40.1.html \
@@ -231,7 +231,7 @@ stamp-guestfs-release-notes-1.40.pod: guestfs-release-notes-1.40.pod
 guestfs-release-notes-1.38.1 guestfs-release-notes-1.38.txt $(top_builddir)/website/guestfs-release-notes-1.38.1.html: stamp-guestfs-release-notes-1.38.pod
 
 stamp-guestfs-release-notes-1.38.pod: guestfs-release-notes-1.38.pod
-       $(PODWRAPPER) \
+       $(PODWRAPPER) --path $(srcdir) \
          --section 1 \
          --man guestfs-release-notes-1.38.1 \
          --html $(top_builddir)/website/guestfs-release-notes-1.38.1.html \
@@ -242,7 +242,7 @@ stamp-guestfs-release-notes-1.38.pod: guestfs-release-notes-1.38.pod
 guestfs-release-notes-1.36.1 guestfs-release-notes-1.36.txt $(top_builddir)/website/guestfs-release-notes-1.36.1.html: stamp-guestfs-release-notes-1.36.pod
 
 stamp-guestfs-release-notes-1.36.pod: guestfs-release-notes-1.36.pod
-       $(PODWRAPPER) \
+       $(PODWRAPPER) --path $(srcdir) \
          --section 1 \
          --man guestfs-release-notes-1.36.1 \
          --html $(top_builddir)/website/guestfs-release-notes-1.36.1.html \
@@ -253,7 +253,7 @@ stamp-guestfs-release-notes-1.36.pod: guestfs-release-notes-1.36.pod
 guestfs-release-notes-1.34.1 guestfs-release-notes-1.34.txt $(top_builddir)/website/guestfs-release-notes-1.34.1.html: stamp-guestfs-release-notes-1.34.pod
 
 stamp-guestfs-release-notes-1.34.pod: guestfs-release-notes-1.34.pod
-       $(PODWRAPPER) \
+       $(PODWRAPPER) --path $(srcdir) \
          --section 1 \
          --man guestfs-release-notes-1.34.1 \
          --html $(top_builddir)/website/guestfs-release-notes-1.34.1.html \
@@ -264,7 +264,7 @@ stamp-guestfs-release-notes-1.34.pod: guestfs-release-notes-1.34.pod
 guestfs-release-notes-1.32.1 guestfs-release-notes-1.32.txt $(top_builddir)/website/guestfs-release-notes-1.32.1.html: stamp-guestfs-release-notes-1.32.pod
 
 stamp-guestfs-release-notes-1.32.pod: guestfs-release-notes-1.32.pod
-       $(PODWRAPPER) \
+       $(PODWRAPPER) --path $(srcdir) \
          --section 1 \
          --man guestfs-release-notes-1.32.1 \
          --html $(top_builddir)/website/guestfs-release-notes-1.32.1.html \
@@ -275,7 +275,7 @@ stamp-guestfs-release-notes-1.32.pod: guestfs-release-notes-1.32.pod
 guestfs-release-notes-1.30.1 guestfs-release-notes-1.30.txt $(top_builddir)/website/guestfs-release-notes-1.30.1.html: stamp-guestfs-release-notes-1.30.pod
 
 stamp-guestfs-release-notes-1.30.pod: guestfs-release-notes-1.30.pod
-       $(PODWRAPPER) \
+       $(PODWRAPPER) --path $(srcdir) \
          --section 1 \
          --man guestfs-release-notes-1.30.1 \
          --html $(top_builddir)/website/guestfs-release-notes-1.30.1.html \
@@ -286,7 +286,7 @@ stamp-guestfs-release-notes-1.30.pod: guestfs-release-notes-1.30.pod
 guestfs-release-notes-1.28.1 guestfs-release-notes-1.28.txt $(top_builddir)/website/guestfs-release-notes-1.28.1.html: stamp-guestfs-release-notes-1.28.pod
 
 stamp-guestfs-release-notes-1.28.pod: guestfs-release-notes-1.28.pod
-       $(PODWRAPPER) \
+       $(PODWRAPPER) --path $(srcdir) \
          --section 1 \
          --man guestfs-release-notes-1.28.1 \
          --html $(top_builddir)/website/guestfs-release-notes-1.28.1.html \
@@ -297,7 +297,7 @@ stamp-guestfs-release-notes-1.28.pod: guestfs-release-notes-1.28.pod
 guestfs-release-notes-1.26.1 guestfs-release-notes-1.26.txt $(top_builddir)/website/guestfs-release-notes-1.26.1.html: stamp-guestfs-release-notes-1.26.pod
 
 stamp-guestfs-release-notes-1.26.pod: guestfs-release-notes-1.26.pod
-       $(PODWRAPPER) \
+       $(PODWRAPPER) --path $(srcdir) \
          --section 1 \
          --man guestfs-release-notes-1.26.1 \
          --html $(top_builddir)/website/guestfs-release-notes-1.26.1.html \
@@ -308,7 +308,7 @@ stamp-guestfs-release-notes-1.26.pod: guestfs-release-notes-1.26.pod
 guestfs-release-notes-1.24.1 guestfs-release-notes-1.24.txt $(top_builddir)/website/guestfs-release-notes-1.24.1.html: stamp-guestfs-release-notes-1.24.pod
 
 stamp-guestfs-release-notes-1.24.pod: guestfs-release-notes-1.24.pod
-       $(PODWRAPPER) \
+       $(PODWRAPPER) --path $(srcdir) \
          --section 1 \
          --man guestfs-release-notes-1.24.1 \
          --html $(top_builddir)/website/guestfs-release-notes-1.24.1.html \
@@ -319,7 +319,7 @@ stamp-guestfs-release-notes-1.24.pod: guestfs-release-notes-1.24.pod
 guestfs-release-notes-1.22.1 guestfs-release-notes-1.22.txt $(top_builddir)/website/guestfs-release-notes-1.22.1.html: stamp-guestfs-release-notes-1.22.pod
 
 stamp-guestfs-release-notes-1.22.pod: guestfs-release-notes-1.22.pod
-       $(PODWRAPPER) \
+       $(PODWRAPPER) --path $(srcdir) \
          --section 1 \
          --man guestfs-release-notes-1.22.1 \
          --html $(top_builddir)/website/guestfs-release-notes-1.22.1.html \
@@ -330,7 +330,7 @@ stamp-guestfs-release-notes-1.22.pod: guestfs-release-notes-1.22.pod
 guestfs-release-notes-1.20.1 guestfs-release-notes-1.20.txt $(top_builddir)/website/guestfs-release-notes-1.20.1.html: stamp-guestfs-release-notes-1.20.pod
 
 stamp-guestfs-release-notes-1.20.pod: guestfs-release-notes-1.20.pod
-       $(PODWRAPPER) \
+       $(PODWRAPPER) --path $(srcdir) \
          --section 1 \
          --man guestfs-release-notes-1.20.1 \
          --html $(top_builddir)/website/guestfs-release-notes-1.20.1.html \
@@ -341,7 +341,7 @@ stamp-guestfs-release-notes-1.20.pod: guestfs-release-notes-1.20.pod
 guestfs-release-notes-1.18.1 guestfs-release-notes-1.18.txt $(top_builddir)/website/guestfs-release-notes-1.18.1.html: stamp-guestfs-release-notes-1.18.pod
 
 stamp-guestfs-release-notes-1.18.pod: guestfs-release-notes-1.18.pod
-       $(PODWRAPPER) \
+       $(PODWRAPPER) --path $(srcdir) \
          --section 1 \
          --man guestfs-release-notes-1.18.1 \
          --html $(top_builddir)/website/guestfs-release-notes-1.18.1.html \
@@ -352,7 +352,7 @@ stamp-guestfs-release-notes-1.18.pod: guestfs-release-notes-1.18.pod
 guestfs-release-notes-1.16.1 guestfs-release-notes-1.16.txt $(top_builddir)/website/guestfs-release-notes-1.16.1.html: stamp-guestfs-release-notes-1.16.pod
 
 stamp-guestfs-release-notes-1.16.pod: guestfs-release-notes-1.16.pod
-       $(PODWRAPPER) \
+       $(PODWRAPPER) --path $(srcdir) \
          --section 1 \
          --man guestfs-release-notes-1.16.1 \
          --html $(top_builddir)/website/guestfs-release-notes-1.16.1.html \
@@ -363,7 +363,7 @@ stamp-guestfs-release-notes-1.16.pod: guestfs-release-notes-1.16.pod
 guestfs-release-notes-1.14.1 guestfs-release-notes-1.14.txt $(top_builddir)/website/guestfs-release-notes-1.14.1.html: stamp-guestfs-release-notes-1.14.pod
 
 stamp-guestfs-release-notes-1.14.pod: guestfs-release-notes-1.14.pod
-       $(PODWRAPPER) \
+       $(PODWRAPPER) --path $(srcdir) \
          --section 1 \
          --man guestfs-release-notes-1.14.1 \
          --html $(top_builddir)/website/guestfs-release-notes-1.14.1.html \
@@ -374,7 +374,7 @@ stamp-guestfs-release-notes-1.14.pod: guestfs-release-notes-1.14.pod
 guestfs-release-notes-1.12.1 guestfs-release-notes-1.12.txt $(top_builddir)/website/guestfs-release-notes-1.12.1.html: stamp-guestfs-release-notes-1.12.pod
 
 stamp-guestfs-release-notes-1.12.pod: guestfs-release-notes-1.12.pod
-       $(PODWRAPPER) \
+       $(PODWRAPPER) --path $(srcdir) \
          --section 1 \
          --man guestfs-release-notes-1.12.1 \
          --html $(top_builddir)/website/guestfs-release-notes-1.12.1.html \
@@ -385,7 +385,7 @@ stamp-guestfs-release-notes-1.12.pod: guestfs-release-notes-1.12.pod
 guestfs-release-notes-1.10.1 guestfs-release-notes-1.10.txt $(top_builddir)/website/guestfs-release-notes-1.10.1.html: stamp-guestfs-release-notes-1.10.pod
 
 stamp-guestfs-release-notes-1.10.pod: guestfs-release-notes-1.10.pod
-       $(PODWRAPPER) \
+       $(PODWRAPPER) --path $(srcdir) \
          --section 1 \
          --man guestfs-release-notes-1.10.1 \
          --html $(top_builddir)/website/guestfs-release-notes-1.10.1.html \
@@ -396,7 +396,7 @@ stamp-guestfs-release-notes-1.10.pod: guestfs-release-notes-1.10.pod
 guestfs-release-notes-1.8.1 guestfs-release-notes-1.8.txt $(top_builddir)/website/guestfs-release-notes-1.8.1.html: stamp-guestfs-release-notes-1.8.pod
 
 stamp-guestfs-release-notes-1.8.pod: guestfs-release-notes-1.8.pod
-       $(PODWRAPPER) \
+       $(PODWRAPPER) --path $(srcdir) \
          --section 1 \
          --man guestfs-release-notes-1.8.1 \
          --html $(top_builddir)/website/guestfs-release-notes-1.8.1.html \
@@ -407,7 +407,7 @@ stamp-guestfs-release-notes-1.8.pod: guestfs-release-notes-1.8.pod
 guestfs-release-notes-1.6.1 guestfs-release-notes-1.6.txt $(top_builddir)/website/guestfs-release-notes-1.6.1.html: stamp-guestfs-release-notes-1.6.pod
 
 stamp-guestfs-release-notes-1.6.pod: guestfs-release-notes-1.6.pod
-       $(PODWRAPPER) \
+       $(PODWRAPPER) --path $(srcdir) \
          --section 1 \
          --man guestfs-release-notes-1.6.1 \
          --html $(top_builddir)/website/guestfs-release-notes-1.6.1.html \
@@ -418,7 +418,7 @@ stamp-guestfs-release-notes-1.6.pod: guestfs-release-notes-1.6.pod
 guestfs-release-notes-1.4.1 guestfs-release-notes-1.4.txt $(top_builddir)/website/guestfs-release-notes-1.4.1.html: stamp-guestfs-release-notes-1.4.pod
 
 stamp-guestfs-release-notes-1.4.pod: guestfs-release-notes-1.4.pod
-       $(PODWRAPPER) \
+       $(PODWRAPPER) --path $(srcdir) \
          --section 1 \
          --man guestfs-release-notes-1.4.1 \
          --html $(top_builddir)/website/guestfs-release-notes-1.4.1.html \
@@ -429,7 +429,7 @@ stamp-guestfs-release-notes-1.4.pod: guestfs-release-notes-1.4.pod
 guestfs-release-notes-historical.1 guestfs-release-notes-historical.txt $(top_builddir)/website/guestfs-release-notes-historical.1.html: stamp-guestfs-release-notes-historical.pod
 
 stamp-guestfs-release-notes-historical.pod: guestfs-release-notes-historical.pod
-       $(PODWRAPPER) \
+       $(PODWRAPPER) --path $(srcdir) \
          --section 1 \
          --man guestfs-release-notes-historical.1 \
          --html $(top_builddir)/website/guestfs-release-notes-historical.1.html \
@@ -440,7 +440,7 @@ stamp-guestfs-release-notes-historical.pod: guestfs-release-notes-historical.pod
 guestfs-security.1 $(top_builddir)/website/guestfs-security.1.html: stamp-guestfs-security.pod
 
 stamp-guestfs-security.pod: guestfs-security.pod
-       $(PODWRAPPER) \
+       $(PODWRAPPER) --path $(srcdir) \
          --section 1 \
          --man guestfs-security.1 \
          --html $(top_builddir)/website/guestfs-security.1.html \
@@ -451,7 +451,7 @@ stamp-guestfs-security.pod: guestfs-security.pod
 guestfs-testing.1 $(top_builddir)/website/guestfs-testing.1.html: stamp-guestfs-testing.pod
 
 stamp-guestfs-testing.pod: guestfs-testing.pod
-       $(PODWRAPPER) \
+       $(PODWRAPPER) --path $(srcdir) \
          --section 1 \
          --man guestfs-testing.1 \
          --html $(top_builddir)/website/guestfs-testing.1.html \
index 3da5d27967e1d889ff72add42e200eafadb8970f..aef99de317908a133bab77c08d93536d6952ec70 100644 (file)
@@ -60,7 +60,7 @@ noinst_DATA = $(top_builddir)/website/virt-edit.1.html
 virt-edit.1 $(top_builddir)/website/virt-edit.1.html: stamp-virt-edit.pod
 
 stamp-virt-edit.pod: virt-edit.pod
-       $(PODWRAPPER) \
+       $(PODWRAPPER) --path $(srcdir) \
          --man virt-edit.1 \
          --html $(top_builddir)/website/virt-edit.1.html \
          --path $(top_srcdir)/common/options \
index da7fc43030b5fb9a838d1e300fbb478d693cbdb1..2e9d1cc6992709de0fae121eb5f1340b95e0169e 100644 (file)
@@ -29,7 +29,7 @@ noinst_DATA = $(top_builddir)/website/guestfs-erlang.3.html
 guestfs-erlang.3 $(top_builddir)/website/guestfs-erlang.3.html: stamp-guestfs-erlang.pod
 
 stamp-guestfs-erlang.pod: guestfs-erlang.pod create_disk.erl inspect_vm.erl
-       $(PODWRAPPER) \
+       $(PODWRAPPER) --path $(srcdir) \
          --section 3 \
          --man guestfs-erlang.3 \
          --html $(top_builddir)/website/guestfs-erlang.3.html \
index 3212840411bffbe8780d8d934f151f490fa4db5a..3bc2ab315fba80cee855fb89e166a386de3d799f 100644 (file)
@@ -133,7 +133,7 @@ noinst_DATA = $(top_builddir)/website/guestfs-examples.3.html
 guestfs-examples.3 $(top_builddir)/website/guestfs-examples.3.html: stamp-guestfs-examples.pod
 
 stamp-guestfs-examples.pod: guestfs-examples.pod copy-over.c create-disk.c debug-logging.c display-icon.c inspect-vm.c libvirt-auth.c mount-local.c virt-dhcp-address.c
-       $(PODWRAPPER) \
+       $(PODWRAPPER) --path $(srcdir) \
          --section 3 \
          --man guestfs-examples.3 \
          --html $(top_builddir)/website/guestfs-examples.3.html \
index d418c9a802f172359f18b5c09dac43633377c858..685de69f0b5dd9f55300a5621b3d969385c9c2b2 100644 (file)
@@ -200,7 +200,7 @@ noinst_DATA = \
 guestfish.1 $(top_builddir)/website/guestfish.1.html: stamp-guestfish.pod
 
 stamp-guestfish.pod: guestfish.pod guestfish-actions.pod guestfish-commands.pod guestfish-prepopts.pod
-       $(PODWRAPPER) \
+       $(PODWRAPPER) --path $(srcdir) \
          --man guestfish.1 \
          --html $(top_builddir)/website/guestfish.1.html \
          --path $(srcdir) --path $(top_srcdir)/common/options \
@@ -212,7 +212,7 @@ stamp-guestfish.pod: guestfish.pod guestfish-actions.pod guestfish-commands.pod
 libguestfs-tools.conf.5 $(top_builddir)/website/libguestfs-tools.conf.5.html: stamp-libguestfs-tools.conf.pod
 
 stamp-libguestfs-tools.conf.pod: libguestfs-tools.conf.pod
-       $(PODWRAPPER) \
+       $(PODWRAPPER) --path $(srcdir) \
          --section 5 \
          --man libguestfs-tools.conf.5 \
          --html $(top_builddir)/website/libguestfs-tools.conf.5.html \
@@ -223,7 +223,7 @@ stamp-libguestfs-tools.conf.pod: libguestfs-tools.conf.pod
 virt-copy-in.1 $(top_builddir)/website/virt-copy-in.1.html: stamp-virt-copy-in.pod
 
 stamp-virt-copy-in.pod: virt-copy-in.pod
-       $(PODWRAPPER) \
+       $(PODWRAPPER) --path $(srcdir) \
          --man virt-copy-in.1 \
          --html $(top_builddir)/website/virt-copy-in.1.html \
          --license GPLv2+ \
@@ -234,7 +234,7 @@ stamp-virt-copy-in.pod: virt-copy-in.pod
 virt-copy-out.1 $(top_builddir)/website/virt-copy-out.1.html: stamp-virt-copy-out.pod
 
 stamp-virt-copy-out.pod: virt-copy-out.pod
-       $(PODWRAPPER) \
+       $(PODWRAPPER) --path $(srcdir) \
          --man virt-copy-out.1 \
          --html $(top_builddir)/website/virt-copy-out.1.html \
          --license GPLv2+ \
@@ -245,7 +245,7 @@ stamp-virt-copy-out.pod: virt-copy-out.pod
 virt-tar-in.1 $(top_builddir)/website/virt-tar-in.1.html: stamp-virt-tar-in.pod
 
 stamp-virt-tar-in.pod: virt-tar-in.pod
-       $(PODWRAPPER) \
+       $(PODWRAPPER) --path $(srcdir) \
          --man virt-tar-in.1 \
          --html $(top_builddir)/website/virt-tar-in.1.html \
          --license GPLv2+ \
@@ -256,7 +256,7 @@ stamp-virt-tar-in.pod: virt-tar-in.pod
 virt-tar-out.1 $(top_builddir)/website/virt-tar-out.1.html: stamp-virt-tar-out.pod
 
 stamp-virt-tar-out.pod: virt-tar-out.pod
-       $(PODWRAPPER) \
+       $(PODWRAPPER) --path $(srcdir) \
          --man virt-tar-out.1 \
          --html $(top_builddir)/website/virt-tar-out.1.html \
          --license GPLv2+ \
index 783f029552718b94f2ea2ea2deb72c8889e11ca1..4f85ea8706d3f5f4504c31663106e18047f71155 100644 (file)
@@ -58,7 +58,7 @@ noinst_DATA = $(top_builddir)/website/virt-format.1.html
 virt-format.1 $(top_builddir)/website/virt-format.1.html: stamp-virt-format.pod
 
 stamp-virt-format.pod: virt-format.pod
-       $(PODWRAPPER) \
+       $(PODWRAPPER) --path $(srcdir) \
          --man virt-format.1 \
          --html $(top_builddir)/website/virt-format.1.html \
          --path $(top_srcdir)/common/options \
index 940eefffb42bb020310396fce8d89e5cbc3c1705..b9626d3ba58b5c8fbc2d66eec5c73f9016db1365 100644 (file)
@@ -100,7 +100,7 @@ noinst_DATA = \
 guestmount.1 $(top_builddir)/website/guestmount.1.html: stamp-guestmount.pod
 
 stamp-guestmount.pod: guestmount.pod
-       $(PODWRAPPER) \
+       $(PODWRAPPER) --path $(srcdir) \
          --man guestmount.1 \
          --html $(top_builddir)/website/guestmount.1.html \
          --path $(top_srcdir)/common/options \
@@ -112,7 +112,7 @@ stamp-guestmount.pod: guestmount.pod
 guestunmount.1 $(top_builddir)/website/guestunmount.1.html: stamp-guestunmount.pod
 
 stamp-guestunmount.pod: guestunmount.pod
-       $(PODWRAPPER) \
+       $(PODWRAPPER) --path $(srcdir) \
          --man guestunmount.1 \
          --html $(top_builddir)/website/guestunmount.1.html \
          --license GPLv2+ \
index bfc11956df4b6fcf8fd5f361ed51fe4b96d7cd50..2d7d7df89a25c4ad2281349ddb253bc5c0c7b0a7 100644 (file)
@@ -125,7 +125,7 @@ noinst_DATA += $(top_builddir)/website/virt-get-kernel.1.html
 virt-get-kernel.1 $(top_builddir)/website/virt-get-kernel.1.html: stamp-virt-get-kernel.pod
 
 stamp-virt-get-kernel.pod: virt-get-kernel.pod
-       $(PODWRAPPER) \
+       $(PODWRAPPER) --path $(srcdir) \
          --man virt-get-kernel.1 \
          --html $(top_builddir)/website/virt-get-kernel.1.html \
          --path $(top_srcdir)/common/options \
index e4de1500084e766481c8fe1e73c86df508dbbf61..8bd1c0595ed26c7005ab1ae7a4bc704ee0c69d43 100644 (file)
@@ -134,7 +134,7 @@ noinst_DATA = $(top_builddir)/website/guestfs-gobject.3.html
 guestfs-gobject.3 $(top_builddir)/website/guestfs-gobject.3.html: stamp-guestfs-gobject.pod
 
 stamp-guestfs-gobject.pod: guestfs-gobject.pod
-       $(PODWRAPPER) \
+       $(PODWRAPPER) --path $(srcdir) \
          --section 3 \
          --man guestfs-gobject.3 \
          --html $(top_builddir)/website/guestfs-gobject.3.html \
index 88bab10b05dae7e37e9dc316f668113e7bd4eba5..53493e452a8076dd72947b53d53564b158c59a5e 100644 (file)
@@ -29,7 +29,7 @@ noinst_DATA = $(top_builddir)/website/guestfs-golang.3.html
 guestfs-golang.3 $(top_builddir)/website/guestfs-golang.3.html: stamp-guestfs-golang.pod
 
 stamp-guestfs-golang.pod: guestfs-golang.pod create-disk.go inspect-vm.go
-       $(PODWRAPPER) \
+       $(PODWRAPPER) --path $(srcdir) \
          --section 3 \
          --man guestfs-golang.3 \
          --html $(top_builddir)/website/guestfs-golang.3.html \
index 45aeea21469918755160c694c3a7eae5c3174190..6b033379322c9dbe59d4ab1b9d252167a7c62e0d 100644 (file)
@@ -80,7 +80,7 @@ noinst_DATA = $(top_builddir)/website/virt-inspector.1.html
 virt-inspector.1 $(top_builddir)/website/virt-inspector.1.html: stamp-virt-inspector.pod
 
 stamp-virt-inspector.pod: virt-inspector.pod
-       $(PODWRAPPER) \
+       $(PODWRAPPER) --path $(srcdir) \
          --man virt-inspector.1 \
          --html $(top_builddir)/website/virt-inspector.1.html \
          --path $(top_srcdir)/common/options \
index c6767e684e8ede7fcc033bef5fd64087fd2c1969..00b35bc47f7af353fbba5c162b2af36408df6aa6 100644 (file)
@@ -32,7 +32,7 @@ noinst_DATA = $(top_builddir)/website/guestfs-java.3.html
 guestfs-java.3 $(top_builddir)/website/guestfs-java.3.html: stamp-guestfs-java.pod
 
 stamp-guestfs-java.pod: guestfs-java.pod CreateDisk.java InspectVM.java
-       $(PODWRAPPER) \
+       $(PODWRAPPER) --path $(srcdir) \
          --section 3 \
          --man guestfs-java.3 \
          --html $(top_builddir)/website/guestfs-java.3.html \
index f9cc53df1e3db7bdbf4ec60f5e7cc6d25548fdea..6b941f6f54fa06cc6c6d97ec58189afa25761385 100644 (file)
@@ -236,7 +236,7 @@ stamp-guestfs.pod: guestfs.pod \
                guestfs-actions.pod \
                guestfs-availability.pod \
                guestfs-structs.pod
-       $(PODWRAPPER) \
+       $(PODWRAPPER) --path $(srcdir) \
          --section 3 \
          --man guestfs.3 \
          --html $(top_builddir)/website/guestfs.3.html \
index 239f92c122ddd16b044086064bf9da6fd9965ec2..e5169a76a17c1aa649f088fd15b5b7a15edf7303 100644 (file)
@@ -29,7 +29,7 @@ noinst_DATA = $(top_builddir)/website/guestfs-lua.3.html
 guestfs-lua.3 $(top_builddir)/website/guestfs-lua.3.html: stamp-guestfs-lua.pod
 
 stamp-guestfs-lua.pod: guestfs-lua.pod create_disk.lua inspect_vm.lua
-       $(PODWRAPPER) \
+       $(PODWRAPPER) --path $(srcdir) \
          --section 3 \
          --man guestfs-lua.3 \
          --html $(top_builddir)/website/guestfs-lua.3.html \
index 614586f1f55db0ed9ecc12ceeb83318a1f626b32..e94001a06b95c76777fae335803808b69e7681b0 100644 (file)
@@ -60,7 +60,7 @@ noinst_DATA = \
 virt-make-fs.1 $(top_builddir)/website/virt-make-fs.1.html: stamp-virt-make-fs.pod
 
 stamp-virt-make-fs.pod: virt-make-fs.pod
-       $(PODWRAPPER) \
+       $(PODWRAPPER) --path $(srcdir) \
          --man virt-make-fs.1 \
          --html $(top_builddir)/website/virt-make-fs.1.html \
          --license GPLv2+ \
index 19cbebdf9c15e57f58e4efd54504d42948550661..8a9c783a22ca810a352ae6bb1acae2a0b0216665 100644 (file)
@@ -33,7 +33,7 @@ noinst_DATA = $(top_builddir)/website/guestfs-ocaml.3.html
 guestfs-ocaml.3 $(top_builddir)/website/guestfs-ocaml.3.html: stamp-guestfs-ocaml.pod
 
 stamp-guestfs-ocaml.pod: guestfs-ocaml.pod create_disk.ml inspect_vm.ml
-       $(PODWRAPPER) \
+       $(PODWRAPPER) --path $(srcdir) \
          --section 3 \
          --man guestfs-ocaml.3 \
          --html $(top_builddir)/website/guestfs-ocaml.3.html \
index 7b4c29d19e382c5b7cdce68ca82a591252bb0d34..47ff06fed6c5fefddeb22a8312937b015c219ed2 100644 (file)
@@ -29,7 +29,7 @@ noinst_DATA = $(top_builddir)/website/guestfs-perl.3.html
 guestfs-perl.3 $(top_builddir)/website/guestfs-perl.3.html: stamp-guestfs-perl.pod
 
 stamp-guestfs-perl.pod: guestfs-perl.pod create_disk.pl inspect_vm.pl
-       $(PODWRAPPER) \
+       $(PODWRAPPER) --path $(srcdir) \
          --section 3 \
          --man guestfs-perl.3 \
          --html $(top_builddir)/website/guestfs-perl.3.html \
index 88d7d3431fc76760d7ceecaee0c3691ab0977d0b..ad9e3b88dedd173167473ef3a12ef437e8d054d0 100644 (file)
@@ -112,7 +112,7 @@ EXTRA_DIST = \
 all-local: $(MANPAGES)
 
 guestfs.3: guestfs.pod guestfs-actions.pod guestfs-availability.pod guestfs-structs.pod
-       $(PODWRAPPER) \
+       $(PODWRAPPER) --path $(srcdir) \
          --no-strict-checks \
          --man $@ \
          --section 3 \
@@ -127,14 +127,14 @@ guestfs.3: guestfs.pod guestfs-actions.pod guestfs-availability.pod guestfs-stru
 # out all the %.1 pattern rules below.
 
 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) \
+       $(PODWRAPPER) --path $(srcdir) \
          --no-strict-checks \
          --man $@ \
          --license GPLv2+ \
          $<
 
 virt-builder.1: virt-builder.pod customize-synopsis.pod customize-options.pod
-       $(PODWRAPPER) \
+       $(PODWRAPPER) --path $(srcdir) \
          --no-strict-checks \
          --man $@ \
          --license GPLv2+ \
@@ -143,7 +143,7 @@ virt-builder.1: virt-builder.pod customize-synopsis.pod customize-options.pod
          $<
 
 virt-customize.1: virt-customize.pod customize-synopsis.pod customize-options.pod
-       $(PODWRAPPER) \
+       $(PODWRAPPER) --path $(srcdir) \
          --no-strict-checks \
          --man $@ \
          --license GPLv2+ \
@@ -152,7 +152,7 @@ virt-customize.1: virt-customize.pod customize-synopsis.pod customize-options.po
          $<
 
 virt-sysprep.1: virt-sysprep.pod sysprep-extra-options.pod sysprep-operations.pod
-       $(PODWRAPPER) \
+       $(PODWRAPPER) --path $(srcdir) \
          --no-strict-checks \
          --man $@ \
          --license GPLv2+ \
@@ -161,7 +161,7 @@ virt-sysprep.1: virt-sysprep.pod sysprep-extra-options.pod sysprep-operations.po
          $<
 
 virt-p2v.1: virt-p2v.pod virt-p2v-kernel-config.pod
-       $(PODWRAPPER) \
+       $(PODWRAPPER) --path $(srcdir) \
          --no-strict-checks \
          --man $@ \
          --license GPLv2+ \
@@ -169,27 +169,27 @@ virt-p2v.1: virt-p2v.pod virt-p2v-kernel-config.pod
          $<
 
 %.1: %.pod
-       $(PODWRAPPER) \
+       $(PODWRAPPER) --path $(srcdir) \
          --no-strict-checks \
          --man $@ \
          $<
 
 %.3: %.pod
-       $(PODWRAPPER) \
+       $(PODWRAPPER) --path $(srcdir) \
          --no-strict-checks \
          --man $@ \
          --section 3 \
          $<
 
 %.5: %.pod
-       $(PODWRAPPER) \
+       $(PODWRAPPER) --path $(srcdir) \
          --no-strict-checks \
          --man $@ \
          --section 5 \
          $<
 
 %.8: %.pod
-       $(PODWRAPPER) \
+       $(PODWRAPPER) --path $(srcdir) \
          --no-strict-checks \
          --man $@ \
          --section 8 \
index fc23b91337ae698236af003d0171df151bd9fe44..198ec6d35b6f1ea3969b3a54745c107cd1e21ced 100644 (file)
@@ -33,7 +33,7 @@ noinst_DATA = $(top_builddir)/website/guestfs-python.3.html
 guestfs-python.3 $(top_builddir)/website/guestfs-python.3.html: stamp-guestfs-python.pod
 
 stamp-guestfs-python.pod: guestfs-python.pod create_disk.py inspect_vm.py
-       $(PODWRAPPER) \
+       $(PODWRAPPER) --path $(srcdir) \
          --section 3 \
          --man guestfs-python.3 \
          --html $(top_builddir)/website/guestfs-python.3.html \
index 297978f7e01c9dac07c843dd742f8225e5e6e056..8d26d87042785aed92a28e9c4f85ded35248a5c9 100644 (file)
@@ -64,7 +64,7 @@ noinst_DATA = $(top_builddir)/website/virt-rescue.1.html
 virt-rescue.1 $(top_builddir)/website/virt-rescue.1.html: stamp-virt-rescue.pod
 
 stamp-virt-rescue.pod: virt-rescue.pod
-       $(PODWRAPPER) \
+       $(PODWRAPPER) --path $(srcdir) \
          --man virt-rescue.1 \
          --html $(top_builddir)/website/virt-rescue.1.html \
          --path $(top_srcdir)/common/options \
index fa88cc634fcbf546599fbd8bb499029bce0e9192..779effde634c2e533f9c422214886a85ce07a71f 100644 (file)
@@ -119,7 +119,7 @@ noinst_DATA = $(top_builddir)/website/virt-resize.1.html
 virt-resize.1 $(top_builddir)/website/virt-resize.1.html: stamp-virt-resize.pod
 
 stamp-virt-resize.pod: virt-resize.pod
-       $(PODWRAPPER) \
+       $(PODWRAPPER) --path $(srcdir) \
          --man virt-resize.1 \
          --html $(top_builddir)/website/virt-resize.1.html \
          --license GPLv2+ \
index 6ba2481296dfc9d35e16ae85dbfb22713862de3a..34e7ae334c99760bd1f3bb06c5ca8498a44712cc 100644 (file)
@@ -29,7 +29,7 @@ noinst_DATA = $(top_builddir)/website/guestfs-ruby.3.html
 guestfs-ruby.3 $(top_builddir)/website/guestfs-ruby.3.html: stamp-guestfs-ruby.pod
 
 stamp-guestfs-ruby.pod: guestfs-ruby.pod create_disk.rb inspect_vm.rb
-       $(PODWRAPPER) \
+       $(PODWRAPPER) --path $(srcdir) \
          --section 3 \
          --man guestfs-ruby.3 \
          --html $(top_builddir)/website/guestfs-ruby.3.html \
index fa964e8afcd06a1d479529fd5c093d9a79f1f86f..3d1b2e71ddf667b73cab7cc79b67867dbf2fb281 100644 (file)
@@ -127,7 +127,7 @@ noinst_DATA = $(top_builddir)/website/virt-sparsify.1.html
 virt-sparsify.1 $(top_builddir)/website/virt-sparsify.1.html: stamp-virt-sparsify.pod
 
 stamp-virt-sparsify.pod: virt-sparsify.pod
-       $(PODWRAPPER) \
+       $(PODWRAPPER) --path $(srcdir) \
          --man virt-sparsify.1 \
          --html $(top_builddir)/website/virt-sparsify.1.html \
          --path $(top_srcdir)/common/options \
index 69bb928202421f0949a2b949101a0e52724e2f2c..bdf66ad56a55d298a23da190f5bff49d9d0657f4 100644 (file)
@@ -190,7 +190,7 @@ noinst_DATA = $(top_builddir)/website/virt-sysprep.1.html
 virt-sysprep.1 $(top_builddir)/website/virt-sysprep.1.html: stamp-virt-sysprep.pod
 
 stamp-virt-sysprep.pod: virt-sysprep.pod sysprep-extra-options.pod sysprep-operations.pod
-       $(PODWRAPPER) \
+       $(PODWRAPPER) --path $(srcdir) \
          --man virt-sysprep.1 \
           --insert sysprep-extra-options.pod:__EXTRA_OPTIONS__ \
           --insert sysprep-operations.pod:__OPERATIONS__ \
index 8b7107f87c38b3c48df3417080af881e5c996a7a..88fa52d86b4cdb070738c04e099fd5e35eaa96d1 100644 (file)
@@ -51,7 +51,7 @@ libguestfs_test_tool_LDADD = \
 libguestfs-test-tool.1 $(top_builddir)/website/libguestfs-test-tool.1.html: stamp-libguestfs-test-tool.pod
 
 stamp-libguestfs-test-tool.pod: libguestfs-test-tool.pod
-       $(PODWRAPPER) \
+       $(PODWRAPPER) --path $(srcdir) \
          --man libguestfs-test-tool.1 \
          --html $(top_builddir)/website/libguestfs-test-tool.1.html \
          --license GPLv2+ \
index 20c8a014e379e295e881bd3abffd453864d2f7fa..a733fa95309095d19bd85b5aead5f72e208453b7 100644 (file)
@@ -42,7 +42,7 @@ man_MANS = \
 virt-list-filesystems.1 $(top_builddir)/website/virt-list-filesystems.1.html: stamp-virt-list-filesystems.pod
 
 stamp-virt-list-filesystems.pod: virt-list-filesystems
-       $(PODWRAPPER) \
+       $(PODWRAPPER) --path $(srcdir) \
          --man virt-list-filesystems.1 \
          --html $(top_builddir)/website/virt-list-filesystems.1.html \
          --license GPLv2+ \
@@ -53,7 +53,7 @@ stamp-virt-list-filesystems.pod: virt-list-filesystems
 virt-list-partitions.1 $(top_builddir)/website/virt-list-partitions.1.html: stamp-virt-list-partitions.pod
 
 stamp-virt-list-partitions.pod: virt-list-partitions
-       $(PODWRAPPER) \
+       $(PODWRAPPER) --path $(srcdir) \
          --man virt-list-partitions.1 \
          --html $(top_builddir)/website/virt-list-partitions.1.html \
          --license GPLv2+ \
@@ -64,7 +64,7 @@ stamp-virt-list-partitions.pod: virt-list-partitions
 virt-tar.1 $(top_builddir)/website/virt-tar.1.html: stamp-virt-tar.pod
 
 stamp-virt-tar.pod: virt-tar
-       $(PODWRAPPER) \
+       $(PODWRAPPER) --path $(srcdir) \
          --man virt-tar.1 \
          --html $(top_builddir)/website/virt-tar.1.html \
          --license GPLv2+ \
@@ -75,7 +75,7 @@ stamp-virt-tar.pod: virt-tar
 virt-win-reg.1 $(top_builddir)/website/virt-win-reg.1.html: stamp-virt-win-reg.pod
 
 stamp-virt-win-reg.pod: virt-win-reg
-       $(PODWRAPPER) \
+       $(PODWRAPPER) --path $(srcdir) \
          --man virt-win-reg.1 \
          --html $(top_builddir)/website/virt-win-reg.1.html \
          --license GPLv2+ \