Changes for CVS.
authorChris Hanson <org/chris-hanson/cph>
Tue, 4 Apr 2000 17:54:37 +0000 (17:54 +0000)
committerChris Hanson <org/chris-hanson/cph>
Tue, 4 Apr 2000 17:54:37 +0000 (17:54 +0000)
v7/dist/make-src-files

index e0ae3674fd4b2cecac94ab5af243a9137fc410ea..88e29118fdbc0c6c4ab5da657512c7239be3f947 100755 (executable)
@@ -7,12 +7,12 @@ source=/scheme/v7/src
 destination="${prefix}/src"
 mkdir ${destination}
 
-for file in 6001 COPYING Makefile.std TAGS compiler cref edwin microcode rcs runtime sf sos win32
+for file in 6001 ChangeLog COPYING Makefile.std TAGS compiler cref edwin microcode rcs runtime sf sos win32
 do
   cpx -E ${source}/${file} ${destination}
 done
 
-find ${destination} -type l -name RCS -print | xargs rm
+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