summaryrefslogtreecommitdiff
path: root/make-dist
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2010-12-10 18:30:29 -0800
committerGlenn Morris <rgm@gnu.org>2010-12-10 18:30:29 -0800
commit838db88908403c3be26bd9b50b8d0dc7290dfd02 (patch)
tree15b8c496b8925a525c95bcf2f3d934c90a5bc5f0 /make-dist
parent3b84b005023f866afe3ba2b1e4178f39363aacc4 (diff)
downloademacs-838db88908403c3be26bd9b50b8d0dc7290dfd02.tar.gz
* make-dist: Exclude etc/*.pyc.
Diffstat (limited to 'make-dist')
-rwxr-xr-xmake-dist2
1 files changed, 1 insertions, 1 deletions
diff --git a/make-dist b/make-dist
index 7f7b01112ae..3d610c1eee6 100755
--- a/make-dist
+++ b/make-dist
@@ -441,7 +441,7 @@ echo "Making links to \`lwlib'"
echo "Making links to \`etc' and its subdirectories"
for f in `find etc -type f`; do
case $f in
- etc/DOC*) continue ;;
+ etc/DOC*|etc/*.pyc) continue ;;
esac
ln $f $tempdir/$f
done