emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/auctex 46059c3 02/95: Remove file from distributed tar


From: Tassilo Horn
Subject: [elpa] externals/auctex 46059c3 02/95: Remove file from distributed tar ball
Date: Sun, 16 Apr 2017 01:26:44 -0400 (EDT)

branch: externals/auctex
commit 46059c345bdc6cfad9de3987bee5e609e670fc61
Author: Mosè Giordano <address@hidden>
Commit: Mosè Giordano <address@hidden>

    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

[Prev in Thread] Current Thread [Next in Thread]