summaryrefslogtreecommitdiffstats
path: root/perl
diff options
context:
space:
mode:
authorHilko Bengen <bengen@hilluzination.de>2011-08-14 10:58:08 +0200
committerRichard W.M. Jones <rjones@redhat.com>2011-08-15 14:50:33 +0100
commitff101adf7ead7bcdb46bccdb227ef18d844b965f (patch)
tree93fdc88531c894bc78120dea476f76fc08b8c0b7 /perl
parent44c3a300265ef7bfa5d49d2b9a2a8faccd9db2de (diff)
downloadlibguestfs-ff101adf7ead7bcdb46bccdb227ef18d844b965f.tar.gz
libguestfs-ff101adf7ead7bcdb46bccdb227ef18d844b965f.tar.xz
libguestfs-ff101adf7ead7bcdb46bccdb227ef18d844b965f.zip
out-of-tree build: fix documentation generation
Diffstat (limited to 'perl')
-rw-r--r--perl/examples/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/perl/examples/Makefile.am b/perl/examples/Makefile.am
index 354531ac..387cdf1c 100644
--- a/perl/examples/Makefile.am
+++ b/perl/examples/Makefile.am
@@ -29,11 +29,11 @@ noinst_DATA = $(top_builddir)/html/guestfs-perl.3.html
guestfs-perl.3 $(top_builddir)/html/guestfs-perl.3.html: stamp-guestfs-perl.pod
stamp-guestfs-perl.pod: guestfs-perl.pod create_disk.pl inspect_vm.pl
- $(top_srcdir)/podwrapper.sh \
+ $(top_builddir)/podwrapper.sh \
--section 3 \
--man guestfs-perl.3 \
--html $(top_builddir)/html/guestfs-perl.3.html \
- --verbatim create_disk.pl:@EXAMPLE1@ \
- --verbatim inspect_vm.pl:@EXAMPLE2@ \
+ --verbatim $(srcdir)/create_disk.pl:@EXAMPLE1@ \
+ --verbatim $(srcdir)/inspect_vm.pl:@EXAMPLE2@ \
$<
touch $@