From: Chris Hanson Date: Wed, 6 Jan 1988 01:10:21 +0000 (+0000) Subject: Do not install RCS or RCS.remote in the distribution. X-Git-Tag: 20090517-FFI~12935 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=2d7733450c9549b1a82a6314305625da7cb9fe77;p=mit-scheme.git Do not install RCS or RCS.remote in the distribution. --- diff --git a/etc/make_dist b/etc/make_dist index c15b06aec..91a5b8c5c 100755 --- a/etc/make_dist +++ b/etc/make_dist @@ -42,7 +42,7 @@ rm -f $tempfile # Clean up any unwanted files that might be around. cd $source foreach i (documentation etc makefiles libs) - find $destination/$i \( -name '.*~*' -o -name '#*' -o -name '*~*' -o -name '*.bin' -o -name '*.ext' -o -name '*.com' -o -name '*.elc' \) -exec rm -f {} \; + find $destination/$i \( -name '.*~*' -o -name '#*' -o -name '*~*' -o -name '*.bin' -o -name '*.ext' -o -name '*.com' -o -name '*.elc' -o -name 'RCS' -o -name 'RCS.remote' \) -exec rm -f {} \; end # Copy the primary source code by checking out reference copies from RCS.