summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Guerry <bzg@altern.org>2011-07-07 13:43:25 +0200
committerBastien Guerry <bzg@altern.org>2011-07-07 13:43:25 +0200
commit6a76a485a0a482c40ee1c156eaf1ae6dfaea3e11 (patch)
treed9467110b985c9490d2a7c112d0d59b68ec61f7a
parentc9b49c05a6601337895698a851c207b99bc8d3c3 (diff)
downloadorg-mode-6a76a485a0a482c40ee1c156eaf1ae6dfaea3e11.tar.gz
Makefile: Remove dash from git commands
I.e. "git tag" instead of "git-tag".
-rw-r--r--Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 4d7b7fa..b65bcb1 100644
--- a/Makefile
+++ b/Makefile
@@ -443,15 +443,15 @@ cleanrel:
push:
- git-push orgmode@orgmode.org:org-mode.git master
+ git push orgmode@orgmode.org:org-mode.git master
pushtag:
- git-tag -m "Adding tag" -a $(TAG)
- git-push orgmode@orgmode.org:org-mode.git $(TAG)
+ git tag -m "Adding tag" -a $(TAG)
+ git push orgmode@orgmode.org:org-mode.git $(TAG)
pushreleasetag:
- git-tag -m "Adding release tag" -a release_$(TAG)
- git-push orgmode@orgmode.org:org-mode.git release_$(TAG)
+ git tag -m "Adding release tag" -a release_$(TAG)
+ git push orgmode@orgmode.org:org-mode.git release_$(TAG)
# Dependencies