* make-dist: Exclude etc/*.pyc.

This commit is contained in:
Glenn Morris 2010-12-10 18:30:29 -08:00
parent 3b84b00502
commit 838db88908
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2010-12-11 Glenn Morris <rgm@gnu.org>
* make-dist: Exclude etc/*.pyc.
2010-12-10 Andreas Schwab <schwab@linux-m68k.org>
* configure.in: Don't double machfile in final message.

View file

@ -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