diff options
| author | Jim Blandy | 1993-03-15 01:16:36 +0000 |
|---|---|---|
| committer | Jim Blandy | 1993-03-15 01:16:36 +0000 |
| commit | 690eca32af1a29f95396fa38366c6196ff824b29 (patch) | |
| tree | 5aa25c300e9d40b676636955c793cc11b7b26c0d /make-dist | |
| parent | a790fee23204f8e575f4d4e2ef121ef69e71fe59 (diff) | |
| download | emacs-690eca32af1a29f95396fa38366c6196ff824b29.tar.gz emacs-690eca32af1a29f95396fa38366c6196ff824b29.zip | |
* make-dist: Distribute `src/bitmaps' too.
Diffstat (limited to 'make-dist')
| -rwxr-xr-x | make-dist | 6 |
1 files changed, 5 insertions, 1 deletions
| @@ -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. |
| 106 | for subdir in lisp lisp/calc-2.02 lisp/term local-lisp \ | 106 | for 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} |
| 110 | done | 110 | done |
| @@ -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 | ||
| 169 | echo "Making links to \`src/bitmaps'." | ||
| 170 | (cd src/bitmaps | ||
| 171 | ln README *.xbm ../../${tempdir}/src/bitmaps) | ||
| 172 | |||
| 169 | echo "Making links to \`src/m'." | 173 | echo "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) |