emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/make-dist


From: Pavel Janík
Subject: [Emacs-diffs] Changes to emacs/make-dist
Date: Thu, 29 Nov 2001 12:43:17 -0500

Index: emacs/make-dist
diff -c emacs/make-dist:1.189 emacs/make-dist:1.190
*** emacs/make-dist:1.189       Thu Nov 29 02:27:54 2001
--- emacs/make-dist     Thu Nov 29 12:43:17 2001
***************
*** 632,641 ****
  
  ### It would be nice if they could all be symlinks to etc's copy, but
  ### you're not supposed to have any symlinks in distribution tar files.
! echo "Making sure copying notices are all copies of \`etc/COPYING'"
  for subdir in . etc lisp src lib-src info msdos; do
    rm -f ${tempdir}/${subdir}/COPYING
!   cp etc/COPYING ${tempdir}/${subdir}
  done
  
  #### Make sure that there aren't any hard links between files in the
--- 632,641 ----
  
  ### It would be nice if they could all be symlinks to etc's copy, but
  ### you're not supposed to have any symlinks in distribution tar files.
! echo "Making sure copying notices are all copies of \`COPYING'"
  for subdir in . etc lisp src lib-src info msdos; do
    rm -f ${tempdir}/${subdir}/COPYING
!   cp COPYING ${tempdir}/${subdir}
  done
  
  #### Make sure that there aren't any hard links between files in the



reply via email to

[Prev in Thread] Current Thread [Next in Thread]