From ff101adf7ead7bcdb46bccdb227ef18d844b965f Mon Sep 17 00:00:00 2001 From: Hilko Bengen Date: Sun, 14 Aug 2011 10:58:08 +0200 Subject: out-of-tree build: fix documentation generation --- inspector/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'inspector') diff --git a/inspector/Makefile.am b/inspector/Makefile.am index 5c48724d..03e13d82 100644 --- a/inspector/Makefile.am +++ b/inspector/Makefile.am @@ -81,7 +81,7 @@ noinst_DATA = $(top_builddir)/html/virt-inspector.1.html virt-inspector.1 $(top_builddir)/html/virt-inspector.1.html: stamp-virt-inspector.pod stamp-virt-inspector.pod: virt-inspector.pod - $(top_srcdir)/podwrapper.sh \ + $(top_builddir)/podwrapper.sh \ --man virt-inspector.1 \ --html $(top_builddir)/html/virt-inspector.1.html \ $< -- cgit