diff options
| -rwxr-xr-x | make-dist | 10 |
1 files changed, 5 insertions, 5 deletions
| @@ -290,7 +290,7 @@ mkdir ${tempdir} | |||
| 290 | ### README while the rest of the tar file is still unpacking. Whoopee. | 290 | ### README while the rest of the tar file is still unpacking. Whoopee. |
| 291 | echo "Making links to top-level files" | 291 | echo "Making links to top-level files" |
| 292 | ln AUTHORS FTP INSTALL README BUGS move-if-change ${tempdir} | 292 | ln AUTHORS FTP INSTALL README BUGS move-if-change ${tempdir} |
| 293 | ln ChangeLog Makefile.in configure configure.in aclocal.m4 ${tempdir} | 293 | ln ChangeLog Makefile.in configure configure.in ${tempdir} |
| 294 | ln config.bat make-dist update-subdirs vpath.sed ${tempdir} | 294 | ln config.bat make-dist update-subdirs vpath.sed ${tempdir} |
| 295 | ### Copy these files; they're cross-filesystem symlinks. | 295 | ### Copy these files; they're cross-filesystem symlinks. |
| 296 | cp mkinstalldirs ${tempdir} | 296 | cp mkinstalldirs ${tempdir} |
| @@ -438,7 +438,7 @@ echo "Making links to \`src'" | |||
| 438 | fi | 438 | fi |
| 439 | done | 439 | done |
| 440 | ln README ChangeLog ChangeLog.*[0-9] ../${tempdir}/src | 440 | ln README ChangeLog ChangeLog.*[0-9] ../${tempdir}/src |
| 441 | ln makefile.nt makefile.w32-in vms-pp.trans ../${tempdir}/src | 441 | ln makefile.nt makefile.w32-in ../${tempdir}/src |
| 442 | ln .gdbinit .dbxinit ../${tempdir}/src | 442 | ln .gdbinit .dbxinit ../${tempdir}/src |
| 443 | cd ../${tempdir}/src | 443 | cd ../${tempdir}/src |
| 444 | rm -f config.h epaths.h Makefile Makefile.c | 444 | rm -f config.h epaths.h Makefile Makefile.c |
| @@ -485,10 +485,10 @@ echo "Making links to \`lib-src'" | |||
| 485 | 485 | ||
| 486 | echo "Making links to \`nt'" | 486 | echo "Making links to \`nt'" |
| 487 | (cd nt | 487 | (cd nt |
| 488 | ln emacs.rc config.nt [a-z]*.in [a-z]*.c ../${tempdir}/nt | 488 | ln emacs.rc config.nt [a-z]*.c ../${tempdir}/nt |
| 489 | ln _emacs nmake.defs gmake.defs subdirs.el ../${tempdir}/nt | 489 | ln nmake.defs gmake.defs subdirs.el ../${tempdir}/nt |
| 490 | ln [a-z]*.bat [a-z]*.h makefile.def makefile.nt ../${tempdir}/nt | 490 | ln [a-z]*.bat [a-z]*.h makefile.def makefile.nt ../${tempdir}/nt |
| 491 | ln TODO ChangeLog INSTALL README makefile.w32-in ../${tempdir}/nt) | 491 | ln ChangeLog INSTALL README makefile.w32-in ../${tempdir}/nt) |
| 492 | 492 | ||
| 493 | echo "Making links to \`nt/inc'" | 493 | echo "Making links to \`nt/inc'" |
| 494 | (cd nt/inc | 494 | (cd nt/inc |