Minor Makefile fixes.

This commit is contained in:
Carsten Dominik 2008-04-15 00:06:34 +02:00
parent b63bd61796
commit 83e0b750ec
1 changed files with 8 additions and 0 deletions

View File

@ -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