diff options
| author | Chong Yidong | 2006-10-30 14:20:47 +0000 |
|---|---|---|
| committer | Chong Yidong | 2006-10-30 14:20:47 +0000 |
| commit | c0af0f6e1487dfb6a2428aad0c686201d088e84c (patch) | |
| tree | ba3de80f8e59d17fe7ec8a0db6b7758a3e79a018 | |
| parent | c5bd92c9c1e6f02ce73846e95b5e5a6b9646b233 (diff) | |
| download | emacs-c0af0f6e1487dfb6a2428aad0c686201d088e84c.tar.gz emacs-c0af0f6e1487dfb6a2428aad0c686201d088e84c.zip | |
* make-dist: Add makefile.w32-in to the man, lispref and lispintro
directories.
| -rw-r--r-- | ChangeLog | 5 | ||||
| -rwxr-xr-x | make-dist | 3 |
2 files changed, 8 insertions, 0 deletions
| @@ -1,3 +1,8 @@ | |||
| 1 | 2006-10-30 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * make-dist: Add makefile.w32-in to the man, lispref and lispintro | ||
| 4 | directories. | ||
| 5 | |||
| 1 | 2006-10-29 Chong Yidong <cyd@stupidchicken.com> | 6 | 2006-10-29 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 7 | ||
| 3 | * configure: Regenerate using autoconf 2.59. | 8 | * configure: Regenerate using autoconf 2.59. |
| @@ -632,6 +632,7 @@ echo "Making links to \`info'" | |||
| 632 | echo "Making links to \`man'" | 632 | echo "Making links to \`man'" |
| 633 | (cd man | 633 | (cd man |
| 634 | ln *.texi *.aux *.cps *.fns *.kys *.vrs ../${tempdir}/man | 634 | ln *.texi *.aux *.cps *.fns *.kys *.vrs ../${tempdir}/man |
| 635 | ln makefile.w32-in ../${tempdir}/man | ||
| 635 | test -f README && ln README ../${tempdir}/man | 636 | test -f README && ln README ../${tempdir}/man |
| 636 | test -f Makefile.in && ln Makefile.in ../${tempdir}/man | 637 | test -f Makefile.in && ln Makefile.in ../${tempdir}/man |
| 637 | ln ChangeLog ../${tempdir}/man | 638 | ln ChangeLog ../${tempdir}/man |
| @@ -646,6 +647,7 @@ echo "Making links to \`lispref'" | |||
| 646 | ln `ls -1 *.texi` ../${tempdir}/lispref | 647 | ln `ls -1 *.texi` ../${tempdir}/lispref |
| 647 | ln *.aux *.cps *.fns *.kys *.vrs ../${tempdir}/lispref | 648 | ln *.aux *.cps *.fns *.kys *.vrs ../${tempdir}/lispref |
| 648 | ln *.txt *.el spellfile tindex.pl ../${tempdir}/lispref | 649 | ln *.txt *.el spellfile tindex.pl ../${tempdir}/lispref |
| 650 | ln makefile.w32-in ../${tempdir}/lispref | ||
| 649 | test -f README && ln README ../${tempdir}/lispref | 651 | test -f README && ln README ../${tempdir}/lispref |
| 650 | test -f Makefile.in && ln Makefile.in ../${tempdir}/lispref | 652 | test -f Makefile.in && ln Makefile.in ../${tempdir}/lispref |
| 651 | ln ChangeLog ../${tempdir}/lispref | 653 | ln ChangeLog ../${tempdir}/lispref |
| @@ -656,6 +658,7 @@ echo "Making links to \`lispref'" | |||
| 656 | echo "Making links to \`lispintro'" | 658 | echo "Making links to \`lispintro'" |
| 657 | (cd lispintro | 659 | (cd lispintro |
| 658 | ln *.texi *.aux *.cps *.fns *.kys *.vrs *.eps ../${tempdir}/lispintro | 660 | ln *.texi *.aux *.cps *.fns *.kys *.vrs *.eps ../${tempdir}/lispintro |
| 661 | ln makefile.w32-in ../${tempdir}/lispintro | ||
| 659 | test -f texinfo.tex && ln texinfo.tex ../${tempdir}/lispintro | 662 | test -f texinfo.tex && ln texinfo.tex ../${tempdir}/lispintro |
| 660 | test -f README && ln README ../${tempdir}/lispintro | 663 | test -f README && ln README ../${tempdir}/lispintro |
| 661 | test -f Makefile.in && ln Makefile.in ../${tempdir}/lispintro | 664 | test -f Makefile.in && ln Makefile.in ../${tempdir}/lispintro |