summaryrefslogtreecommitdiff
path: root/make-dist
diff options
context:
space:
mode:
authorJim Blandy <jimb@redhat.com>1993-03-15 01:16:36 +0000
committerJim Blandy <jimb@redhat.com>1993-03-15 01:16:36 +0000
commit29569f0451593df90b99df15f3e109d1eb25f001 (patch)
tree69095625e89dd1ead4144a97f6bd534081699949 /make-dist
parent027f6172b33f60b9c0a7b2aa568b9c383e797203 (diff)
downloademacs-29569f0451593df90b99df15f3e109d1eb25f001.tar.gz
* make-dist: Distribute `src/bitmaps' too.
Diffstat (limited to 'make-dist')
-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."
# 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 \
+ src src/m src/s src/bitmaps lib-src oldXMenu \
etc lock cpp info man shortnames vms; do
mkdir ${tempdir}/${subdir}
done
@@ -166,6 +166,10 @@ echo "Making links to \`src'."
etags *.h *.c ../lisp/*.el
fi)
+echo "Making links to \`src/bitmaps'."
+(cd src/bitmaps
+ ln README *.xbm ../../${tempdir}/src/bitmaps)
+
echo "Making links to \`src/m'."
(cd src/m
ln README [a-zA-Z0-9]*.h ../../${tempdir}/src/m)