summaryrefslogtreecommitdiff
path: root/make-dist
diff options
context:
space:
mode:
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