summaryrefslogtreecommitdiff
path: root/make-dist
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-01-06 12:36:43 +0000
committerRichard M. Stallman <rms@gnu.org>1994-01-06 12:36:43 +0000
commit02976cf6383aa9e84cb6c1b0ead2d77667334a98 (patch)
tree8bf6394468350557f8b01ac4fd6e503a907272d4 /make-dist
parentd6b457f1372659f9fdbac98ba64127708659000c (diff)
downloademacs-02976cf6383aa9e84cb6c1b0ead2d77667334a98.tar.gz
(tempdir): Put subdir msdos into the distribution.
Diffstat (limited to 'make-dist')
-rwxr-xr-xmake-dist13
1 files changed, 9 insertions, 4 deletions
diff --git a/make-dist b/make-dist
index e6c9ed99433..a7fcd6ce11b 100755
--- a/make-dist
+++ b/make-dist
@@ -158,7 +158,7 @@ echo "Creating subdirectories."
# I've removed it from this list.
for subdir in lisp lisp/term site-lisp \
src src/m src/s src/bitmaps lib-src oldXMenu \
- etc lock cpp info man shortnames vms; do
+ etc lock cpp info man msdos shortnames vms; do
mkdir ${tempdir}/${subdir}
done
@@ -242,6 +242,13 @@ echo "Making links to \`lib-src'."
rm -f getdate.tab.c y.tab.c y.tab.h
rm -f =* TAGS)
+echo "Making links to \`msdos'."
+(cd msdos
+ ln ChangeLog emacs.ico emacs.pif ../${tempdir}/msdos
+ ln mainmake patch1 sed.in[123] ../${tempdir}/msdos
+ cd ../${tempdir}/msdos
+ rm -f =*)
+
echo "Making links to \`oldXMenu'."
(cd oldXMenu
ln *.c *.h *.in ../${tempdir}/oldXMenu
@@ -297,9 +304,7 @@ echo "Making links to \`vms'."
echo "Making sure copying notices are all copies of \`etc/COPYING'."
rm -f ${tempdir}/etc/COPYING
cp etc/COPYING ${tempdir}/etc/COPYING
-# I think we're not going to distribute anything in external-lisp, so
-# I've removed it from this list.
-for subdir in lisp src lib-src info shortnames; do
+for subdir in lisp src lib-src info shortnames msdos; do
if [ -f ${tempdir}/${subdir}/COPYING ]; then
rm ${tempdir}/${subdir}/COPYING
fi