1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-22 07:09:54 +00:00

* make-dist: Do not distribute admin/unidata/Makefile.

It is generated by 'configure'.
This commit is contained in:
Paul Eggert 2013-04-21 22:08:36 -07:00
parent c6cb2f53ac
commit 1e8589d3d4
2 changed files with 6 additions and 0 deletions

View File

@ -1,5 +1,8 @@
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.

View File

@ -439,6 +439,9 @@ 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 ;;
esac
ln $f $tempdir/$f
done