s4-waf: Add dist target.
authorJelmer Vernooij <jelmer@samba.org>
Wed, 7 Apr 2010 21:57:23 +0000 (23:57 +0200)
committerJelmer Vernooij <jelmer@samba.org>
Thu, 8 Apr 2010 10:21:35 +0000 (12:21 +0200)
buildtools/scripts/Makefile.waf

index 4fb9fd2dfecbfc35071f3895ad5377315cbe3bab..78cd0e1e73a112e4ea7823063d0d35258a3a2192 100644 (file)
@@ -22,6 +22,9 @@ test:
 quicktest:
        $(WAF) test --quick $(if $(TESTS),--tests="$(TESTS)")
 
+dist:
+       $(WAF) dist
+
 clean:
        $(WAF) clean