Changeset 2604


Ignore:
Timestamp:
Oct 31, 2011, 5:23:42 AM (11 years ago)
Author:
Peter
Message:

add helper script for release procedure.

Location:
trunk
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile.am

    r2462 r2604  
    7373# check that yat.pc is correctly generated with different combinations
    7474# of ./configure; make. This target is typically used within
    75 # mainatiner-check; if used outside mainatiner-check, please note that
     75# mainatiner-check; if used outside maintainer-check, please note that
    7676# the target calls configure possibly with other arguments, so it's
    7777# probably a good a idea to re-configure afterwards.
     
    123123  && $(GREP) '^includedir=quz' yat.pc 
    124124
     125SVN = svn
     126SVNCOPYRIGHT = svncopyright
     127
     128copyright:
     129  $(SVNCOPYRIGHT) -v -r $(srcdir)
     130
     131svn-tag: check-version check-svn-diff
     132  $(SVN) copy ^/branches/$(YAT_MAJOR_VERSION).$(YAT_MINOR_VERSION)-stable \
     133  ^/tags/$(VERSION) -m "tagging version $(VERSION)"
    125134
    126135include $(srcdir)/am/maintainer.am
  • trunk/build_support/Makefile.am

    r2422 r2604  
    2020# along with yat. If not, see <http://www.gnu.org/licenses/>.
    2121
     22noinst_SCRIPTS = tag_and_release.sh
    2223bin_SCRIPTS=for_installation/yat-config
    2324
  • trunk/configure.ac

    r2601 r2604  
    268268AC_CONFIG_FILES([build_support/gen_yat_pc.sh],
    269269                [chmod +x build_support/gen_yat_pc.sh])
     270AC_CONFIG_FILES([build_support/tag_and_release.sh],
     271                [chmod +x build_support/tag_and_release.sh])
    270272AC_CONFIG_FILES([Makefile
    271273     build_support/Makefile
Note: See TracChangeset for help on using the changeset viewer.