aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xmake-dist6
1 files changed, 5 insertions, 1 deletions
diff --git a/make-dist b/make-dist
index 90fce0f53d4..41631f2f5e6 100755
--- a/make-dist
+++ b/make-dist
@@ -104,7 +104,7 @@ echo "Creating subdirectories."
104# I think we're not going to distribute anything in external-lisp, so 104# I think we're not going to distribute anything in external-lisp, so
105# I've removed it from this list. 105# I've removed it from this list.
106for subdir in lisp lisp/calc-2.02 lisp/term local-lisp \ 106for subdir in lisp lisp/calc-2.02 lisp/term local-lisp \
107 src src/m src/s lib-src oldXMenu \ 107 src src/m src/s src/bitmaps lib-src oldXMenu \
108 etc lock cpp info man shortnames vms; do 108 etc lock cpp info man shortnames vms; do
109 mkdir ${tempdir}/${subdir} 109 mkdir ${tempdir}/${subdir}
110done 110done
@@ -166,6 +166,10 @@ echo "Making links to \`src'."
166 etags *.h *.c ../lisp/*.el 166 etags *.h *.c ../lisp/*.el
167 fi) 167 fi)
168 168
169echo "Making links to \`src/bitmaps'."
170(cd src/bitmaps
171 ln README *.xbm ../../${tempdir}/src/bitmaps)
172
169echo "Making links to \`src/m'." 173echo "Making links to \`src/m'."
170(cd src/m 174(cd src/m
171 ln README [a-zA-Z0-9]*.h ../../${tempdir}/src/m) 175 ln README [a-zA-Z0-9]*.h ../../${tempdir}/src/m)