diff options
| author | Richard M. Stallman | 1994-01-06 12:36:43 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-01-06 12:36:43 +0000 |
| commit | 52d7b2e563b6ea86405963dedf2ba2236d0f6c58 (patch) | |
| tree | c6a0adbfb564b8fcc76f95ece9106455150f784d /make-dist | |
| parent | 389e8f11274f874eeaba2f34faa9c17556a3be50 (diff) | |
| download | emacs-52d7b2e563b6ea86405963dedf2ba2236d0f6c58.tar.gz emacs-52d7b2e563b6ea86405963dedf2ba2236d0f6c58.zip | |
(tempdir): Put subdir msdos into the distribution.
Diffstat (limited to 'make-dist')
| -rwxr-xr-x | make-dist | 13 |
1 files changed, 9 insertions, 4 deletions
| @@ -158,7 +158,7 @@ echo "Creating subdirectories." | |||
| 158 | # I've removed it from this list. | 158 | # I've removed it from this list. |
| 159 | for subdir in lisp lisp/term site-lisp \ | 159 | for subdir in lisp lisp/term site-lisp \ |
| 160 | src src/m src/s src/bitmaps lib-src oldXMenu \ | 160 | src src/m src/s src/bitmaps lib-src oldXMenu \ |
| 161 | etc lock cpp info man shortnames vms; do | 161 | etc lock cpp info man msdos shortnames vms; do |
| 162 | mkdir ${tempdir}/${subdir} | 162 | mkdir ${tempdir}/${subdir} |
| 163 | done | 163 | done |
| 164 | 164 | ||
| @@ -242,6 +242,13 @@ echo "Making links to \`lib-src'." | |||
| 242 | rm -f getdate.tab.c y.tab.c y.tab.h | 242 | rm -f getdate.tab.c y.tab.c y.tab.h |
| 243 | rm -f =* TAGS) | 243 | rm -f =* TAGS) |
| 244 | 244 | ||
| 245 | echo "Making links to \`msdos'." | ||
| 246 | (cd msdos | ||
| 247 | ln ChangeLog emacs.ico emacs.pif ../${tempdir}/msdos | ||
| 248 | ln mainmake patch1 sed.in[123] ../${tempdir}/msdos | ||
| 249 | cd ../${tempdir}/msdos | ||
| 250 | rm -f =*) | ||
| 251 | |||
| 245 | echo "Making links to \`oldXMenu'." | 252 | echo "Making links to \`oldXMenu'." |
| 246 | (cd oldXMenu | 253 | (cd oldXMenu |
| 247 | ln *.c *.h *.in ../${tempdir}/oldXMenu | 254 | ln *.c *.h *.in ../${tempdir}/oldXMenu |
| @@ -297,9 +304,7 @@ echo "Making links to \`vms'." | |||
| 297 | echo "Making sure copying notices are all copies of \`etc/COPYING'." | 304 | echo "Making sure copying notices are all copies of \`etc/COPYING'." |
| 298 | rm -f ${tempdir}/etc/COPYING | 305 | rm -f ${tempdir}/etc/COPYING |
| 299 | cp etc/COPYING ${tempdir}/etc/COPYING | 306 | cp etc/COPYING ${tempdir}/etc/COPYING |
| 300 | # I think we're not going to distribute anything in external-lisp, so | 307 | for subdir in lisp src lib-src info shortnames msdos; do |
| 301 | # I've removed it from this list. | ||
| 302 | for subdir in lisp src lib-src info shortnames; do | ||
| 303 | if [ -f ${tempdir}/${subdir}/COPYING ]; then | 308 | if [ -f ${tempdir}/${subdir}/COPYING ]; then |
| 304 | rm ${tempdir}/${subdir}/COPYING | 309 | rm ${tempdir}/${subdir}/COPYING |
| 305 | fi | 310 | fi |