diff options
| author | Xue Fuqiao | 2013-09-04 08:39:34 +0800 |
|---|---|---|
| committer | Xue Fuqiao | 2013-09-04 08:39:34 +0800 |
| commit | adf2fc4a01efe77d73cd52bc9173914ed56ff531 (patch) | |
| tree | a5a280a5554a7bffeaf94fccae29fa3ac1a5d066 /make-dist | |
| parent | 63191d9f2043d2e67657e85a7b3842805dd1dad6 (diff) | |
| parent | 38726039b77db432989fed106c88e9f1aa463281 (diff) | |
| download | emacs-adf2fc4a01efe77d73cd52bc9173914ed56ff531.tar.gz emacs-adf2fc4a01efe77d73cd52bc9173914ed56ff531.zip | |
Merge from mainline.
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 |