summaryrefslogtreecommitdiff
path: root/make-dist
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2014-04-10 23:25:25 -0700
committerGlenn Morris <rgm@gnu.org>2014-04-10 23:25:25 -0700
commit235b3c7920dd5ba46f11e3a1494802aed0c40618 (patch)
treeb83c9b9822318b51a9f62390ef48057a6f628770 /make-dist
parent6f8c67690bca871051d70c98012082c42622e335 (diff)
downloademacs-235b3c7920dd5ba46f11e3a1494802aed0c40618.tar.gz
* make-dist: Do not distribute generated admin/grammars/Makefile.
Diffstat (limited to 'make-dist')
-rwxr-xr-xmake-dist2
1 files changed, 1 insertions, 1 deletions
diff --git a/make-dist b/make-dist
index acf0e0b5e66..6dddd4620cc 100755
--- a/make-dist
+++ b/make-dist
@@ -451,7 +451,7 @@ echo "Making links to \`lwlib'"
echo "Making links to \`admin' and its subdirectories"
for f in `find admin -type f`; do
case $f in
- admin/unidata/Makefile) continue ;;
+ */Makefile) [ -f $f.in ] && continue ;;
esac
ln $f $tempdir/$f
done