"make dist" now copies the INSTALL, README.admin, and README.contrib files.

This commit is contained in:
Anthony Carrico 2003-02-24 19:48:12 +00:00
parent 4d7f412504
commit a0df2e98e8
3 changed files with 3 additions and 1 deletions

View File

@ -93,7 +93,7 @@ uninstall :
.PHONY : dist .PHONY : dist
dist : dist :
mkdir sunterlib-$(version) 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 build sunterlib-$(version)/build
cp -r s48 sunterlib-$(version)/s48 cp -r s48 sunterlib-$(version)/s48
cp -r scsh sunterlib-$(version)/scsh cp -r scsh sunterlib-$(version)/scsh

1
NEWS
View File

@ -1,4 +1,5 @@
version 0.2 version 0.2
* Added INSTALL, README.admin, README.contrib.
version 0.1 - 2003-03-24 version 0.1 - 2003-03-24

1
README.contrib Normal file
View File

@ -0,0 +1 @@
<to be written>