X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/89f01d7dbe35747b5de1f9f45dfb49353be14ac0..3b922c70d6ac2e278e839bf9dda91aaaebac3d92:/make-dist?ds=sidebyside diff --git a/make-dist b/make-dist index 17f5441960..acf0e0b5e6 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-2014 Free Software Foundation, +## Inc. ## This file is part of GNU Emacs. @@ -344,7 +345,8 @@ echo "Making links to \`leim' and its subdirectories" echo "Making links to \`build-aux'" (cd build-aux ln compile config.guess config.sub depcomp msys-to-w32 ../${tempdir}/build-aux - ln install-sh missing move-if-change update-subdirs ../${tempdir}/build-aux + ln install-sh missing move-if-change ../${tempdir}/build-aux + ln update-copyright update-subdirs ../${tempdir}/build-aux ln dir_top make-info-dir ../${tempdir}/build-aux) echo "Making links to \`build-aux/snippet'"