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 \
|
||||
|
||||
Reference in New Issue
Block a user