From a0df2e98e88275fa833c4ed0bb6454099a7b404c Mon Sep 17 00:00:00 2001 From: Anthony Carrico Date: Mon, 24 Feb 2003 19:48:12 +0000 Subject: [PATCH] "make dist" now copies the INSTALL, README.admin, and README.contrib files. --- Makefile | 2 +- NEWS | 1 + README.contrib | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 README.contrib diff --git a/Makefile b/Makefile index 18eac53..442073d 100644 --- a/Makefile +++ b/Makefile @@ -93,7 +93,7 @@ uninstall : .PHONY : dist dist : mkdir sunterlib-$(version) - cp COPYING Makefile NEWS README sunterlib-$(version)/ + cp COPYING INSTALL Makefile NEWS README README.admin README.contrib sunterlib-$(version)/ cp -r build sunterlib-$(version)/build cp -r s48 sunterlib-$(version)/s48 cp -r scsh sunterlib-$(version)/scsh diff --git a/NEWS b/NEWS index a063fe9..7ba7497 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,5 @@ version 0.2 +* Added INSTALL, README.admin, README.contrib. version 0.1 - 2003-03-24 diff --git a/README.contrib b/README.contrib new file mode 100644 index 0000000..f21e72a --- /dev/null +++ b/README.contrib @@ -0,0 +1 @@ +