diff options
| author | Glenn Morris | 2010-10-09 11:46:57 -0700 |
|---|---|---|
| committer | Glenn Morris | 2010-10-09 11:46:57 -0700 |
| commit | 485bbe962af2bfe45124a738d344a9b92326e116 (patch) | |
| tree | 0d0a042197fb41895ff1e75a364984bafb43e6a7 /make-dist | |
| parent | aa9db089bc489b8e16de8e8164803c8c69f82c7e (diff) | |
| download | emacs-485bbe962af2bfe45124a738d344a9b92326e116.tar.gz emacs-485bbe962af2bfe45124a738d344a9b92326e116.zip | |
* make-dist: No more doc/emacs/*.texi.in.
Diffstat (limited to 'make-dist')
| -rwxr-xr-x | make-dist | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -669,7 +669,7 @@ echo "Making links to \`info'" | |||
| 669 | # FIXME ? Why including *.aux etc? | 669 | # FIXME ? Why including *.aux etc? |
| 670 | echo "Making links to \`doc/emacs'" | 670 | echo "Making links to \`doc/emacs'" |
| 671 | (cd doc/emacs | 671 | (cd doc/emacs |
| 672 | ln *.texi *.texi.in *.aux *.fns *.kys *.vrs ../../${tempdir}/doc/emacs | 672 | ln *.texi *.aux *.fns *.kys *.vrs ../../${tempdir}/doc/emacs |
| 673 | ln makefile.w32-in ../../${tempdir}/doc/emacs | 673 | ln makefile.w32-in ../../${tempdir}/doc/emacs |
| 674 | test -f Makefile.in && ln Makefile.in ../../${tempdir}/doc/emacs | 674 | test -f Makefile.in && ln Makefile.in ../../${tempdir}/doc/emacs |
| 675 | ln ChangeLog ../../${tempdir}/doc/emacs | 675 | ln ChangeLog ../../${tempdir}/doc/emacs |