diff options
Diffstat (limited to 'make-dist')
| -rwxr-xr-x | make-dist | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -285,7 +285,7 @@ mkdir ${tempdir} | |||
| 285 | echo "Making links to top-level files" | 285 | echo "Making links to top-level files" |
| 286 | ln INSTALL README BUGS ${tempdir} | 286 | ln INSTALL README BUGS ${tempdir} |
| 287 | ln ChangeLog Makefile.in configure configure.in ${tempdir} | 287 | ln ChangeLog Makefile.in configure configure.in ${tempdir} |
| 288 | ln config.bat make-dist update-subdirs .dir-locals.el ${tempdir} | 288 | ln config.bat make-dist .dir-locals.el ${tempdir} |
| 289 | ln aclocal.m4 ${tempdir} | 289 | ln aclocal.m4 ${tempdir} |
| 290 | 290 | ||
| 291 | echo "Creating subdirectories" | 291 | echo "Creating subdirectories" |
| @@ -346,7 +346,7 @@ echo "Making links to \`leim' and its subdirectories" | |||
| 346 | echo "Making links to \`build-aux'" | 346 | echo "Making links to \`build-aux'" |
| 347 | (cd build-aux | 347 | (cd build-aux |
| 348 | ln compile config.guess config.sub depcomp ../${tempdir}/build-aux | 348 | ln compile config.guess config.sub depcomp ../${tempdir}/build-aux |
| 349 | ln install-sh missing move-if-change ../${tempdir}/build-aux) | 349 | ln install-sh missing move-if-change update-subdirs ../${tempdir}/build-aux) |
| 350 | 350 | ||
| 351 | echo "Making links to \`build-aux/snippet'" | 351 | echo "Making links to \`build-aux/snippet'" |
| 352 | (cd build-aux/snippet | 352 | (cd build-aux/snippet |