[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/make-dist
From: |
Paul Eggert |
Subject: |
[Emacs-diffs] Changes to emacs/make-dist |
Date: |
Tue, 26 Jul 2005 17:43:23 -0400 |
Index: emacs/make-dist
diff -c emacs/make-dist:1.213 emacs/make-dist:1.214
*** emacs/make-dist:1.213 Mon Jul 4 14:04:09 2005
--- emacs/make-dist Tue Jul 26 21:43:11 2005
***************
*** 6,12 ****
#### be distributed. This means that if you add a file with an odd name,
#### you should make sure that this script will include it.
! # Copyright (C) 1995, 1997, 1998, 2000, 2001, 2002, 2005
# Free Software Foundation, Inc.
#
# This file is part of GNU Emacs.
--- 6,12 ----
#### be distributed. This means that if you add a file with an odd name,
#### you should make sure that this script will include it.
! # Copyright (C) 1995, 1997, 1998, 2000, 2001, 2002, 2005
# Free Software Foundation, Inc.
#
# This file is part of GNU Emacs.
***************
*** 323,329 ****
nt nt/inc nt/inc/sys nt/inc/arpa nt/inc/netinet nt/icons \
etc etc/e etc/images etc/images/gnus etc/images/smilies \
etc/tree-widget etc/tree-widget/default etc/tree-widget/folder \
! info man msdos vms mac mac/inc mac/inc/sys \
mac/src mac/Emacs.app mac/Emacs.app/Contents \
mac/Emacs.app/Contents/MacOS mac/Emacs.app/Contents/Resources \
mac/Emacs.app/Contents/Resources/English.lproj
--- 323,329 ----
nt nt/inc nt/inc/sys nt/inc/arpa nt/inc/netinet nt/icons \
etc etc/e etc/images etc/images/gnus etc/images/smilies \
etc/tree-widget etc/tree-widget/default etc/tree-widget/folder \
! info man m4 msdos vms mac mac/inc mac/inc/sys \
mac/src mac/Emacs.app mac/Emacs.app/Contents \
mac/Emacs.app/Contents/MacOS mac/Emacs.app/Contents/Resources \
mac/Emacs.app/Contents/Resources/English.lproj
***************
*** 487,493 ****
--- 487,498 ----
done
cd ../${tempdir}/lib-src
rm -f Makefile.c
+ rm -f getopt.h
rm -f =* TAGS)
+
+ echo "Making links to \`m4'"
+ (cd m4
+ ln *.m4 ../${tempdir}/m4)
echo "Making links to \`nt'"
(cd nt