branch: elpa/yaml-mode commit 07092586e8d9e9246b908705c66eb4eee132d44f Author: yoshiki <yoshiki@c9fe89ab-c918-0410-b9be-faebe9bd2962> Commit: yoshiki <yoshiki@c9fe89ab-c918-0410-b9be-faebe9bd2962>
Added dist to `Changes' git-svn-id: http://svn.clouder.jp/repos/public/yaml-mode/trunk@20 c9fe89ab-c918-0410-b9be-faebe9bd2962 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e0cb7d6..90f312b 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ uninstall: tardist: mkdir yaml-mode-$(VERSION) - cp yaml-mode.el Makefile README yaml-mode-$(VERSION) + cp yaml-mode.el Makefile README Changes yaml-mode-$(VERSION) tar zcvf yaml-mode-$(VERSION).tar.gz yaml-mode-$(VERSION) rm -fr yaml-mode-$(VERSION)