CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
Updated NEWS for the 5.21 release.
[pkgutils-cross.git] / Makefile
index 32e0ab36866cf52f34faa1f070ef4d58d2ec023f..5c1881c71fdecb2e4a09c5b159002a9e4b27d832 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -80,8 +80,9 @@ endif
 dist: distclean
        rm -rf /tmp/pkgutils-$(VERSION)
        mkdir -p /tmp/pkgutils-$(VERSION)
+       git-log > ChangeLog
        cp -rf . /tmp/pkgutils-$(VERSION)
-       tar -C /tmp --exclude .svn -czvf ../pkgutils-$(VERSION).tar.gz pkgutils-$(VERSION)
+       tar -C /tmp --exclude .git -czvf ../pkgutils-$(VERSION).tar.gz pkgutils-$(VERSION)
        rm -rf /tmp/pkgutils-$(VERSION)
 
 install: all