Don't forget to include ChangeLog in tarball.
authorChris Hanson <org/chris-hanson/cph>
Mon, 16 Oct 2000 19:45:23 +0000 (19:45 +0000)
committerChris Hanson <org/chris-hanson/cph>
Mon, 16 Oct 2000 19:45:23 +0000 (19:45 +0000)
v7/dist/make-src-files

index 9648f21dcdfe162d8e21c4d95e1f9d3e0a19b005..e5aaa2bcec5dc0371179a4c3dd690925eeef20ba 100755 (executable)
@@ -3,7 +3,6 @@
 prefix=`/scheme/v7/dist/release-prefix`
 rm -rf ${prefix}
 mkdir ${prefix}
-source=/scheme/v7/src
 destination="${prefix}/src"
 
 (
@@ -17,6 +16,8 @@ find ${destination} -type d -name CVS -print | xargs rm -rf
 find ${destination} -type f -print | xargs chmod a-w
 find ${destination} -type d -print | xargs chmod g-w
 
+cp -p /scheme/v7/src/ChangeLog ${destination}/.
+
 tarfile=${prefix}-src.tar.gz
 zipfile=${prefix}-src.zip
 ucfile=${prefix}-src-ucode-gnu-linux.tar.gz