From a639237420741f7a7886b97ff829441ca8e1e364 Mon Sep 17 00:00:00 2001 From: Anthony Carrico Date: Wed, 19 Nov 2003 20:00:53 +0000 Subject: [PATCH] "tiff" added to NEWS. COPYING is now installed with the documentation. --- Makefile | 1 + NEWS | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a62e4ba..c6c19c6 100644 --- a/Makefile +++ b/Makefile @@ -100,6 +100,7 @@ install : s48 scsh DETAILS $(INSTALL_DATA) interfaces.scm packages.scm sunterlib.scm $(pkglibdir) $(INSTALL) -d $(pkgdocdir) $(INSTALL_DATA) README $(pkgdocdir) + $(INSTALL_DATA) COPYING $(pkgdocdir) $(INSTALL_DATA) DETAILS $(pkgdocdir) for s48src in $(s48-srcs); \ do \ diff --git a/NEWS b/NEWS index f42fef9..556e7a0 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,5 @@ version 0.5 -* New s48 libraries: procedure-tables +* New s48 libraries: procedure-tables, tiff version 0.4 2003-05-19 * New file "sunterlib.scm" contains the old "interfaces.scm" and