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. --- format/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'format') 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 \ $< -- cgit