diff options
| author | Jim Blandy | 1993-05-23 00:08:34 +0000 |
|---|---|---|
| committer | Jim Blandy | 1993-05-23 00:08:34 +0000 |
| commit | fa37779128fbb679e3a172af84449ab6cb69ff54 (patch) | |
| tree | e84efa532fe68e72d1c618587a35e22e25bece54 /make-dist | |
| parent | 85ed3485168534a649bee2e2fd0ea1424448a9a9 (diff) | |
| download | emacs-fa37779128fbb679e3a172af84449ab6cb69ff54.tar.gz emacs-fa37779128fbb679e3a172af84449ab6cb69ff54.zip | |
* 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.
Diffstat (limited to 'make-dist')
| -rwxr-xr-x | make-dist | 6 |
1 files changed, 3 insertions, 3 deletions
| @@ -205,7 +205,7 @@ echo "Making links to \`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 |
| @@ -242,8 +242,8 @@ echo "Making links to \`info'." | |||
| 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 |