summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'eclass/common-lisp-2.eclass')
-rw-r--r--eclass/common-lisp-2.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/common-lisp-2.eclass b/eclass/common-lisp-2.eclass
index a67c6ddb..741b2dd5 100644
--- a/eclass/common-lisp-2.eclass
+++ b/eclass/common-lisp-2.eclass
@@ -82,7 +82,7 @@ common-lisp-system-symlink() {
common-lisp-2_src_install() {
common-lisp-install *.{lisp,asd}
common-lisp-symlink-asdf
- for i in README HEADER TODO CHANGELOG ChangeLog BUGS CONTRIBUTORS *NEWS ; do
+ for i in README HEADER TODO CHANGELOG ChangeLog CHANGES BUGS CONTRIBUTORS *NEWS ; do
[[ -f ${i} ]] && dodoc ${i}
done
}