]> git.eshelyaron.com Git - emacs.git/commitdiff
* make-dist: Do not distribute admin/unidata/Makefile.
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 22 Apr 2013 05:08:36 +0000 (22:08 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 22 Apr 2013 05:08:36 +0000 (22:08 -0700)
It is generated by 'configure'.

ChangeLog
make-dist

index ad354100bc7e36d564c1d2d8405cd382141e829a..5f74726a74352db8a1c0fc09024041a90ea5b4ba 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index 283defe8a7d862d972e799ad143f02680bd3193e..e1e62c895c7eccc90eeecf29f8ff40c6600922c2 100755 (executable)
--- 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