summaryrefslogtreecommitdiffstats
path: root/test-tool/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'test-tool/Makefile.am')
-rw-r--r--test-tool/Makefile.am8
1 files changed, 3 insertions, 5 deletions
diff --git a/test-tool/Makefile.am b/test-tool/Makefile.am
index c28d1315..908d2a03 100644
--- a/test-tool/Makefile.am
+++ b/test-tool/Makefile.am
@@ -46,8 +46,6 @@ libguestfs-test-tool.static$(EXEEXT): $(libguestfs_test_tool_OBJECTS) $(libguest
$(libguestfs_test_tool_LINK) $(libguestfs_test_tool_OBJECTS) -static $(libguestfs_test_tool_LDADD) $(libguestfs_test_tool_LIBS) $(LIBVIRT_LIBS) $(LIBXML2_LIBS) -lpcre -lhivex -lmagic -lz -lm
libguestfs-test-tool.1: libguestfs-test-tool.pod
- $(POD2MAN) \
- --section 1 \
- -c "Virtualization Support" \
- --release "$(PACKAGE_NAME)-$(PACKAGE_VERSION)" \
- $< > $@
+ $(top_srcdir)/podwrapper.sh \
+ --man $@ \
+ $<