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:
parent
0c247c332b
commit
41d82ac990
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue