diff options
| -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) |