Changeset 1345 for branches/0.9-stable


Ignore:
Timestamp:
Mar 4, 2011, 4:00:56 AM (12 years ago)
Author:
Peter Johansson
Message:

convenience target for maintainer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/0.9-stable/Makefile.am

    r1313 r1345  
    55# Copyright (C) 2005, 2006 Jari Häkkinen
    66# Copyright (C) 2007, 2008 Jari Häkkinen, Peter Johansson
    7 # Copyright (C) 2009, 2010 Peter Johansson
     7# Copyright (C) 2009, 2010, 2011 Peter Johansson
    88#
    99# This file is part of svndigest, http://dev.thep.lu.se/svndigest
     
    9191  @mv $@.t $@
    9292  @echo "creating $@"
     93
     94# create a tag from current stable branch; depends on check-version to
     95# ensure that version is macro.minor.micro (no pre suffix), that wc is
     96# pristine and updated.
     97svn-tag: check-version check-svn-diff
     98  svn copy \
     99  ^/branches/$(SVNDIGEST_MAJOR_VERSION).$(SVNDIGEST_MINOR_VERSION)-stable\
     100  ^/tags/$(VERSION) -m "tagging version $(VERSION)"
Note: See TracChangeset for help on using the changeset viewer.