# HG changeset patch # User Richard M. Stallman # Date 757859803 0 # Node ID e034ade52ca0d999be63e1e9b98832c98db38637 # Parent b8e8802d2216ec82e984be5cdcf2a6971af1df8c (tempdir): Put subdir msdos into the distribution. diff -r b8e8802d2216 -r e034ade52ca0 make-dist --- 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