X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=test-tool%2FMakefile.am;h=15a5c8f87f0f9d6d4edc4a769aaf5c3a12610ed3;hp=66d06e0921dad84f50d81a7309c99805bd3b3084;hb=ade2f824509c5399e60ddab7db2b618aaf8db0aa;hpb=a6025c11d97ed5802b3729a93d224d2baa20ff12 diff --git a/test-tool/Makefile.am b/test-tool/Makefile.am index 66d06e0..15a5c8f 100644 --- a/test-tool/Makefile.am +++ b/test-tool/Makefile.am @@ -17,7 +17,7 @@ include $(top_srcdir)/subdir-rules.mk -EXTRA_DIST = libguestfs-test-tool.pod +EXTRA_DIST = libguestfs-test-tool.pod run-test-tool-locally CLEANFILES = @@ -40,8 +40,6 @@ libguestfs_test_tool_helper_SOURCES = helper.c libguestfs_test_tool_helper_LDFLAGS = -all-static libguestfs-test-tool.1: libguestfs-test-tool.pod - $(POD2MAN) \ - --section 1 \ - -c "Virtualization Support" \ - --release "$(PACKAGE_NAME)-$(PACKAGE_VERSION)" \ - $< > $@ + $(top_srcdir)/podwrapper.sh \ + --man $@ \ + $<