Changeset 1345 for branches/0.9-stable
- Timestamp:
- Mar 4, 2011, 4:00:56 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/0.9-stable/Makefile.am
r1313 r1345 5 5 # Copyright (C) 2005, 2006 Jari Häkkinen 6 6 # Copyright (C) 2007, 2008 Jari Häkkinen, Peter Johansson 7 # Copyright (C) 2009, 2010 Peter Johansson7 # Copyright (C) 2009, 2010, 2011 Peter Johansson 8 8 # 9 9 # This file is part of svndigest, http://dev.thep.lu.se/svndigest … … 91 91 @mv $@.t $@ 92 92 @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. 97 svn-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.