Minor Makefile fixes.
This commit is contained in:
parent
b63bd61796
commit
83e0b750ec
8
Makefile
8
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
|
||||
|
|
Loading…
Reference in New Issue