From: Paul Eggert Date: Mon, 22 Apr 2013 05:08:36 +0000 (-0700) Subject: * make-dist: Do not distribute admin/unidata/Makefile. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~2026^2~404 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1e8589d3d40eaf44c352e2989c2244d94de88405;p=emacs.git * make-dist: Do not distribute admin/unidata/Makefile. It is generated by 'configure'. --- diff --git a/ChangeLog b/ChangeLog index ad354100bc7..5f74726a743 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2013-04-22 Paul Eggert + * 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. diff --git a/make-dist b/make-dist index 283defe8a7d..e1e62c895c7 100755 --- a/make-dist +++ b/make-dist @@ -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