]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
Put virt-sanlock-cleanup into section 8
authorGuido Günther <agx@sigxcpu.org>
Tue, 2 Jul 2013 21:15:53 +0000 (23:15 +0200)
committerGuido Günther <agx@sigxcpu.org>
Wed, 3 Jul 2013 13:06:36 +0000 (15:06 +0200)
as indicated by the filename.

tools/Makefile.am

index 1dac7c152422e5421aeab8d4b1a0e43064190feb..644a86d9356776c60859df0d9814bd443845fd52 100644 (file)
@@ -99,7 +99,8 @@ virt-sanlock-cleanup: virt-sanlock-cleanup.in Makefile
            || (rm $@ && exit 1) && chmod +x $@
 
 virt-sanlock-cleanup.8: virt-sanlock-cleanup.in $(top_srcdir)/configure.ac
-       $(AM_V_GEN)$(POD2MAN) --name VIRT-SANLOCK-CLEANUP $< $(srcdir)/$@ \
+       $(AM_V_GEN)$(POD2MAN) --name VIRT-SANLOCK-CLEANUP --section=8 \
+           $< $(srcdir)/$@ \
            && if grep 'POD ERROR' $(srcdir)/$@ ; then \
                rm $(srcdir)/$@; exit 1; fi