X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/9ebada6af6d3c3c4195e6b56b3d65dcf20568fba..02609324ce7341c05f4c5c141942c45d730291b1:/make-dist diff --git a/make-dist b/make-dist index 03e9763089..df5e505f99 100755 --- a/make-dist +++ b/make-dist @@ -1,7 +1,8 @@ #!/bin/sh ### make-dist: create an Emacs distribution tar file from current srcdir -## Copyright (C) 1995, 1997-1998, 2000-2013 Free Software Foundation, Inc. +## Copyright (C) 1995, 1997-1998, 2000-2015 Free Software Foundation, +## Inc. ## This file is part of GNU Emacs. @@ -384,7 +385,8 @@ echo "Making links to \`lib-src'" ln [a-zA-Z]*.[ch] ../${tempdir}/lib-src ln ChangeLog Makefile.in README testfile ../${tempdir}/lib-src ln grep-changelog rcs2log ../${tempdir}/lib-src - ln makefile.w32-in ../${tempdir}/lib-src) + ln makefile.w32-in ../${tempdir}/lib-src + ln update-game-score.exe.manifest ../${tempdir}/lib-src) echo "Making links to \`m4'" (cd m4 @@ -450,7 +452,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