diff options
author | Hilko Bengen <bengen@hilluzination.de> | 2011-08-14 10:58:08 +0200 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2011-08-15 14:50:33 +0100 |
commit | ff101adf7ead7bcdb46bccdb227ef18d844b965f (patch) | |
tree | 93fdc88531c894bc78120dea476f76fc08b8c0b7 /fuse/Makefile.am | |
parent | 44c3a300265ef7bfa5d49d2b9a2a8faccd9db2de (diff) | |
download | libguestfs-ff101adf7ead7bcdb46bccdb227ef18d844b965f.tar.gz libguestfs-ff101adf7ead7bcdb46bccdb227ef18d844b965f.tar.xz libguestfs-ff101adf7ead7bcdb46bccdb227ef18d844b965f.zip |
out-of-tree build: fix documentation generation
Diffstat (limited to 'fuse/Makefile.am')
-rw-r--r-- | fuse/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fuse/Makefile.am b/fuse/Makefile.am index b7558eeb..10bbc9d1 100644 --- a/fuse/Makefile.am +++ b/fuse/Makefile.am @@ -66,7 +66,7 @@ noinst_DATA = $(top_builddir)/html/guestmount.1.html guestmount.1 $(top_builddir)/html/guestmount.1.html: stamp-guestmount.pod stamp-guestmount.pod: guestmount.pod - $(top_srcdir)/podwrapper.sh \ + $(top_builddir)/podwrapper.sh \ --man guestmount.1 \ --html $(top_builddir)/html/guestmount.1.html \ $< |