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. --- test-tool/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test-tool') diff --git a/test-tool/Makefile.am b/test-tool/Makefile.am index a418c565..ba30a752 100644 --- a/test-tool/Makefile.am +++ b/test-tool/Makefile.am @@ -36,7 +36,7 @@ libguestfs_test_tool_LDADD = \ libguestfs-test-tool.1 $(top_builddir)/html/libguestfs-test-tool.1.html: stamp-libguestfs-test-tool.pod stamp-libguestfs-test-tool.pod: libguestfs-test-tool.pod - $(top_builddir)/podwrapper.sh \ + $(PODWRAPPER) \ --man libguestfs-test-tool.1 \ --html $(top_builddir)/html/libguestfs-test-tool.1.html \ $< -- cgit