1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-09 13:30:26 +02:00

Don't remove `standard-library.texi' upon "make clean".

* doc/ref/Makefile.am (CLEANFILES): Rename to...
  (DISTCLEANFILES): ... this.  So that "make clean" doesn't remove
  `standard-library.texi'.  Reported by Hans Åberg <haberg-1@telia.com>.
This commit is contained in:
Ludovic Courtès 2011-01-29 23:31:38 +01:00
parent 0c247c332b
commit 41d82ac990

View file

@ -1,6 +1,7 @@
## Process this file with Automake to create Makefile.in ## 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. ## This file is part of GUILE.
## ##
@ -146,7 +147,7 @@ $(snarf_doc).texi: $(standard_library_scm_files)
"$(abs_srcdir)/$(snarf_doc).scm" > "$@.tmp" "$(abs_srcdir)/$(snarf_doc).scm" > "$@.tmp"
mv "$@.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 EXTRA_DIST += $(snarf_doc).scm make-texinfo.scm $(snarf_doc).texi $(snarf_doc).am