out-of-tree build: fix documentation generation II
authorHilko Bengen <bengen@hilluzination.de>
Tue, 16 Aug 2011 22:41:59 +0000 (00:41 +0200)
committerRichard W.M. Jones <rjones@redhat.com>
Sun, 28 Aug 2011 08:13:18 +0000 (09:13 +0100)
(cherry picked from commit 8876b2d3764b42ebae3c5fdf61b1899095508169)

fish/Makefile.am

index 5967dee..33a0fd7 100644 (file)
@@ -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 $@