summaryrefslogtreecommitdiffstats
path: root/fish
diff options
context:
space:
mode:
authorHilko Bengen <bengen@hilluzination.de>2011-08-17 00:41:59 +0200
committerRichard W.M. Jones <rjones@redhat.com>2011-08-17 10:27:29 +0100
commit8876b2d3764b42ebae3c5fdf61b1899095508169 (patch)
treed63713ad681a29b330ff6b6ce26b42ecb0ed6ad8 /fish
parent4baec012b1b09a888e570fc89dbaa9fbf9944f34 (diff)
downloadlibguestfs-8876b2d3764b42ebae3c5fdf61b1899095508169.tar.gz
libguestfs-8876b2d3764b42ebae3c5fdf61b1899095508169.tar.xz
libguestfs-8876b2d3764b42ebae3c5fdf61b1899095508169.zip
out-of-tree build: fix documentation generation II
Diffstat (limited to 'fish')
-rw-r--r--fish/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/fish/Makefile.am b/fish/Makefile.am
index a7a597bc..40bf2b49 100644
--- a/fish/Makefile.am
+++ b/fish/Makefile.am
@@ -173,8 +173,8 @@ stamp-guestfish.pod: guestfish.pod guestfish-actions.pod guestfish-commands.pod
$(top_builddir)/podwrapper.sh \
--man guestfish.1 \
--html $(top_builddir)/html/guestfish.1.html \
- --insert guestfish-actions.pod:@ACTIONS@ \
- --insert guestfish-commands.pod:@FISH_COMMANDS@ \
+ --insert $(srcdir)/guestfish-actions.pod:@ACTIONS@ \
+ --insert $(srcdir)/guestfish-commands.pod:@FISH_COMMANDS@ \
$<
touch $@