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. --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index 30e5070e..8e2c9cde 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -206,7 +206,7 @@ stamp-guestfs.pod: guestfs.pod \ guestfs-actions.pod \ guestfs-availability.pod \ guestfs-structs.pod - $(top_builddir)/podwrapper.sh \ + $(PODWRAPPER) \ --section 3 \ --man guestfs.3 \ --html $(top_builddir)/html/guestfs.3.html \ -- cgit