From 4c9e29ec38350a5206aa3e8e72ad4376512ada2b Mon Sep 17 00:00:00 2001 From: Neil Jerram Date: Mon, 9 Feb 2009 21:51:31 +0000 Subject: [PATCH] Clean lib-version.texi * doc/ref/Makefile.am (CLEANFILES): Add lib-version.texi. --- doc/ref/Makefile.am | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/doc/ref/Makefile.am b/doc/ref/Makefile.am index 19458cfee..2ca550ab3 100644 --- a/doc/ref/Makefile.am +++ b/doc/ref/Makefile.am @@ -98,9 +98,12 @@ lib-version.texi: $(top_srcdir)/GUILE-VERSION MAINTAINERCLEANFILES = autoconf-macros.texi # To allow "make distcheck" to succeed, lib-version.texi must either -# be cleaned or be included in the distribution. There's no point -# forcing a distribution build to regenerate lib-version.texi, because -# it can't possibly be different on the build machine than where the -# distribution was generated, so we might as well include it in the -# distribution. +# be cleaned or be included in the distribution. Or both - and in +# fact both are good. There's no point forcing a distribution build +# to regenerate lib-version.texi, because it can't possibly be +# different on the build machine than where the distribution was +# generated, so we might as well include it in the distribution. EXTRA_DIST += lib-version.texi +# But when we want to get back to a clean tree, lib-version.texi +# should be cleaned. +CLEANFILES = lib-version.texi