aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Blandy1993-02-22 14:12:29 +0000
committerJim Blandy1993-02-22 14:12:29 +0000
commite793672baa5f8ff7368889de16083d16ec661ce4 (patch)
treed9eafbf855a45e1b0b36b1034cb1e4e5804edd10
parent0443d6ce6d64f28f19b6a64b09a43834c34b572e (diff)
downloademacs-e793672baa5f8ff7368889de16083d16ec661ce4.tar.gz
emacs-e793672baa5f8ff7368889de16083d16ec661ce4.zip
* make-dist: Don't distribute the external-lisp directory anymore.
* INSTALL: Remove all references to external-lisp.
-rwxr-xr-xmake-dist16
1 files changed, 9 insertions, 7 deletions
diff --git a/make-dist b/make-dist
index aeaff4f29cd..67fdddac222 100755
--- a/make-dist
+++ b/make-dist
@@ -101,7 +101,9 @@ ln make-dist ${tempdir}
101cp config.sub ${tempdir} 101cp config.sub ${tempdir}
102 102
103echo "Creating subdirectories." 103echo "Creating subdirectories."
104for subdir in lisp lisp/calc-2.02 lisp/term local-lisp external-lisp \ 104# I think we're not going to distribute anything in external-lisp, so
105# I've removed it from this list.
106for subdir in lisp lisp/calc-2.02 lisp/term local-lisp \
105 src src/m src/s lib-src oldXMenu \ 107 src src/m src/s lib-src oldXMenu \
106 etc lock cpp info man shortnames vms; do 108 etc lock cpp info man shortnames vms; do
107 mkdir ${tempdir}/${subdir} 109 mkdir ${tempdir}/${subdir}
@@ -137,12 +139,12 @@ echo "Making links to \`lisp/term'."
137 ln [a-zA-Z]*.elc ../../${tempdir}/lisp/term 139 ln [a-zA-Z]*.elc ../../${tempdir}/lisp/term
138 ln README ../../${tempdir}/lisp/term) 140 ln README ../../${tempdir}/lisp/term)
139 141
140echo "Making links to \`external-lisp'." 142### echo "Making links to \`external-lisp'."
141### Don't distribute =*.el files. 143### ### Don't distribute =*.el files.
142(cd external-lisp 144### (cd external-lisp
143 ln [a-zA-Z]*.el ../${tempdir}/external-lisp 145### ln [a-zA-Z]*.el ../${tempdir}/external-lisp
144 ln [a-zA-Z]*.elc ../${tempdir}/external-lisp 146### ln [a-zA-Z]*.elc ../${tempdir}/external-lisp
145 ln ChangeLog README ../${tempdir}/external-lisp) 147### ln ChangeLog README ../${tempdir}/external-lisp)
146 148
147echo "Making links to \`src'." 149echo "Making links to \`src'."
148### Don't distribute =*.[ch] files, or the configured versions of 150### Don't distribute =*.[ch] files, or the configured versions of