* make-dist: No more doc/emacs/*.texi.in.

This commit is contained in:
Glenn Morris 2010-10-09 11:46:57 -07:00
parent aa9db089bc
commit 485bbe962a
2 changed files with 3 additions and 1 deletions

View file

@ -1,5 +1,7 @@
2010-10-09 Glenn Morris <rgm@gnu.org>
* make-dist: No more doc/emacs/*.texi.in.
* configure.in (AC_OUTPUT): Remove doc/emacs/emacsver.texi.
2010-10-09 Glenn Morris <rgm@gnu.org>

View file

@ -669,7 +669,7 @@ echo "Making links to \`info'"
# FIXME ? Why including *.aux etc?
echo "Making links to \`doc/emacs'"
(cd doc/emacs
ln *.texi *.texi.in *.aux *.fns *.kys *.vrs ../../${tempdir}/doc/emacs
ln *.texi *.aux *.fns *.kys *.vrs ../../${tempdir}/doc/emacs
ln makefile.w32-in ../../${tempdir}/doc/emacs
test -f Makefile.in && ln Makefile.in ../../${tempdir}/doc/emacs
ln ChangeLog ../../${tempdir}/doc/emacs