branch: externals/auctex
commit 46059c345bdc6cfad9de3987bee5e609e670fc61
Author: Mosè Giordano <m...@gnu.org>
Commit: Mosè Giordano <m...@gnu.org>

    Remove file from distributed tar ball
    
    * Makefile.in (EXCLUDEDFILES): Add doc/tex-ref.log.
---
 Makefile.in | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Makefile.in b/Makefile.in
index b54a808..215e20b 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -60,7 +60,9 @@ AUTOLOAD=--eval '(let ((generated-autoload-file 
(expand-file-name "$@"))) \
 PREVIEW_AUTOLOAD=--eval '(let ((generated-autoload-file (expand-file-name 
"$@"))) \
                (update-file-autoloads "preview.el")(save-buffers-kill-emacs 
t))'
 
-EXCLUDEDFILES=autogen.sh .cvsignore .gitignore doc/.gitignore README.GIT tests 
build-aux
+# Files and directories excluded from distributed tar ball.
+EXCLUDEDFILES=autogen.sh .cvsignore .gitignore doc/.gitignore doc/tex-ref.log \
+       README.GIT tests build-aux
 
 .SUFFIXES: .el .elc .texi
 

Reply via email to