]> xenbits.xensource.com Git - libvirt.git/commit
docs: Try harder to uninstall
authorMichal Privoznik <mprivozn@redhat.com>
Sat, 13 Feb 2016 10:19:44 +0000 (11:19 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Tue, 23 Feb 2016 11:05:01 +0000 (12:05 +0100)
commit0f396a41595edd9107e1ffcb7c6bf49316bcc90b
tree1714969249c13d3788066b875b391fe2bb31a7fb
parent73fc46511babab41d95a1717d56a355fd1d7393e
docs: Try harder to uninstall

Imagine you have partially installed libvirt, or maybe you're
just running 'make uninstall' from a different version than 'make
install' has been ran. One way or another, we are doing plain
'rm' instead of 'rm -f' and thus not trying hard enough when
uninstalling. In the rest of our code we stick with -f switch. Do
that for docs too.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
docs/Makefile.am