summaryrefslogtreecommitdiff
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
commit753be5cc50ab471128f8fffe834267b56135aadf (patch)
tree015e8b88127114b8feff95448df170bb24a4ad94
parent31ef7f7a892bab02b43b61b5b3a858dcf61cdeb9 (diff)
downloademacs-753be5cc50ab471128f8fffe834267b56135aadf.tar.gz
* make-dist: Don't distributed the RCS files in the etc directory.
-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