From f2ea617e224cd82496e56a41b5878063d6f02e3d Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Mon, 16 Jul 2012 18:56:57 +0100 Subject: build: Change calls to podwrapper.sh to use $(PODWRAPPER). This will allow us to easily change the location of this script in future. --- python/examples/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/examples') diff --git a/python/examples/Makefile.am b/python/examples/Makefile.am index efd634c5..199ee1e9 100644 --- a/python/examples/Makefile.am +++ b/python/examples/Makefile.am @@ -29,7 +29,7 @@ noinst_DATA = $(top_builddir)/html/guestfs-python.3.html guestfs-python.3 $(top_builddir)/html/guestfs-python.3.html: stamp-guestfs-python.pod stamp-guestfs-python.pod: guestfs-python.pod create_disk.py inspect_vm.py - $(top_builddir)/podwrapper.sh \ + $(PODWRAPPER) \ --section 3 \ --man guestfs-python.3 \ --html $(top_builddir)/html/guestfs-python.3.html \ -- cgit