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:
Jim Meyering 2010-02-25 09:28:51 +01:00
parent 0f88dade23
commit f064dca7ea

View File

@ -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