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 02:27:54 -0500

Index: emacs/make-dist
diff -u emacs/make-dist:1.188 emacs/make-dist:1.189
--- emacs/make-dist:1.188       Sat Nov 24 06:49:13 2001
+++ emacs/make-dist     Thu Nov 29 02:27:54 2001
@@ -633,12 +633,8 @@
 ### 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'"
-rm -f ${tempdir}/etc/COPYING
-cp etc/COPYING ${tempdir}/etc/COPYING
-for subdir in lisp src lib-src info msdos; do
-  if [ -f ${tempdir}/${subdir}/COPYING ]; then
-    rm ${tempdir}/${subdir}/COPYING
-  fi
+for subdir in . etc lisp src lib-src info msdos; do
+  rm -f ${tempdir}/${subdir}/COPYING
   cp etc/COPYING ${tempdir}/${subdir}
 done
 



reply via email to

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