diff options
| author | Jim Blandy | 1992-10-17 22:07:49 +0000 |
|---|---|---|
| committer | Jim Blandy | 1992-10-17 22:07:49 +0000 |
| commit | 22cb290f6784094c33358316ba87d0025edc566d (patch) | |
| tree | 5dfb2d4c095d99e7b6b76f1483d98ce2f45285ad | |
| parent | 20d9a863dfe7e42151725076350c60b651d8958b (diff) | |
| download | emacs-22cb290f6784094c33358316ba87d0025edc566d.tar.gz emacs-22cb290f6784094c33358316ba87d0025edc566d.zip | |
* make-dist: Include lib-src/makedoc.com and emacs.csh in the
distribution.
* config.sub: New file, to help us recognize configuration names.
* make-dist: Include it in the distribution.
| -rwxr-xr-x | make-dist | 6 |
1 files changed, 4 insertions, 2 deletions
| @@ -95,7 +95,8 @@ mkdir ${tempdir} | |||
| 95 | # README while the rest of the tar file is still unpacking. Whoopee. | 95 | # README while the rest of the tar file is still unpacking. Whoopee. |
| 96 | echo "Making links to top-level files." | 96 | echo "Making links to top-level files." |
| 97 | ln GETTING.GNU.SOFTWARE INSTALL PROBLEMS README move-if-change ${tempdir} | 97 | ln GETTING.GNU.SOFTWARE INSTALL PROBLEMS README move-if-change ${tempdir} |
| 98 | ln ChangeLog Makefile.in build-install.in configure make-dist ${tempdir} | 98 | ln ChangeLog Makefile.in build-install.in configure config.sub ${tempdir} |
| 99 | ln make-dist ${tempdir} | ||
| 99 | 100 | ||
| 100 | echo "Creating subdirectories." | 101 | echo "Creating subdirectories." |
| 101 | for subdir in lisp lisp/term local-lisp external-lisp \ | 102 | for subdir in lisp lisp/term local-lisp external-lisp \ |
| @@ -158,8 +159,9 @@ echo "Making links to \`src/s'." | |||
| 158 | 159 | ||
| 159 | echo "Making links to \`lib-src'." | 160 | echo "Making links to \`lib-src'." |
| 160 | (cd lib-src | 161 | (cd lib-src |
| 161 | ln [a-zA-Z]*.c [a-zA-Z]*.h [a-zA-Z]*.y [a-zA-Z]*.lex ../${tempdir}/lib-src | 162 | ln [a-zA-Z]*.[chy] [a-zA-Z]*.lex [a-zA-Z]*.com ../${tempdir}/lib-src |
| 162 | ln ChangeLog Makefile.in README testfile vcdiff rcs2log ../${tempdir}/lib-src | 163 | ln ChangeLog Makefile.in README testfile vcdiff rcs2log ../${tempdir}/lib-src |
| 164 | ln emacs.csh ../${tempdir}/lib-src | ||
| 163 | cd ../${tempdir}/lib-src | 165 | cd ../${tempdir}/lib-src |
| 164 | rm -f getdate.c getdate.tab.c y.tab.c y.tab.h) | 166 | rm -f getdate.c getdate.tab.c y.tab.c y.tab.h) |
| 165 | 167 | ||