Hostinfo day 3: Further work on the daemon.
[virt-hostinfo.git] / hostinfo-test / Makefile.am
index fd206ad..5430676 100644 (file)
@@ -19,11 +19,11 @@ EXTRA_DIST = hostinfo-test.pl
 
 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)" \
          $< > $@