Install NEWS.

This commit is contained in:
Anthony Carrico 2004-03-10 16:34:38 +00:00
parent 4369f561ef
commit 2fbf8d1cbc
2 changed files with 2 additions and 0 deletions

View File

@ -3,5 +3,6 @@
()
(install-file "load.scm" 'base)
(install-file "README" 'doc)
(install-file "NEWS" 'doc)
(install-string (COPYING) "COPYING" 'doc)
(install-file "args-fold.scm" 'scheme))

View File

@ -3,5 +3,6 @@
()
(install-file "load.scm" 'base)
(install-file "README" 'doc)
(install-file "NEWS" 'doc)
(install-string (COPYING) "COPYING" 'doc)
(install-file "banana.scm" 'scheme))