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

@ -79,7 +79,7 @@ EXTRA_DIST= \
sitemap.html.in \ sitemap.html.in \
ChangeLog.awk ChangeLog.awk
CLEANFILES = $(dot_html) $(apihtml) $(devhelphtml) MAINTAINERCLEANFILES = $(dot_html) $(apihtml) $(devhelphtml)
all: web all: web