diff options
-rw-r--r-- | Makefile.am | 8 | ||||
-rw-r--r-- | VERSION | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am index 299d207..74b1f6c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -51,10 +51,10 @@ release-real: @echo "autoreconf" @echo "make dist" @echo "scp hal-info-\$$HAL_INFO_VERSION.tar.gz hal.freedesktop.org:/srv/hal.freedesktop.org/www/releases" - @echo "git-commit -m \"Released hal-info \$$HAL_INFO_VERSION\" VERSION" - @echo "git-push" - @echo "git-tag -m \"Released hal-info \$$HAL_INFO_VERSION\" -s HAL_INFO_\$$HAL_INFO_VERSION" - @echo "git-push --tags" + @echo "git commit -a -m \"Released hal-info \$$HAL_INFO_VERSION\"" + @echo "git push" + @echo "git tag -m \"Released hal-info \$$HAL_INFO_VERSION\" -s HAL_INFO_\$$HAL_INFO_VERSION" + @echo "git push --tags" @echo "-----------------------------------------------------------------" @echo "-----------------------------------------------------------------" @echo "" @@ -1 +1 @@ -20090309 +20090330 |