[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
- [elpa] externals/auctex updated (f0cb472 -> 334da3d), Tassilo Horn, 2017/04/16
- [elpa] externals/auctex 46059c3 02/95: Remove file from distributed tar ball,
Tassilo Horn <=
- [elpa] externals/auctex 3ca0106 08/95: Guard setcar with appropriate test, Tassilo Horn, 2017/04/16
- [elpa] externals/auctex a159114 01/95: Add AUCTeX Logo, Tassilo Horn, 2017/04/16
- [elpa] externals/auctex 183959a 04/95: Fix ConTeXt-outline-regexp, Tassilo Horn, 2017/04/16
- [elpa] externals/auctex 474981f 05/95: Show summary of tests at the end of make check, Tassilo Horn, 2017/04/16
- [elpa] externals/auctex 15960e4 06/95: Add makeglossaries to the list of commands, Tassilo Horn, 2017/04/16
- [elpa] externals/auctex b714739 09/95: Add \citetitle to `reftex-cite-format' in style/biblatex, Tassilo Horn, 2017/04/16
- [elpa] externals/auctex ccd67c2 17/95: ; * style/breqn.el ("breqn"): Add missing starred version of array., Tassilo Horn, 2017/04/16
- [elpa] externals/auctex c886a1b 10/95: Check if label is defined before adding it to known labels, Tassilo Horn, 2017/04/16
- [elpa] externals/auctex 74766b4 03/95: Remove also a gitignore, Tassilo Horn, 2017/04/16
- [elpa] externals/auctex 7230fec 07/95: * latex.el (LaTeX-newline): Make interactive. See bug#24412., Tassilo Horn, 2017/04/16