diff options
author | Glenn Morris <rgm@gnu.org> | 2014-04-10 23:43:20 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2014-04-10 23:43:20 -0700 |
commit | 536aa4668198bf4851356a8e3a57b7f8969014c3 (patch) | |
tree | 5d5a5854c8c615334262036975ab0c755cc93ac6 /make-dist | |
parent | c99ce7d8fa9f4af7ece6439c568987e5e7d82681 (diff) | |
parent | 9b1ac3be88fab32c29c1bd53a8d5eedd81a49cad (diff) |
Merge from emacs-24; up to 2014-04-04T23:31:02Z!joaotavora@gmail.com
Diffstat (limited to 'make-dist')
-rwxr-xr-x | make-dist | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -385,7 +385,8 @@ echo "Making links to \`lib-src'" ln [a-zA-Z]*.[ch] ../${tempdir}/lib-src ln ChangeLog Makefile.in README ../${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 @@ -451,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 |