- Really force rebuild of man page by using -f

- perldoc(1) moved from perl to perl(Pod::Perldoc)
This commit is contained in:
Robert Scheck 2012-01-15 20:11:13 +01:00
parent 596fb26f62
commit f63f378366

View File

@ -36,6 +36,7 @@ BuildRequires: gettext
# Non-OCaml BRs. # Non-OCaml BRs.
BuildRequires: libvirt-devel BuildRequires: libvirt-devel
BuildRequires: perl BuildRequires: perl
BuildRequires: perl(Pod::Perldoc)
BuildRequires: gawk BuildRequires: gawk
@ -65,7 +66,7 @@ strip virt-top/virt-top.opt
make -C po make -C po
# Force rebuild of man page. # Force rebuild of man page.
rm virt-top/virt-top.1 rm -f virt-top/virt-top.1
make -C virt-top virt-top.1 make -C virt-top virt-top.1