aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Olexa <darkside@gentoo.org>2009-02-20 15:54:32 +0000
committerJeremy Olexa <darkside@gentoo.org>2009-02-20 15:54:32 +0000
commit27169ea233d396ef54e3306a6a152e00421e8fc0 (patch)
treeaba0deec0807d4764394d29cf6595282277b018d /Makefile
parentDon't mark LDFLAGS as an error in make.conf, patch by Erik Hahn in bug 253401 (diff)
downloadgentoo-syntax-27169ea233d396ef54e3306a6a152e00421e8fc0.tar.gz
gentoo-syntax-27169ea233d396ef54e3306a6a152e00421e8fc0.tar.bz2
gentoo-syntax-27169ea233d396ef54e3306a6a152e00421e8fc0.zip
Use svn2cl in make dist now, so remove the changelog portion in doc/ because it is outdated anywaygentoo-syntax-20090220
svn path=/trunk/gentoo-syntax/; revision=59
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index bec848e..28542e4 100644
--- a/Makefile
+++ b/Makefile
@@ -82,6 +82,8 @@ uninstall-file-%: $(subst _,/,$*)
dist:
mkdir "$(distpkg)"
$(MAKE) PREFIX="$(distpkg)" install
+ svn2cl
+ mv ChangeLog "$(distpkg)/"
cp README "$(distpkg)/"
tar jcf "$(distpkg).tar.bz2" "$(distpkg)"
rm -fr "$(distpkg)/"