summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClark Williams <williams@redhat.com>2015-06-09 08:57:17 -0500
committerClark Williams <williams@redhat.com>2015-06-09 08:57:17 -0500
commit5f9f1e3fe327440a9d405f4af8feb16ff7a909eb (patch)
treeef99f0628eca1ab4215365aed05e093ef4481e6a
parent4f891fbf1ed7d0dfd2d847c2a16ed5025a94a492 (diff)
downloadrt-tests-master.tar.gz
makefile: fixed release targetHEADv0.92master
Added MAINTAINERS, doc and README.markdown to the tar archive generation logic. Signed-off-by: Clark Williams <williams@redhat.com>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c663a54..a48e759 100644
--- a/Makefile
+++ b/Makefile
@@ -157,7 +157,7 @@ install: all
release: distclean changelog
mkdir -p releases
mkdir -p tmp/rt-tests
- cp -r Makefile COPYING ChangeLog src tmp/rt-tests
+ cp -r Makefile COPYING ChangeLog MAINTAINERS doc README.markdown src tmp/rt-tests
rm -f rt-tests-$(VERSION_STRING).tar rt-tests-$(VERSION_STRING).tar.asc
tar -C tmp -cf rt-tests-$(VERSION_STRING).tar rt-tests
gpg2 --default-key clrkwllms@kernel.org --detach-sign --armor rt-tests-$(VERSION_STRING).tar