From: Richard M. Stallman Date: Thu, 6 Jan 1994 12:36:43 +0000 (+0000) Subject: (tempdir): Put subdir msdos into the distribution. X-Git-Tag: emacs-19.34~10380 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=52d7b2e563b6ea86405963dedf2ba2236d0f6c58;p=emacs.git (tempdir): Put subdir msdos into the distribution. --- 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