diff options
| author | Jim Blandy <jimb@redhat.com> | 1993-03-15 01:16:36 +0000 |
|---|---|---|
| committer | Jim Blandy <jimb@redhat.com> | 1993-03-15 01:16:36 +0000 |
| commit | 690eca32af1a29f95396fa38366c6196ff824b29 (patch) | |
| tree | 5aa25c300e9d40b676636955c793cc11b7b26c0d | |
| parent | a790fee23204f8e575f4d4e2ef121ef69e71fe59 (diff) | |
| download | emacs-690eca32af1a29f95396fa38366c6196ff824b29.tar.gz | |
* make-dist: Distribute `src/bitmaps' too.
| -rwxr-xr-x | make-dist | 6 |
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) |
