mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-22 11:22:23 +00:00
build: Ensure intermediate files are cleaned up properly
All $(MANINFILES) should be deleted on distclean.
This commit is contained in:
parent
7351f7fe68
commit
f806febbdf
@ -77,6 +77,7 @@ EXTRA_DIST = \
|
||||
|
||||
CLEANFILES =
|
||||
DISTCLEANFILES =
|
||||
MAINTAINERCLEANFILES =
|
||||
|
||||
confdir = $(sysconfdir)/libvirt
|
||||
conf_DATA =
|
||||
@ -499,3 +500,5 @@ CLEANFILES += *.gcov .libs/*.gcda .libs/*.gcno *.gcno *.gcda *.i *.s
|
||||
CLEANFILES += $(man1_MANS) $(man8_MANS)
|
||||
|
||||
DISTCLEANFILES += $(BUILT_SOURCES)
|
||||
|
||||
MAINTAINERCLEANFILES += $(MANINFILES)
|
||||
|
Loading…
x
Reference in New Issue
Block a user