From 74bbecd74606ab01ed3c73550d7e48da0583288f Mon Sep 17 00:00:00 2001 From: Hilko Bengen Date: Wed, 17 Aug 2011 00:41:59 +0200 Subject: [PATCH] out-of-tree build: fix documentation generation II (cherry picked from commit 8876b2d3764b42ebae3c5fdf61b1899095508169) --- fish/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fish/Makefile.am b/fish/Makefile.am index 5967dee..33a0fd7 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 $@ -- 1.8.3.1