auctex-diffs
[Top][All Lists]
Advanced

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

[AUCTeX-diffs] GNU AUCTeX branch, master, updated. 3fa1baadab89c955848f8


From: Tassilo Horn
Subject: [AUCTeX-diffs] GNU AUCTeX branch, master, updated. 3fa1baadab89c955848f8c3ebc81c29dbb120664
Date: Sun, 25 Oct 2020 13:20:38 -0400 (EDT)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU AUCTeX".

The branch, master has been updated
       via  3fa1baadab89c955848f8c3ebc81c29dbb120664 (commit)
      from  7288b930150d6d64ad3cae2a38c98adb784bdc04 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 3fa1baadab89c955848f8c3ebc81c29dbb120664
Author: Tassilo Horn <tsdh@gnu.org>
Date:   Sun Oct 25 18:20:24 2020 +0100

    ; Improve dynvars check

diff --git a/.gitignore b/.gitignore
index ec00156..e4e274b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -47,4 +47,5 @@ preview-latex.el
 /preview.el
 PROBLEMS.preview
 tests/*/auto/*
-*.dynvars
\ No newline at end of file
+*.dynvars
+auctex-dynvars
diff --git a/Makefile.in b/Makefile.in
index a25104d..989ed16 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -364,11 +364,11 @@ uninstall:
        $(ELCC) -f batch-byte-compile $<
 
 dynvars-check:
-       rm -f $(AUCELC) $(STYLEELC)
+       rm -f $(AUCELC) $(STYLEELC) *.dynvars style/*.dynvars auctex-dynvars
        EMACS_GENERATE_DYNVARS=1 make some > /dev/null 2>&1
-       cat *.dynvars style/*.dynvars > auctex.dynvars
+       cat *.dynvars style/*.dynvars > auctex-dynvars
        rm -f $(AUCELC) $(STYLEELC)
-       EMACS_DYNVARS_FILE=auctex.dynvars make some
+       EMACS_DYNVARS_FILE=auctex-dynvars make some
 
 clean: doc/Makefile latex/Makefile
        rm -f $(CLEANFILES)

-----------------------------------------------------------------------

Summary of changes:
 .gitignore  | 3 ++-
 Makefile.in | 6 +++---
 2 files changed, 5 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
GNU AUCTeX



reply via email to

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