# HG changeset patch # User Jim Blandy # Date 730390349 0 # Node ID 3be68763709f02a410cf3698d11d8f5f68887a00 # Parent 78079116dc40c4eb4948a3243ee8876b06edb386 * make-dist: Don't distribute the external-lisp directory anymore. * INSTALL: Remove all references to external-lisp. diff -r 78079116dc40 -r 3be68763709f make-dist --- a/make-dist Mon Feb 22 14:12:11 1993 +0000 +++ b/make-dist Mon Feb 22 14:12:29 1993 +0000 @@ -101,7 +101,9 @@ cp config.sub ${tempdir} echo "Creating subdirectories." -for subdir in lisp lisp/calc-2.02 lisp/term local-lisp external-lisp \ +# I think we're not going to distribute anything in external-lisp, so +# I've removed it from this list. +for subdir in lisp lisp/calc-2.02 lisp/term local-lisp \ src src/m src/s lib-src oldXMenu \ etc lock cpp info man shortnames vms; do mkdir ${tempdir}/${subdir} @@ -137,12 +139,12 @@ ln [a-zA-Z]*.elc ../../${tempdir}/lisp/term ln README ../../${tempdir}/lisp/term) -echo "Making links to \`external-lisp'." -### Don't distribute =*.el files. -(cd external-lisp - ln [a-zA-Z]*.el ../${tempdir}/external-lisp - ln [a-zA-Z]*.elc ../${tempdir}/external-lisp - ln ChangeLog README ../${tempdir}/external-lisp) +### echo "Making links to \`external-lisp'." +### ### Don't distribute =*.el files. +### (cd external-lisp +### ln [a-zA-Z]*.el ../${tempdir}/external-lisp +### ln [a-zA-Z]*.elc ../${tempdir}/external-lisp +### ln ChangeLog README ../${tempdir}/external-lisp) echo "Making links to \`src'." ### Don't distribute =*.[ch] files, or the configured versions of