While we could leave it behind as an indelible sign that libvirt
has been running on host, other users might not be that fond of
it.
Signed-off-by: Michal Privoznik <mprivozn(a)redhat.com>
---
docs/Makefile.am | 1 +
1 file changed, 1 insertion(+)
diff --git a/docs/Makefile.am b/docs/Makefile.am
index f4ce9ce..c80c37b 100644
--- a/docs/Makefile.am
+++ b/docs/Makefile.am
@@ -368,3 +368,4 @@ uninstall-local:
for f in $(devhelphtml) $(devhelppng) $(devhelpcss); do \
rm -f $(DESTDIR)$(DEVHELP_DIR)/$$(basename $$f); \
done
+ rm -f $(DESTDIR)$(pkgdatadir)/libvirtLogo.png
--
2.7.3