From 903c29d07d651709de83954d30fac4ef6d71e908 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Sun, 10 Mar 2013 20:22:26 +0000 Subject: add pseudo-target "tarball" needed in order to build source tarballs correctly git-svn-id: svn://localhost/ardour2/branches/3.0@14209 d708f5d6-7413-0410-9779-e7cbd77b26cf --- wscript | 2 ++ 1 file changed, 2 insertions(+) (limited to 'wscript') diff --git a/wscript b/wscript index c489e52ca6..2fd8bbd905 100644 --- a/wscript +++ b/wscript @@ -778,3 +778,5 @@ def i18n_po(bld): def i18n_mo(bld): bld.recurse (i18n_children) +def tarball(bld): + create_stored_revision() -- cgit v1.2.3