diff options
| author | Eli Zaretskii | 2013-11-05 18:06:30 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2013-11-05 18:06:30 +0200 |
| commit | df0d3f79aea417d5bcb3b179cf09cbb94ab36216 (patch) | |
| tree | e39137192121372a27705c8fa7bc31478212e75d | |
| parent | 0acfafef3adde5bc0228eb16d7ab4b3fbfe3bf20 (diff) | |
| download | emacs-df0d3f79aea417d5bcb3b179cf09cbb94ab36216.tar.gz emacs-df0d3f79aea417d5bcb3b179cf09cbb94ab36216.zip | |
Revert revision 2013-11-05T08:13:09Z!rgm@gnu.org.
| -rwxr-xr-x | make-dist | 26 |
1 files changed, 14 insertions, 12 deletions
| @@ -326,7 +326,7 @@ files=`find lisp \( -name '*.el' -o -name '*.elc' -o -name 'ChangeLog*' \ | |||
| 326 | -o -name 'README' \)` | 326 | -o -name 'README' \)` |
| 327 | 327 | ||
| 328 | ### Don't distribute site-init.el, site-load.el, or default.el. | 328 | ### Don't distribute site-init.el, site-load.el, or default.el. |
| 329 | for file in lisp/Makefile.in $files; do | 329 | for file in lisp/Makefile.in lisp/makefile.w32-in $files; do |
| 330 | case $file in | 330 | case $file in |
| 331 | */site-init*|*/site-load*|*/default*) continue ;; | 331 | */site-init*|*/site-load*|*/default*) continue ;; |
| 332 | esac | 332 | esac |
| @@ -335,6 +335,7 @@ done | |||
| 335 | 335 | ||
| 336 | echo "Making links to \`leim' and its subdirectories" | 336 | echo "Making links to \`leim' and its subdirectories" |
| 337 | (cd leim | 337 | (cd leim |
| 338 | ln makefile.w32-in ../${tempdir}/leim | ||
| 338 | ln ChangeLog README ../${tempdir}/leim | 339 | ln ChangeLog README ../${tempdir}/leim |
| 339 | ln CXTERM-DIC/README CXTERM-DIC/*.tit ../${tempdir}/leim/CXTERM-DIC | 340 | ln CXTERM-DIC/README CXTERM-DIC/*.tit ../${tempdir}/leim/CXTERM-DIC |
| 340 | ln SKK-DIC/README SKK-DIC/SKK-JISYO.L ../${tempdir}/leim/SKK-DIC | 341 | ln SKK-DIC/README SKK-DIC/SKK-JISYO.L ../${tempdir}/leim/SKK-DIC |
| @@ -368,6 +369,7 @@ echo "Making links to \`src'" | |||
| 368 | ln [a-zA-Z]*.in ../${tempdir}/src | 369 | ln [a-zA-Z]*.in ../${tempdir}/src |
| 369 | ln [a-zA-Z]*.mk ../${tempdir}/src | 370 | ln [a-zA-Z]*.mk ../${tempdir}/src |
| 370 | ln README ChangeLog ChangeLog.*[0-9] ../${tempdir}/src | 371 | ln README ChangeLog ChangeLog.*[0-9] ../${tempdir}/src |
| 372 | ln makefile.w32-in ../${tempdir}/src | ||
| 371 | ln .gdbinit .dbxinit ../${tempdir}/src | 373 | ln .gdbinit .dbxinit ../${tempdir}/src |
| 372 | cd ../${tempdir}/src | 374 | cd ../${tempdir}/src |
| 373 | rm -f globals.h config.h epaths.h Makefile buildobj.h) | 375 | rm -f globals.h config.h epaths.h Makefile buildobj.h) |
| @@ -380,7 +382,7 @@ echo "Making links to \`lib'" | |||
| 380 | (snippet_h=`(cd build-aux/snippet && ls *.h)` | 382 | (snippet_h=`(cd build-aux/snippet && ls *.h)` |
| 381 | cd lib | 383 | cd lib |
| 382 | ln [a-zA-Z]*.[ch] ../${tempdir}/lib | 384 | ln [a-zA-Z]*.[ch] ../${tempdir}/lib |
| 383 | ln gnulib.mk Makefile.am Makefile.in ../${tempdir}/lib | 385 | ln gnulib.mk Makefile.am Makefile.in makefile.w32-in ../${tempdir}/lib |
| 384 | cd ../${tempdir}/lib | 386 | cd ../${tempdir}/lib |
| 385 | script='/[*]/d; s/\.in\.h$/.h/' | 387 | script='/[*]/d; s/\.in\.h$/.h/' |
| 386 | rm -f `(echo "$snippet_h"; ls *.in.h) | sed "$script"`) | 388 | rm -f `(echo "$snippet_h"; ls *.in.h) | sed "$script"`) |
| @@ -389,7 +391,8 @@ echo "Making links to \`lib-src'" | |||
| 389 | (cd lib-src | 391 | (cd lib-src |
| 390 | ln [a-zA-Z]*.[ch] ../${tempdir}/lib-src | 392 | ln [a-zA-Z]*.[ch] ../${tempdir}/lib-src |
| 391 | ln ChangeLog Makefile.in README testfile ../${tempdir}/lib-src | 393 | ln ChangeLog Makefile.in README testfile ../${tempdir}/lib-src |
| 392 | ln grep-changelog rcs2log ../${tempdir}/lib-src) | 394 | ln grep-changelog rcs2log ../${tempdir}/lib-src |
| 395 | ln makefile.w32-in ../${tempdir}/lib-src) | ||
| 393 | 396 | ||
| 394 | echo "Making links to \`m4'" | 397 | echo "Making links to \`m4'" |
| 395 | (cd m4 | 398 | (cd m4 |
| @@ -398,12 +401,11 @@ echo "Making links to \`m4'" | |||
| 398 | echo "Making links to \`nt'" | 401 | echo "Making links to \`nt'" |
| 399 | (cd nt | 402 | (cd nt |
| 400 | ln emacs-x86.manifest emacs-x64.manifest emacs.rc ../${tempdir}/nt | 403 | ln emacs-x86.manifest emacs-x64.manifest emacs.rc ../${tempdir}/nt |
| 401 | ln emacsclient.rc emacs-src.tags ../${tempdir}/nt | 404 | ln config.nt emacsclient.rc emacs-src.tags ../${tempdir}/nt |
| 402 | 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 |
| 403 | rm -f ../${tempdir}/nt/configure.bat | ||
| 404 | ln Makefile.in gnulib.mk ../${tempdir}/nt | 406 | ln Makefile.in gnulib.mk ../${tempdir}/nt |
| 405 | ln msysconfig.sh mingw-cfg.site epaths.nt ../${tempdir}/nt | 407 | ln msysconfig.sh mingw-cfg.site epaths.nt INSTALL.OLD ../${tempdir}/nt |
| 406 | ln ChangeLog INSTALL README README.W32 ../${tempdir}/nt) | 408 | ln ChangeLog INSTALL README README.W32 makefile.w32-in ../${tempdir}/nt) |
| 407 | 409 | ||
| 408 | echo "Making links to \`nt/inc' and its subdirectories" | 410 | echo "Making links to \`nt/inc' and its subdirectories" |
| 409 | for f in `find nt/inc -type f -name '[a-z]*.h'`; do | 411 | for f in `find nt/inc -type f -name '[a-z]*.h'`; do |
| @@ -454,7 +456,7 @@ echo "Making links to \`lwlib'" | |||
| 454 | echo "Making links to \`admin' and its subdirectories" | 456 | echo "Making links to \`admin' and its subdirectories" |
| 455 | for f in `find admin -type f`; do | 457 | for f in `find admin -type f`; do |
| 456 | case $f in | 458 | case $f in |
| 457 | admin/unidata/Makefile|admin/unidata/makefile.w32-in) continue ;; | 459 | admin/unidata/Makefile) continue ;; |
| 458 | esac | 460 | esac |
| 459 | ln $f $tempdir/$f | 461 | ln $f $tempdir/$f |
| 460 | done | 462 | done |
| @@ -486,21 +488,21 @@ ln `find info -type f -print` ${tempdir}/info | |||
| 486 | 488 | ||
| 487 | echo "Making links to \`doc/emacs'" | 489 | echo "Making links to \`doc/emacs'" |
| 488 | (cd doc/emacs | 490 | (cd doc/emacs |
| 489 | ln *.texi *.in ChangeLog* ../../${tempdir}/doc/emacs) | 491 | ln *.texi *.in makefile.w32-in ChangeLog* ../../${tempdir}/doc/emacs) |
| 490 | 492 | ||
| 491 | echo "Making links to \`doc/misc'" | 493 | echo "Making links to \`doc/misc'" |
| 492 | (cd doc/misc | 494 | (cd doc/misc |
| 493 | ln *.texi *.tex *.in gnus-news.el ChangeLog* ../../${tempdir}/doc/misc) | 495 | ln *.texi *.tex *.in makefile.w32-in gnus-news.el ChangeLog* ../../${tempdir}/doc/misc) |
| 494 | 496 | ||
| 495 | echo "Making links to \`doc/lispref'" | 497 | echo "Making links to \`doc/lispref'" |
| 496 | (cd doc/lispref | 498 | (cd doc/lispref |
| 497 | ln *.texi *.in README ChangeLog* ../../${tempdir}/doc/lispref | 499 | ln *.texi *.in makefile.w32-in README ChangeLog* ../../${tempdir}/doc/lispref |
| 498 | ln spellfile ../../${tempdir}/doc/lispref | 500 | ln spellfile ../../${tempdir}/doc/lispref |
| 499 | ln two-volume.make two-volume-cross-refs.txt ../../${tempdir}/doc/lispref) | 501 | ln two-volume.make two-volume-cross-refs.txt ../../${tempdir}/doc/lispref) |
| 500 | 502 | ||
| 501 | echo "Making links to \`doc/lispintro'" | 503 | echo "Making links to \`doc/lispintro'" |
| 502 | (cd doc/lispintro | 504 | (cd doc/lispintro |
| 503 | ln *.texi *.in *.eps *.pdf ../../${tempdir}/doc/lispintro | 505 | ln *.texi *.in makefile.w32-in *.eps *.pdf ../../${tempdir}/doc/lispintro |
| 504 | ln README ChangeLog* ../../${tempdir}/doc/lispintro | 506 | ln README ChangeLog* ../../${tempdir}/doc/lispintro |
| 505 | cd ../../${tempdir}/doc/lispintro) | 507 | cd ../../${tempdir}/doc/lispintro) |
| 506 | 508 | ||