changeset 5471:e034ade52ca0

(tempdir): Put subdir msdos into the distribution.
author Richard M. Stallman <rms@gnu.org>
date Thu, 06 Jan 1994 12:36:43 +0000
parents b8e8802d2216
children ed690a728e13
files make-dist
diffstat 1 files changed, 9 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/make-dist	Thu Jan 06 11:48:28 1994 +0000
+++ b/make-dist	Thu Jan 06 12:36:43 1994 +0000
@@ -158,7 +158,7 @@
 # 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 @@
  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 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