summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Heaven <nyhm@gentoo.org>2008-05-13 20:43:14 +0000
committerTristan Heaven <nyhm@gentoo.org>2008-05-13 20:43:14 +0000
commit4525292900753e8a36c46d34ae27f7fdb61606ef (patch)
tree88b96c32c03da4793123ca27da235fd43a5de88f /Makefile
parentsvn path=/trunk/; revision=60 (diff)
downloadgentoo-bashcomp-4525292900753e8a36c46d34ae27f7fdb61606ef.tar.gz
gentoo-bashcomp-4525292900753e8a36c46d34ae27f7fdb61606ef.tar.bz2
gentoo-bashcomp-4525292900753e8a36c46d34ae27f7fdb61606ef.zip
include NEWS in dist, bug #203330
svn path=/trunk/; revision=61
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index dfa4955..e3ff2c8 100644
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,7 @@ install:
dist:
mkdir -p "$(distpkg)"
- cp Makefile gentoo ChangeLog AUTHORS TODO COPYING "$(distpkg)/"
+ cp AUTHORS ChangeLog COPYING gentoo Makefile NEWS TODO "$(distpkg)/"
tar cjf "$(distpkg).tar.bz2" "$(distpkg)"
rm -fr "$(distpkg)/"
@echo "success."