It is generated by 'configure'.
2013-04-22 Paul Eggert <eggert@cs.ucla.edu>
+ * make-dist: Do not distribute admin/unidata/Makefile.
+ It is generated by 'configure'.
+
* build-aux/update-subdirs: Don't leave subdirs.el~ behind.
It messes up 'make distclean', and contains no useful information
because it's a copy of subdirs.el.
echo "Making links to \`admin' and its subdirectories"
for f in `find admin -type f`; do
+ case $f in
+ admin/unidata/Makefile) continue ;;
+ esac
ln $f $tempdir/$f
done