Mercurial > emacs
comparison make-dist @ 2971:fe78246d77fb
* make-dist: There aren't any *.com files in lib-src anymore.
* make-dist: Copy texinfo.tex and texindex.c, rather than linking
them; they're symlinks to other filesystems on the GNU machines.
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Sun, 23 May 1993 00:08:34 +0000 |
parents | d3f30c15d39f |
children | 1298574b81d6 |
comparison
equal
deleted
inserted
replaced
2970:b69da04da2b9 | 2971:fe78246d77fb |
---|---|
203 (cd src/s | 203 (cd src/s |
204 ln README [a-zA-Z0-9]*.h ../../${tempdir}/src/s) | 204 ln README [a-zA-Z0-9]*.h ../../${tempdir}/src/s) |
205 | 205 |
206 echo "Making links to \`lib-src'." | 206 echo "Making links to \`lib-src'." |
207 (cd lib-src | 207 (cd lib-src |
208 ln [a-zA-Z]*.[chy] [a-zA-Z]*.lex [a-zA-Z]*.com ../${tempdir}/lib-src | 208 ln [a-zA-Z]*.[chy] [a-zA-Z]*.lex ../${tempdir}/lib-src |
209 ln ChangeLog Makefile.in README testfile vcdiff rcs2log ../${tempdir}/lib-src | 209 ln ChangeLog Makefile.in README testfile vcdiff rcs2log ../${tempdir}/lib-src |
210 ln emacs.csh rcs-checkin ../${tempdir}/lib-src | 210 ln emacs.csh rcs-checkin ../${tempdir}/lib-src |
211 cd ../${tempdir}/lib-src | 211 cd ../${tempdir}/lib-src |
212 rm -f getdate.c getdate.tab.c y.tab.c y.tab.h | 212 rm -f getdate.c getdate.tab.c y.tab.c y.tab.h |
213 rm -f =* TAGS) | 213 rm -f =* TAGS) |
240 ln emacs dummy~ ; ln emacs \#dummy\# | 240 ln emacs dummy~ ; ln emacs \#dummy\# |
241 rm -f *~ \#*\# core) | 241 rm -f *~ \#*\# core) |
242 | 242 |
243 echo "Making links to \`man'." | 243 echo "Making links to \`man'." |
244 (cd man | 244 (cd man |
245 ln *.tex *.texinfo *.texi *.aux *.cps *.fns *.kys *.vrs ../${tempdir}/man | 245 ln *.texinfo *.texi *.aux *.cps *.fns *.kys *.vrs ../${tempdir}/man |
246 ln *.c ../${tempdir}/man | 246 cp texinfo.tex texindex.c ../${tempdir}/man |
247 test -f README && ln README ../${tempdir}/man | 247 test -f README && ln README ../${tempdir}/man |
248 test -f Makefile && ln Makefile ../${tempdir}/man | 248 test -f Makefile && ln Makefile ../${tempdir}/man |
249 ln ChangeLog split-man ../${tempdir}/man | 249 ln ChangeLog split-man ../${tempdir}/man |
250 cp texinfo.tex texindex.c ../${tempdir}/man | 250 cp texinfo.tex texindex.c ../${tempdir}/man |
251 cd ../${tempdir}/man | 251 cd ../${tempdir}/man |