monnier pushed a commit to branch externals/auctex
in repository elpa.
commit 46e68032af4a5b6962cb8cc8f88af116fd872971
Author: Mosè Giordano <[email protected]>
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.
---
ChangeLog | 9 +++++++++
Makefile.in | 12 ++++++------
2 files changed, 15 insertions(+), 6 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 9ed3607..fb1e62f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2014-07-17 Mos� Giordano <[email protected]>
+
+ * 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 <[email protected]>
* 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: [email protected]
-# 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)