summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Olexa <darkside@gentoo.org>2009-02-23 03:35:35 +0000
committerJeremy Olexa <darkside@gentoo.org>2009-02-23 03:35:35 +0000
commit279bf5da4f123ee744ffe75fda1607d2eb91ed5f (patch)
tree7eb38070dad562457d22ecae7080d2f34a88c2d2 /Makefile
parentadd svn up before svn2cl to ensure that the ChangeLog is updated properly (diff)
downloadgentoo-bashcomp-279bf5da4f123ee744ffe75fda1607d2eb91ed5f.tar.gz
gentoo-bashcomp-279bf5da4f123ee744ffe75fda1607d2eb91ed5f.tar.bz2
gentoo-bashcomp-279bf5da4f123ee744ffe75fda1607d2eb91ed5f.zip
actually add our new repoman completion to the distfilegentoo-bashcomp-20090222
svn path=/trunk/; revision=79
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ac8a01f..57d0d22 100644
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,7 @@ install:
dist:
mkdir -p "$(distpkg)"
- cp AUTHORS COPYING gentoo Makefile TODO "$(distpkg)/"
+ cp AUTHORS COPYING gentoo repoman Makefile TODO "$(distpkg)/"
svn up
svn2cl -o "$(distpkg)/"ChangeLog
tar cjf "$(distpkg).tar.bz2" "$(distpkg)"