diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2012-07-16 18:56:57 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2012-07-16 18:56:57 +0100 |
commit | f2ea617e224cd82496e56a41b5878063d6f02e3d (patch) | |
tree | 7ff2d82dc35b4e66bfbb65fdf1462ee9fb9532c9 /format | |
parent | c7d342a94a89324be2f568c940ba089fdd5aa0c0 (diff) | |
download | libguestfs-f2ea617e224cd82496e56a41b5878063d6f02e3d.tar.gz libguestfs-f2ea617e224cd82496e56a41b5878063d6f02e3d.tar.xz libguestfs-f2ea617e224cd82496e56a41b5878063d6f02e3d.zip |
build: Change calls to podwrapper.sh to use $(PODWRAPPER).
This will allow us to easily change the location of this
script in future.
Diffstat (limited to 'format')
-rw-r--r-- | format/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/format/Makefile.am b/format/Makefile.am index 4bfed1d6..05b14ec9 100644 --- a/format/Makefile.am +++ b/format/Makefile.am @@ -59,7 +59,7 @@ noinst_DATA = $(top_builddir)/html/virt-format.1.html virt-format.1 $(top_builddir)/html/virt-format.1.html: stamp-virt-format.pod stamp-virt-format.pod: virt-format.pod - $(top_builddir)/podwrapper.sh \ + $(PODWRAPPER) \ --man virt-format.1 \ --html $(top_builddir)/html/virt-format.1.html \ $< |