From f064dca7ea296bba64a5c952c0ade0f703d8c14e Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 25 Feb 2010 09:28:51 +0100 Subject: [PATCH] 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. --- docs/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Makefile.am b/docs/Makefile.am index 9b39a94160..e47b6681a2 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -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