1
0
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-12-25 10:47:12 +00:00

Fix make file to get release numbers safer

This commit is contained in:
Carsten Dominik 2010-12-10 18:58:39 +01:00
parent 7666ba421f
commit b0844c5e74

View File

@ -316,7 +316,7 @@ release:
git push -f origin maint
git checkout master
git merge -s ours maint
UTILITIES/set-version.pl -o $(TAG)
UTILITIES/set-version.pl -a $(TAG)
git commit -a -m "Update website to show $(TAG) as current release"
git push
make updateweb