* make-dist: No more TODO files under lisp/.

This commit is contained in:
Glenn Morris 2010-09-08 19:37:59 -07:00
parent 3d91f78986
commit c46e7097b0
2 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,7 @@
2010-09-09 Glenn Morris <rgm@gnu.org>
* make-dist: No more TODO files under lisp/.
2010-09-04 Eli Zaretskii <eliz@gnu.org>
* config.bat: Produce lisp/gnus/_dir-locals.el from

View file

@ -398,10 +398,10 @@ echo "Making links to \`lisp' and its subdirectories"
mkdir -p ../${tempdir}/lisp/$file
ln $file/[a-zA-Z0-9]*.el ../${tempdir}/lisp/$file
ln $file/[a-zA-Z0-9]*.elc ../${tempdir}/lisp/$file
## calc/README.priv, nxml/TODO
## calc/README.priv
for f in $file/[a-zA-Z]*.xpm $file/[a-zA-Z]*.[xp]bm \
$file/README $file/ChangeLog $file/ChangeLog.*[0-9] \
$file/README.prev $file/TODO; do
$file/README.prev; do
if [ -f $f ]; then
ln $f ../${tempdir}/lisp/$file
fi