aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Blandy1992-10-17 22:07:49 +0000
committerJim Blandy1992-10-17 22:07:49 +0000
commit22cb290f6784094c33358316ba87d0025edc566d (patch)
tree5dfb2d4c095d99e7b6b76f1483d98ce2f45285ad
parent20d9a863dfe7e42151725076350c60b651d8958b (diff)
downloademacs-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-xmake-dist6
1 files changed, 4 insertions, 2 deletions
diff --git a/make-dist b/make-dist
index 0fc623b37cb..c544d0d88e1 100755
--- a/make-dist
+++ b/make-dist
@@ -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.
96echo "Making links to top-level files." 96echo "Making links to top-level files."
97ln GETTING.GNU.SOFTWARE INSTALL PROBLEMS README move-if-change ${tempdir} 97ln GETTING.GNU.SOFTWARE INSTALL PROBLEMS README move-if-change ${tempdir}
98ln ChangeLog Makefile.in build-install.in configure make-dist ${tempdir} 98ln ChangeLog Makefile.in build-install.in configure config.sub ${tempdir}
99ln make-dist ${tempdir}
99 100
100echo "Creating subdirectories." 101echo "Creating subdirectories."
101for subdir in lisp lisp/term local-lisp external-lisp \ 102for subdir in lisp lisp/term local-lisp external-lisp \
@@ -158,8 +159,9 @@ echo "Making links to \`src/s'."
158 159
159echo "Making links to \`lib-src'." 160echo "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