diff options
| author | Miles Bader | 2006-11-07 23:22:48 +0000 |
|---|---|---|
| committer | Miles Bader | 2006-11-07 23:22:48 +0000 |
| commit | dbc3b08c405a7b1c0ddb0fb0c98164b355802af5 (patch) | |
| tree | 00c6f28244409d14bec11e221fb3c03daef63fc6 /make-dist | |
| parent | bbb6e8f2b6037dc1ee4ddd6cb63a1a6ddb04a591 (diff) | |
| parent | 86cb14475e9e76f0b3323d2e7110a4a2bd310cdb (diff) | |
| download | emacs-dbc3b08c405a7b1c0ddb0fb0c98164b355802af5.tar.gz emacs-dbc3b08c405a7b1c0ddb0fb0c98164b355802af5.zip | |
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 490-504)
- Update from CVS
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 161-163)
- Update from CVS
- Merge from emacs--devo--0
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-130
Diffstat (limited to 'make-dist')
| -rwxr-xr-x | make-dist | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -638,6 +638,7 @@ echo "Making links to \`info'" | |||
| 638 | echo "Making links to \`man'" | 638 | echo "Making links to \`man'" |
| 639 | (cd man | 639 | (cd man |
| 640 | ln *.texi *.aux *.cps *.fns *.kys *.vrs ../${tempdir}/man | 640 | ln *.texi *.aux *.cps *.fns *.kys *.vrs ../${tempdir}/man |
| 641 | ln makefile.w32-in ../${tempdir}/man | ||
| 641 | test -f README && ln README ../${tempdir}/man | 642 | test -f README && ln README ../${tempdir}/man |
| 642 | test -f Makefile.in && ln Makefile.in ../${tempdir}/man | 643 | test -f Makefile.in && ln Makefile.in ../${tempdir}/man |
| 643 | ln ChangeLog ../${tempdir}/man | 644 | ln ChangeLog ../${tempdir}/man |
| @@ -652,6 +653,7 @@ echo "Making links to \`lispref'" | |||
| 652 | ln `ls -1 *.texi` ../${tempdir}/lispref | 653 | ln `ls -1 *.texi` ../${tempdir}/lispref |
| 653 | ln *.aux *.cps *.fns *.kys *.vrs ../${tempdir}/lispref | 654 | ln *.aux *.cps *.fns *.kys *.vrs ../${tempdir}/lispref |
| 654 | ln *.txt *.el spellfile tindex.pl ../${tempdir}/lispref | 655 | ln *.txt *.el spellfile tindex.pl ../${tempdir}/lispref |
| 656 | ln makefile.w32-in ../${tempdir}/lispref | ||
| 655 | test -f README && ln README ../${tempdir}/lispref | 657 | test -f README && ln README ../${tempdir}/lispref |
| 656 | test -f Makefile.in && ln Makefile.in ../${tempdir}/lispref | 658 | test -f Makefile.in && ln Makefile.in ../${tempdir}/lispref |
| 657 | ln ChangeLog ../${tempdir}/lispref | 659 | ln ChangeLog ../${tempdir}/lispref |
| @@ -662,6 +664,7 @@ echo "Making links to \`lispref'" | |||
| 662 | echo "Making links to \`lispintro'" | 664 | echo "Making links to \`lispintro'" |
| 663 | (cd lispintro | 665 | (cd lispintro |
| 664 | ln *.texi *.aux *.cps *.fns *.kys *.vrs *.eps ../${tempdir}/lispintro | 666 | ln *.texi *.aux *.cps *.fns *.kys *.vrs *.eps ../${tempdir}/lispintro |
| 667 | ln makefile.w32-in ../${tempdir}/lispintro | ||
| 665 | test -f texinfo.tex && ln texinfo.tex ../${tempdir}/lispintro | 668 | test -f texinfo.tex && ln texinfo.tex ../${tempdir}/lispintro |
| 666 | test -f README && ln README ../${tempdir}/lispintro | 669 | test -f README && ln README ../${tempdir}/lispintro |
| 667 | test -f Makefile.in && ln Makefile.in ../${tempdir}/lispintro | 670 | test -f Makefile.in && ln Makefile.in ../${tempdir}/lispintro |