comparison make-dist @ 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 313f56268d18
children 09448393e832
comparison
equal deleted inserted replaced
1423:93ee9c5e7eec 1424:892242701cba
93 # hopes that this will make the top-level files appear first in the 93 # hopes that this will make the top-level files appear first in the
94 # tar file; this means that people can start reading the INSTALL and 94 # tar file; this means that people can start reading the INSTALL and
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 \
102 src src/m src/s lib-src oldXMenu \ 103 src src/m src/s lib-src oldXMenu \
103 etc lock arch-lib cpp info man shortnames vms; do 104 etc lock arch-lib cpp info man shortnames vms; do
156 (cd src/s 157 (cd src/s
157 ln README *.h ../../${tempdir}/src/s) 158 ln README *.h ../../${tempdir}/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
166 echo "Making links to \`oldXMenu'." 168 echo "Making links to \`oldXMenu'."
167 (cd oldXMenu 169 (cd oldXMenu