summaryrefslogtreecommitdiff
path: root/make-dist
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2010-09-08 19:37:59 -0700
committerGlenn Morris <rgm@gnu.org>2010-09-08 19:37:59 -0700
commitc46e7097b0ba020ea58caad4b34cb4c615116519 (patch)
treec16ab77ea25447b47307baa47de7e5af0b75f39c /make-dist
parent3d91f78986b2ea62995e8c4d5086947a228c4693 (diff)
downloademacs-c46e7097b0ba020ea58caad4b34cb4c615116519.tar.gz
* make-dist: No more TODO files under lisp/.
Diffstat (limited to 'make-dist')
-rwxr-xr-xmake-dist4
1 files changed, 2 insertions, 2 deletions
diff --git a/make-dist b/make-dist
index 95512c7f482..a113e00413b 100755
--- a/make-dist
+++ b/make-dist
@@ -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