diff --git a/s48/exceptions/pkg-def.scm b/s48/exceptions/pkg-def.scm index f26335a..3114658 100644 --- a/s48/exceptions/pkg-def.scm +++ b/s48/exceptions/pkg-def.scm @@ -2,6 +2,7 @@ (0 1) () (install-file "load.scm" 'base) + (install-file "NEWS" 'doc) (install-string (COPYING) "COPYING" 'doc) (install-file "restart.scm" 'scheme) (install-file "srfi-34.scm" 'scheme)