Hostinfo day 4: Implement command processing code.
[virt-hostinfo.git] / hostinfo-test / Makefile.am
index fd206ad..25f9c7e 100644 (file)
 
 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)" \
          $< > $@