mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
avoid another "make distcheck" failure
* docs/Makefile.am (uninstall-local): Separate $$f from preceding dir name with a "/" and use $$(basename $$f) rather than $$f, since some values of $$f are prefixed with devhelp/.
This commit is contained in:
parent
a4e9edbd77
commit
0418fa2e72
@ -159,4 +159,5 @@ uninstall-local:
|
|||||||
for h in $(apihtml); do rm $(DESTDIR)$(HTML_DIR)/$$h; done
|
for h in $(apihtml); do rm $(DESTDIR)$(HTML_DIR)/$$h; done
|
||||||
for p in $(apipng); do rm $(DESTDIR)$(HTML_DIR)/$$p; done
|
for p in $(apipng); do rm $(DESTDIR)$(HTML_DIR)/$$p; done
|
||||||
for f in $(devhelphtml) $(devhelppng) $(devhelpcss); do \
|
for f in $(devhelphtml) $(devhelppng) $(devhelpcss); do \
|
||||||
rm $(DESTDIR)$(DEVHELP_DIR)$$f ; done
|
rm $(DESTDIR)$(DEVHELP_DIR)/$$(basename $$f); \
|
||||||
|
done
|
||||||
|
Loading…
Reference in New Issue
Block a user