From 2d7733450c9549b1a82a6314305625da7cb9fe77 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Wed, 6 Jan 1988 01:10:21 +0000 Subject: [PATCH] Do not install RCS or RCS.remote in the distribution. --- etc/make_dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.25.1