* make-dist: No more TODO files under lisp/.
This commit is contained in:
parent
3d91f78986
commit
c46e7097b0
2 changed files with 6 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue