From: Jim Meyering Date: Thu, 25 Feb 2010 08:28:51 +0000 (+0100) Subject: build: avoid non-srcdir "make distcheck" failures (CLEANFILES) X-Git-Tag: v0.7.7~75 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f064dca7ea296bba64a5c952c0ade0f703d8c14e;p=thirdparty%2Flibvirt.git 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. --- 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