summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Olexa <darkside@gentoo.org>2009-05-05 03:58:34 +0000
committerJeremy Olexa <darkside@gentoo.org>2009-05-05 03:58:34 +0000
commit8a998323eef9ccecfa7619f4366dcba44ada51ee (patch)
treea6d3333869df67ce17fa2a8ff4d869c78dbc3960 /Makefile
parenttypo in makefile (diff)
downloadgentoo-bashcomp-8a998323eef9ccecfa7619f4366dcba44ada51ee.tar.gz
gentoo-bashcomp-8a998323eef9ccecfa7619f4366dcba44ada51ee.tar.bz2
gentoo-bashcomp-8a998323eef9ccecfa7619f4366dcba44ada51ee.zip
Add layman to the Makefile
svn path=/trunk/; revision=89
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 949a6fa..0a6be74 100644
--- a/Makefile
+++ b/Makefile
@@ -26,7 +26,7 @@ tag:
dist: tag
mkdir -p "$(distpkg)"
- cp AUTHORS COPYING gentoo repoman Makefile TODO "$(distpkg)/"
+ cp AUTHORS COPYING gentoo layman repoman Makefile TODO "$(distpkg)/"
svn up
svn2cl -o "$(distpkg)/"ChangeLog
tar cjf "$(distpkg).tar.bz2" "$(distpkg)"