Mercurial > emacs
changeset 1424:892242701cba
* 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.
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Sat, 17 Oct 1992 22:07:49 +0000 |
parents | 93ee9c5e7eec |
children | 2c156e9908ad |
files | make-dist |
diffstat | 1 files changed, 4 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/make-dist Sat Oct 17 22:07:23 1992 +0000 +++ b/make-dist Sat Oct 17 22:07:49 1992 +0000 @@ -95,7 +95,8 @@ # README while the rest of the tar file is still unpacking. Whoopee. echo "Making links to top-level files." ln GETTING.GNU.SOFTWARE INSTALL PROBLEMS README move-if-change ${tempdir} -ln ChangeLog Makefile.in build-install.in configure make-dist ${tempdir} +ln ChangeLog Makefile.in build-install.in configure config.sub ${tempdir} +ln make-dist ${tempdir} echo "Creating subdirectories." for subdir in lisp lisp/term local-lisp external-lisp \ @@ -158,8 +159,9 @@ echo "Making links to \`lib-src'." (cd lib-src - ln [a-zA-Z]*.c [a-zA-Z]*.h [a-zA-Z]*.y [a-zA-Z]*.lex ../${tempdir}/lib-src + ln [a-zA-Z]*.[chy] [a-zA-Z]*.lex [a-zA-Z]*.com ../${tempdir}/lib-src ln ChangeLog Makefile.in README testfile vcdiff rcs2log ../${tempdir}/lib-src + ln emacs.csh ../${tempdir}/lib-src cd ../${tempdir}/lib-src rm -f getdate.c getdate.tab.c y.tab.c y.tab.h)