Reorder Makefile
commit8d0735b89e4391a23c5525b6eaa84ddc073eef57
authorCarsten Dominik <carsten.dominik@gmail.com>
Tue, 20 Jul 2010 14:16:13 +0000 (20 16:16 +0200)
committerCarsten Dominik <carsten.dominik@gmail.com>
Tue, 20 Jul 2010 14:16:13 +0000 (20 16:16 +0200)
tree2ee7d3cfae2476112aa9d720c19ba17785e6f3dc
parentbdad4a1affd8b41b9b0064ecdadbf53a9626b0e8
Reorder Makefile

OK, we finally have a make file where I can do a complete release,
including all the git updates on master and maint branches, with a
single command:

  make release TAG=N.NN

It is important that the working directory is clean when calling this
command.

Since this command can fail and then leave the git repo in an
uncertain state, it is best to first run this:

  make testrelease

This will create a throw-away branch "testrelease" and try alll the
commands there, to make sure everything is fine.
Makefile