Add target to make bugfix release

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@24285 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2006-12-28 11:13:16 +00:00
parent 736e3854d0
commit e9ffa4fdea
2 changed files with 13 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2006-12-28 Richard Frith-Macdonald <rfm@gnu.org>
* Master/source-distribution.make: add 'svn-bugfix' target to make
a bugfix release.
2006-12-05 Richard Frith-Macdonald <rfm@gnu.org>
* GNUmakefile.in: Add target for snapshot.

View file

@ -202,11 +202,18 @@ svn-tag:
#
# Build a .tar.gz from the SVN sources using revision/tag
# $(SVN_TAG_NAME)-$(VERTAG)
# $(SVN_TAG_NAME)-$(VERTAG) as for a new release of the package.
#
svn-dist: EXPORT_SVN_NAME = tags/$(SVN_TAG_NAME)-$(VERTAG)
svn-dist: internal-svn-export
#
# Build a .tar.gz from the SVN source from the stable branch
# as a bugfix release.
#
svn-bugfix: EXPORT_SVN_NAME = branches/stable
svn-bugfix: internal-svn-export
#
# Build a .tar.gz from the SVN source as they are now
#