X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=hostinfo-test%2FMakefile.am;h=25f9c7e178225480840dad87672e2c4849fd38eb;hb=bfa3107b71951961644d5ddc4f0ff3e54abd0700;hp=fd206ad300500e850680b6e5b651bbc87370d2ae;hpb=b6184e540f0a61a014ccabc888530eb45458cfa2;p=virt-hostinfo.git diff --git a/hostinfo-test/Makefile.am b/hostinfo-test/Makefile.am index fd206ad..25f9c7e 100644 --- a/hostinfo-test/Makefile.am +++ b/hostinfo-test/Makefile.am @@ -17,13 +17,15 @@ EXTRA_DIST = hostinfo-test.pl +CLEANFILES = hostinfo-test.1 + bin_SCRIPTS = hostinfo-test -man_MANS = hostinfo-test.8 +man_MANS = hostinfo-test.1 -hostinfo-test.8: hostinfo-test +hostinfo-test.1: hostinfo-test $(POD2MAN) \ - --section 8 \ + --section 1 \ -c "Virtualization Support" \ --release "$(PACKAGE_NAME)-$(PACKAGE_VERSION)" \ $< > $@