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. 46e68032af4a5b6962cb8


From: Mosè Giordano
Subject: [AUCTeX-diffs] GNU AUCTeX branch, master, updated. 46e68032af4a5b6962cb8cc8f88af116fd872971
Date: Thu, 17 Jul 2014 21:59:12 +0000

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  46e68032af4a5b6962cb8cc8f88af116fd872971 (commit)
      from  6c32c786d6161c8e83f134d4a2250f5234edae31 (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 46e68032af4a5b6962cb8cc8f88af116fd872971
Author: Mosè Giordano <address@hidden>
Date:   Thu Jul 17 23:57:02 2014 +0200

    Remove .cvsignore and tests from the release tarball.
    
    * Makefile.in: Update copyright years.
    (EXCLUDEDFILES): Rename from GITFILES.  Remove also .cvsignore and
    tests from the release tarball.
    (release-commit): More precise suggestion to push tag and release
    commit.
    (tar-ball): Use EXCLUDEDFILES in place of GITFILES.

diff --git a/ChangeLog b/ChangeLog
index 9ed3607..fb1e62f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2014-07-17  Mosè Giordano  <address@hidden>
+
+       * Makefile.in: Update copyright years.
+       (EXCLUDEDFILES): Rename from GITFILES.  Remove also .cvsignore and
+       tests from the release tarball.
+       (release-commit): More precise suggestion to push tag and release
+       commit.
+       (tar-ball): Use EXCLUDEDFILES in place of GITFILES.
+
 2014-07-15  Ikumi Keita  <address@hidden>
 
        * latex.el: Enhance array and tabular(*) environments support.
diff --git a/Makefile.in b/Makefile.in
index 21895fb..efdc405 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -2,7 +2,7 @@
 
 # Maintainer: address@hidden
 
-# Copyright (C) 2003-2008, 2010, 2013 Free Software
+# Copyright (C) 2003-2008, 2010, 2013, 2014 Free Software
 #   Foundation, Inc.
 
 # This file is part of AUCTeX.
@@ -58,8 +58,8 @@ AUTOLOAD=--eval '(let ((generated-autoload-file 
(expand-file-name "$@"))) \
   (save-buffers-kill-emacs t))'
 DESCEND=test -z "$(subdirs)" || (OLDPWD="`pwd`";for i in ""$(subdirs);do cd 
$$i;echo "Descending into `pwd`";$(MAKE) 'DESTDIR=$(DESTDIR)' 
PACKAGE=$(PACKAGE) $@ || exit $$?;cd "$$OLDPWD";echo "Ascending into 
$$OLDPWD";done)
 
-GITFILES=autogen.sh .gitignore doc/.gitignore preview/.gitignore \
-       preview/latex/.gitignore README.GIT
+EXCLUDEDFILES=autogen.sh .cvsignore .gitignore doc/.gitignore 
preview/.gitignore \
+       preview/latex/.gitignore README.GIT tests
 
 .SUFFIXES: .el .elc .texi
 
@@ -381,8 +381,8 @@ release-commit: check-tag
        git tag release_`echo $(TAG) | sed -e 's/[.]/_/g'`
        @echo
        @echo "Congratulations!  Release $(TAG) of AUCTeX is ready."
-       @echo "Please, remember tu run"
-       @echo "    git push --tags"
+       @echo "Please, remember to run"
+       @echo "    git push --tags origin master"
        @echo "to propagate release commit and tag to the remote repository."
 
 tar-ball: doc/Makefile
@@ -390,7 +390,7 @@ tar-ball: doc/Makefile
        mkdir auctex-$(TAG)
 # Use TAG_EXPORT if set (for snapshots)
        git archive $${TAG_EXPORT:=`echo release_$(TAG) | sed 's/[.]/_/g'`} | 
tar -xC auctex-$(TAG)
-       cd auctex-$(TAG) && AUCTEXVERSION=$(TAG) AUCTEXDATE=$(AUCTEXDATE) 
./autogen.sh && rm -f $(GITFILES)
+       cd auctex-$(TAG) && AUCTEXVERSION=$(TAG) AUCTEXDATE=$(AUCTEXDATE) 
./autogen.sh && rm -rf $(EXCLUDEDFILES)
        chmod -R go-w+rX auctex-$(TAG)
        rm -rf $(FTPDIR)
        mkdir -p $(FTPDIR)

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

Summary of changes:
 ChangeLog   |    9 +++++++++
 Makefile.in |   12 ++++++------
 2 files changed, 15 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
GNU AUCTeX



reply via email to

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