Browse Source

Minor Makefile fixes.

Carsten Dominik 17 years ago
parent
commit
83e0b750ec
1 changed files with 8 additions and 0 deletions
  1. 8 0
      Makefile

+ 8 - 0
Makefile

@@ -234,6 +234,10 @@ upload_release:
 upload_manual:
 	lftp -f ../org-mode-proprietary/ftp_upload_manual_legito
 
+relup0:
+	make release
+	make upload_release
+
 relup:
 	make release
 	make upload_release
@@ -264,6 +268,10 @@ pushtag:
 	git-tag -m "Adding tag" -a $(TAG)
 	git-push git+ssh://repo.or.cz/srv/git/org-mode.git $(TAG)
 
+pushreleasetag:
+	git-tag -m "Adding tag" -a $(TAG)
+	git-push git+ssh://repo.or.cz/srv/git/org-mode.git release_$(TAG)
+
 
 
 # Dependencies