out-of-tree build: remove unneeded explicit paths
authorHilko Bengen <bengen@hilluzination.de>
Tue, 16 Aug 2011 22:41:58 +0000 (00:41 +0200)
committerRichard W.M. Jones <rjones@redhat.com>
Wed, 17 Aug 2011 09:27:29 +0000 (10:27 +0100)
examples/Makefile.am
fish/Makefile.am
test-tool/Makefile.am

index df5cc71..03870cb 100644 (file)
@@ -64,7 +64,7 @@ noinst_DATA = \
 
 guestfs-examples.3 $(top_builddir)/html/guestfs-examples.3.html: stamp-guestfs-examples.pod
 
-stamp-guestfs-examples.pod: $(srcdir)/guestfs-examples.pod $(srcdir)/create_disk.c $(srcdir)/inspect_vm.c
+stamp-guestfs-examples.pod: guestfs-examples.pod create_disk.c inspect_vm.c
        $(top_builddir)/podwrapper.sh \
          --section 3 \
          --man guestfs-examples.3 \
@@ -76,7 +76,7 @@ stamp-guestfs-examples.pod: $(srcdir)/guestfs-examples.pod $(srcdir)/create_disk
 
 guestfs-recipes.1 $(top_builddir)/html/guestfs-recipes.1.html: stamp-guestfs-recipes.pod
 
-stamp-guestfs-recipes.pod: $(builddir)/guestfs-recipes.pod
+stamp-guestfs-recipes.pod: guestfs-recipes.pod
        $(top_builddir)/podwrapper.sh \
          --section 1 \
          --man guestfs-recipes.1 \
index 6018868..a7a597b 100644 (file)
@@ -180,7 +180,7 @@ stamp-guestfish.pod: guestfish.pod guestfish-actions.pod guestfish-commands.pod
 
 virt-copy-in.1 $(top_builddir)/html/virt-copy-in.1.html: stamp-virt-copy-in.pod
 
-stamp-virt-copy-in.pod: $(srcdir)/virt-copy-in.pod
+stamp-virt-copy-in.pod: virt-copy-in.pod
        $(top_builddir)/podwrapper.sh \
          --man virt-copy-in.1 \
          --html $(top_builddir)/html/virt-copy-in.1.html \
@@ -189,7 +189,7 @@ stamp-virt-copy-in.pod: $(srcdir)/virt-copy-in.pod
 
 virt-copy-out.1 $(top_builddir)/html/virt-copy-out.1.html: stamp-virt-copy-out.pod
 
-stamp-virt-copy-out.pod: $(srcdir)/virt-copy-out.pod
+stamp-virt-copy-out.pod: virt-copy-out.pod
        $(top_builddir)/podwrapper.sh \
          --man virt-copy-out.1 \
          --html $(top_builddir)/html/virt-copy-out.1.html \
@@ -198,7 +198,7 @@ stamp-virt-copy-out.pod: $(srcdir)/virt-copy-out.pod
 
 virt-tar-in.1 $(top_builddir)/html/virt-tar-in.1.html: stamp-virt-tar-in.pod
 
-stamp-virt-tar-in.pod: $(srcdir)/virt-tar-in.pod
+stamp-virt-tar-in.pod: virt-tar-in.pod
        $(top_builddir)/podwrapper.sh \
          --man virt-tar-in.1 \
          --html $(top_builddir)/html/virt-tar-in.1.html \
@@ -207,7 +207,7 @@ stamp-virt-tar-in.pod: $(srcdir)/virt-tar-in.pod
 
 virt-tar-out.1 $(top_builddir)/html/virt-tar-out.1.html: stamp-virt-tar-out.pod
 
-stamp-virt-tar-out.pod: $(srcdir)/virt-tar-out.pod
+stamp-virt-tar-out.pod: virt-tar-out.pod
        $(top_builddir)/podwrapper.sh \
          --man virt-tar-out.1 \
          --html $(top_builddir)/html/virt-tar-out.1.html \
index af1bffb..16daa7f 100644 (file)
@@ -33,7 +33,7 @@ libguestfs_test_tool_CFLAGS = \
 libguestfs_test_tool_LDADD = \
        $(top_builddir)/src/libguestfs.la
 
-libguestfs-test-tool.1: $(builddir)/libguestfs-test-tool.pod
+libguestfs-test-tool.1: libguestfs-test-tool.pod
        $(top_builddir)/podwrapper.sh \
          --man $@ \
          $<