fixed make dist.

This commit is contained in:
Anthony Carrico 2004-03-11 20:58:36 +00:00
parent d27dba1aba
commit 8a6f9f2eb7
1 changed files with 3 additions and 2 deletions

View File

@ -45,9 +45,10 @@ install : $(targets)
./install-pkg --prefix $(prefix)
.PHONY : dist
dist : targets
dist : $(targets)
mkdir sunterlib-$(version)
cp pkg-def.scm COPYING INSTALL NEWS README README.admin README.contrib sunterlib-$(version)/
cp pkg-def.scm COPYING INSTALL NEWS README README.contrib install-pkg \
pkg-def.scm sunterlib-$(version)/
cp -r s48 sunterlib-$(version)/s48
cp -r scsh sunterlib-$(version)/scsh
find sunterlib-$(version)/ -name CVS | xargs rm -rf