]> git.pld-linux.org Git - projects/setup.git/commitdiff
- add distfiles rule to upload to distfiles
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 27 May 2008 10:25:56 +0000 (10:25 +0000)
committerElan Ruusamäe <glen@pld-linux.org>
Tue, 27 May 2008 10:25:56 +0000 (10:25 +0000)
Changed files:
    Makefile -> 1.20

Makefile

index 9ca5e54a41f183fb98f3f4e2a81505e76b2547cc..295c7b47edc4a2dbb5f9d3e2e527d79aaaeb8f1b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -71,3 +71,6 @@ dist: clean
 
 tag:
        cvs tag setup-$(shell echo $(VERSION) | tr . _)
+
+distfiles: dist
+       lftp -c "open dropin; mput setup-$(VERSION).tar.bz2"
This page took 0.074708 seconds and 4 git commands to generate.