[Top][All Lists]
[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
- [Emacs-diffs] Changes to emacs/make-dist, Eli Zaretskii, 2001/11/10
- [Emacs-diffs] Changes to emacs/make-dist, Eli Zaretskii, 2001/11/12
- [Emacs-diffs] Changes to emacs/make-dist, Eli Zaretskii, 2001/11/17
- [Emacs-diffs] Changes to emacs/make-dist, Eli Zaretskii, 2001/11/23
- [Emacs-diffs] Changes to emacs/make-dist, Eli Zaretskii, 2001/11/24
- [Emacs-diffs] Changes to emacs/make-dist, Pavel Janík, 2001/11/29
- [Emacs-diffs] Changes to emacs/make-dist,
Pavel Janík <=