summaryrefslogtreecommitdiffstats
path: root/cat
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 /cat
parent44c3a300265ef7bfa5d49d2b9a2a8faccd9db2de (diff)
downloadlibguestfs-ff101adf7ead7bcdb46bccdb227ef18d844b965f.tar.gz
libguestfs-ff101adf7ead7bcdb46bccdb227ef18d844b965f.tar.xz
libguestfs-ff101adf7ead7bcdb46bccdb227ef18d844b965f.zip
out-of-tree build: fix documentation generation
Diffstat (limited to 'cat')
-rw-r--r--cat/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/cat/Makefile.am b/cat/Makefile.am
index 6022cd69..91abfac1 100644
--- a/cat/Makefile.am
+++ b/cat/Makefile.am
@@ -102,7 +102,7 @@ noinst_DATA = \
virt-cat.1 $(top_builddir)/html/virt-cat.1.html: stamp-virt-cat.pod
stamp-virt-cat.pod: virt-cat.pod
- $(top_srcdir)/podwrapper.sh \
+ $(top_builddir)/podwrapper.sh \
--man virt-cat.1 \
--html $(top_builddir)/html/virt-cat.1.html \
$<
@@ -111,7 +111,7 @@ stamp-virt-cat.pod: virt-cat.pod
virt-ls.1 $(top_builddir)/html/virt-ls.1.html: stamp-virt-ls.pod
stamp-virt-ls.pod: virt-ls.pod
- $(top_srcdir)/podwrapper.sh \
+ $(top_builddir)/podwrapper.sh \
--man virt-ls.1 \
--html $(top_builddir)/html/virt-ls.1.html \
$<
@@ -120,7 +120,7 @@ stamp-virt-ls.pod: virt-ls.pod
virt-filesystems.1 $(top_builddir)/html/virt-filesystems.1.html: stamp-virt-filesystems.pod
stamp-virt-filesystems.pod: virt-filesystems.pod
- $(top_srcdir)/podwrapper.sh \
+ $(top_builddir)/podwrapper.sh \
--man virt-filesystems.1 \
--html $(top_builddir)/html/virt-filesystems.1.html \
$<