monnier pushed a commit to branch master
in repository elpa.
commit 72099dca05d2af2d45c141edbad8270471b94d1b
Author: Teemu Likonen <[email protected]>
Date: Wed Apr 17 21:50:33 2013 +0300
Archive README.org too in elpa tar package
---
Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Makefile b/Makefile
index e00e8d8..069d088 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ DESC := General interface for text checkers
VERSION := $(shell date +%Y.%-m.%-d)
MAIN := $(BASE).el
PKG := $(BASE)-pkg.el
-FILES := $(MAIN) $(PKG) README COPYING
+FILES := $(MAIN) $(PKG) COPYING README.org README
NAME := $(BASE)-$(VERSION)
elpa: $(NAME).tar