diff options
Diffstat (limited to 'make-dist')
| -rwxr-xr-x | make-dist | 5 |
1 files changed, 4 insertions, 1 deletions
| @@ -404,7 +404,7 @@ echo "Making links to \`nt'" | |||
| 404 | ln config.nt emacsclient.rc emacs-src.tags ../${tempdir}/nt | 404 | ln config.nt emacsclient.rc emacs-src.tags ../${tempdir}/nt |
| 405 | ln nmake.defs gmake.defs subdirs.el [a-z]*.bat [a-z]*.[ch] ../${tempdir}/nt | 405 | ln nmake.defs gmake.defs subdirs.el [a-z]*.bat [a-z]*.[ch] ../${tempdir}/nt |
| 406 | ln Makefile.in gnulib.mk ../${tempdir}/nt | 406 | ln Makefile.in gnulib.mk ../${tempdir}/nt |
| 407 | ln msysconfig.sh mingw-cfg.site epaths.nt INSTALL.MSYS ../${tempdir}/nt | 407 | ln msysconfig.sh mingw-cfg.site epaths.nt INSTALL.OLD ../${tempdir}/nt |
| 408 | ln ChangeLog INSTALL README README.W32 makefile.w32-in ../${tempdir}/nt) | 408 | ln ChangeLog INSTALL README README.W32 makefile.w32-in ../${tempdir}/nt) |
| 409 | 409 | ||
| 410 | echo "Making links to \`nt/inc' and its subdirectories" | 410 | echo "Making links to \`nt/inc' and its subdirectories" |
| @@ -476,6 +476,9 @@ echo "Making links to \`etc' and its subdirectories" | |||
| 476 | for f in `find etc -type f`; do | 476 | for f in `find etc -type f`; do |
| 477 | case $f in | 477 | case $f in |
| 478 | etc/DOC*|etc/*.pyc) continue ;; | 478 | etc/DOC*|etc/*.pyc) continue ;; |
| 479 | ## Arguably we should not exclude *.ps. | ||
| 480 | etc/refcards/*.aux|etc/refcards/*.dvi|etc/refcards/*.log|etc/refcards/*.ps) | ||
| 481 | continue ;; | ||
| 479 | esac | 482 | esac |
| 480 | ln $f $tempdir/$f | 483 | ln $f $tempdir/$f |
| 481 | done | 484 | done |