mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-31 18:15:25 +00:00
build: avoid non-srcdir "make distcheck" failures (CLEANFILES)
* docs/Makefile.am (MAINTAINERCLEANFILES): Use this variable for generated-and-distributed files, not "CLEANFILES". Besides, "make clean" and "make distclean" should not delete distributed files.
This commit is contained in:
parent
0f88dade23
commit
f064dca7ea
@ -17,7 +17,7 @@ apipng = \
|
||||
html/home.png \
|
||||
html/right.png
|
||||
|
||||
devhelphtml = \
|
||||
devhelphtml = \
|
||||
devhelp/libvirt.devhelp \
|
||||
devhelp/index.html \
|
||||
devhelp/general.html \
|
||||
@ -79,7 +79,7 @@ EXTRA_DIST= \
|
||||
sitemap.html.in \
|
||||
ChangeLog.awk
|
||||
|
||||
CLEANFILES = $(dot_html) $(apihtml) $(devhelphtml)
|
||||
MAINTAINERCLEANFILES = $(dot_html) $(apihtml) $(devhelphtml)
|
||||
|
||||
all: web
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user