mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-14 00:25:17 +00:00
docs: Don't leave any documentation behind
Our uninstall script is not exact counterpart of install one. Therefore we are leaving couple of files behind. This should not happen. Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
parent
265bb873c8
commit
8ed7c3a2cf
@ -363,8 +363,14 @@ install-data-local:
|
|||||||
$(INSTALL_DATA) $(srcdir)/libvirtLogo.png $(DESTDIR)$(pkgdatadir)
|
$(INSTALL_DATA) $(srcdir)/libvirtLogo.png $(DESTDIR)$(pkgdatadir)
|
||||||
|
|
||||||
uninstall-local:
|
uninstall-local:
|
||||||
|
for f in $(css) $(dot_html) $(gif) $(png); do \
|
||||||
|
rm -f $(DESTDIR)$(HTML_DIR)/$$f; \
|
||||||
|
done
|
||||||
for h in $(apihtml); do rm -f $(DESTDIR)$(HTML_DIR)/$$h; done
|
for h in $(apihtml); do rm -f $(DESTDIR)$(HTML_DIR)/$$h; done
|
||||||
for p in $(apipng); do rm -f $(DESTDIR)$(HTML_DIR)/$$p; done
|
for p in $(apipng); do rm -f $(DESTDIR)$(HTML_DIR)/$$p; done
|
||||||
|
for f in $(internals_html); do \
|
||||||
|
rm -f $(DESTDIR)$(HTML_DIR)/$$f; \
|
||||||
|
done
|
||||||
for f in $(devhelphtml) $(devhelppng) $(devhelpcss); do \
|
for f in $(devhelphtml) $(devhelppng) $(devhelpcss); do \
|
||||||
rm -f $(DESTDIR)$(DEVHELP_DIR)/$$(basename $$f); \
|
rm -f $(DESTDIR)$(DEVHELP_DIR)/$$(basename $$f); \
|
||||||
done
|
done
|
||||||
|
Loading…
x
Reference in New Issue
Block a user