浏览代码

Minor fixes to the Makefile.

Carsten Dominik 17 年之前
父节点
当前提交
2c81d25208
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      Makefile

+ 1 - 2
Makefile

@@ -215,7 +215,6 @@ distfile:
 
 release:
 	@if [ "X$(TAG)" = "X" ]; then echo "*** No tag ***"; exit 1; fi
-	make webfiles
 	make distfile
 	make doc
 	make html_manual
@@ -267,7 +266,7 @@ pushtag:
 	git-push git+ssh://repo.or.cz/srv/git/org-mode.git $(TAG)
 
 pushreleasetag:
-	git-tag -m "Adding tag" -a $(TAG)
+	git-tag -m "Adding tag" -a release_$(TAG)
 	git-push git+ssh://repo.or.cz/srv/git/org-mode.git release_$(TAG)