From 41d82ac9904c883a0c281cd1a89c03d9d968a801 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Sat, 29 Jan 2011 23:31:38 +0100 Subject: [PATCH] Don't remove `standard-library.texi' upon "make clean". MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * doc/ref/Makefile.am (CLEANFILES): Rename to... (DISTCLEANFILES): ... this. So that "make clean" doesn't remove `standard-library.texi'. Reported by Hans Ã…berg . --- doc/ref/Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/ref/Makefile.am b/doc/ref/Makefile.am index 9578d5419..c154f428d 100644 --- a/doc/ref/Makefile.am +++ b/doc/ref/Makefile.am @@ -1,6 +1,7 @@ ## Process this file with Automake to create Makefile.in ## -## Copyright (C) 1998, 2004, 2006, 2008, 2009, 2010 Free Software Foundation, Inc. +## Copyright (C) 1998, 2004, 2006, 2008, 2009, 2010, +## 2011 Free Software Foundation, Inc. ## ## This file is part of GUILE. ## @@ -146,7 +147,7 @@ $(snarf_doc).texi: $(standard_library_scm_files) "$(abs_srcdir)/$(snarf_doc).scm" > "$@.tmp" mv "$@.tmp" "$@" -CLEANFILES = $(snarf_doc).texi +DISTCLEANFILES = $(snarf_doc).texi EXTRA_DIST += $(snarf_doc).scm make-texinfo.scm $(snarf_doc).texi $(snarf_doc).am