diff options
| author | Glenn Morris | 2010-09-08 19:37:59 -0700 |
|---|---|---|
| committer | Glenn Morris | 2010-09-08 19:37:59 -0700 |
| commit | c46e7097b0ba020ea58caad4b34cb4c615116519 (patch) | |
| tree | c16ab77ea25447b47307baa47de7e5af0b75f39c /make-dist | |
| parent | 3d91f78986b2ea62995e8c4d5086947a228c4693 (diff) | |
| download | emacs-c46e7097b0ba020ea58caad4b34cb4c615116519.tar.gz emacs-c46e7097b0ba020ea58caad4b34cb4c615116519.zip | |
* make-dist: No more TODO files under lisp/.
Diffstat (limited to 'make-dist')
| -rwxr-xr-x | make-dist | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -398,10 +398,10 @@ echo "Making links to \`lisp' and its subdirectories" | |||
| 398 | mkdir -p ../${tempdir}/lisp/$file | 398 | mkdir -p ../${tempdir}/lisp/$file |
| 399 | ln $file/[a-zA-Z0-9]*.el ../${tempdir}/lisp/$file | 399 | ln $file/[a-zA-Z0-9]*.el ../${tempdir}/lisp/$file |
| 400 | ln $file/[a-zA-Z0-9]*.elc ../${tempdir}/lisp/$file | 400 | ln $file/[a-zA-Z0-9]*.elc ../${tempdir}/lisp/$file |
| 401 | ## calc/README.priv, nxml/TODO | 401 | ## calc/README.priv |
| 402 | for f in $file/[a-zA-Z]*.xpm $file/[a-zA-Z]*.[xp]bm \ | 402 | for f in $file/[a-zA-Z]*.xpm $file/[a-zA-Z]*.[xp]bm \ |
| 403 | $file/README $file/ChangeLog $file/ChangeLog.*[0-9] \ | 403 | $file/README $file/ChangeLog $file/ChangeLog.*[0-9] \ |
| 404 | $file/README.prev $file/TODO; do | 404 | $file/README.prev; do |
| 405 | if [ -f $f ]; then | 405 | if [ -f $f ]; then |
| 406 | ln $f ../${tempdir}/lisp/$file | 406 | ln $f ../${tempdir}/lisp/$file |
| 407 | fi | 407 | fi |