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 | |
| parent | aa9db089bc489b8e16de8e8164803c8c69f82c7e (diff) | |
| download | emacs-485bbe962af2bfe45124a738d344a9b92326e116.tar.gz emacs-485bbe962af2bfe45124a738d344a9b92326e116.zip | |
* make-dist: No more doc/emacs/*.texi.in.
| -rw-r--r-- | ChangeLog | 2 | ||||
| -rwxr-xr-x | make-dist | 2 |
2 files changed, 3 insertions, 1 deletions
| @@ -1,5 +1,7 @@ | |||
| 1 | 2010-10-09 Glenn Morris <rgm@gnu.org> | 1 | 2010-10-09 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * make-dist: No more doc/emacs/*.texi.in. | ||
| 4 | |||
| 3 | * configure.in (AC_OUTPUT): Remove doc/emacs/emacsver.texi. | 5 | * configure.in (AC_OUTPUT): Remove doc/emacs/emacsver.texi. |
| 4 | 6 | ||
| 5 | 2010-10-09 Glenn Morris <rgm@gnu.org> | 7 | 2010-10-09 Glenn Morris <rgm@gnu.org> |
| @@ -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 |