Changeset 1373 for trunk/Makefile.am
- Timestamp:
- Jun 11, 2011, 1:31:35 AM (10 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/0.9-stable merged: 1316,1334-1335,1344-1345,1347,1352,1360-1361,1365-1371
- Property svn:mergeinfo changed
-
trunk/Makefile.am
r1337 r1373 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 … … 98 98 @mv $@.t $@ 99 99 @echo "creating $@" 100 101 # create a tag from current stable branch; depends on check-version to 102 # ensure that version is macro.minor.micro (no pre suffix), that wc is 103 # pristine and updated. 104 svn-tag: check-version check-svn-diff 105 svn copy \ 106 ^/branches/$(SVNDIGEST_MAJOR_VERSION).$(SVNDIGEST_MINOR_VERSION)-stable\ 107 ^/tags/$(VERSION) -m "tagging version $(VERSION)"
Note: See TracChangeset
for help on using the changeset viewer.