summaryrefslogtreecommitdiff
path: root/make-dist
diff options
context:
space:
mode:
authorJim Blandy <jimb@redhat.com>1993-01-26 04:28:27 +0000
committerJim Blandy <jimb@redhat.com>1993-01-26 04:28:27 +0000
commit914e41194ff26513daed1302517944d29b2d3d6b (patch)
tree3a872cf6dc08dab6e16c3af882ced61c6c1d8e15 /make-dist
parent4ae57997947390ee03005b24f220572b16f6c335 (diff)
downloademacs-914e41194ff26513daed1302517944d29b2d3d6b.tar.gz
* make-dist: Don't distributed the RCS files in the etc directory.
Diffstat (limited to 'make-dist')
-rwxr-xr-xmake-dist6
1 files changed, 1 insertions, 5 deletions
diff --git a/make-dist b/make-dist
index 42870228c1b..aeaff4f29cd 100755
--- a/make-dist
+++ b/make-dist
@@ -190,11 +190,7 @@ echo "Making links to \`etc'."
(cd etc
ln [0-9a-zA-Z]* ../${tempdir}/etc
cd ../${tempdir}/etc
- ## Avoid an error when expanding the wildcards later.
- for dummy in DOC-dummy dummy~ \#dummy\# dummy.dvi dummy.log; do
- ln MACHINES ${dummy}
- done
- rm -f DOC* *~ \#*\# *.dvi *.log core)
+ rm -f DOC* *~ \#*\# *.dvi *.log *,v core)
echo "Making links to \`cpp'."
(cd cpp