Mercurial > emacs
comparison make-dist @ 2180:0b629ab3f06a
* make-dist: Distribute `src/bitmaps' too.
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Mon, 15 Mar 1993 01:16:36 +0000 |
parents | 4b2a76f0d640 |
children | fe5302520efd |
comparison
equal
deleted
inserted
replaced
2179:327106b23181 | 2180:0b629ab3f06a |
---|---|
102 | 102 |
103 echo "Creating subdirectories." | 103 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 |
111 | 111 |
112 echo "Making links to \`lisp'." | 112 echo "Making links to \`lisp'." |
164 rm -f config.h paths.h Makefile | 164 rm -f config.h paths.h Makefile |
165 if [ -z "${newer}" ]; then | 165 if [ -z "${newer}" ]; then |
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) |
172 | 176 |
173 echo "Making links to \`src/s'." | 177 echo "Making links to \`src/s'." |