mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
out-of-tree build: remove unneeded explicit paths
This commit is contained in:
committed by
Richard W.M. Jones
parent
5a50c04906
commit
4baec012b1
@@ -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 \
|
||||
|
||||
@@ -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 \
|
||||
|
||||
@@ -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 $@ \
|
||||
$<
|
||||
|
||||
Reference in New Issue
Block a user