Making .tar.xz packages with dist target of waf - wafのdistターゲットで.tar.xzパッケージを生成する

tarfile module in Python3.3 can make .tar.xz packages. So all you must do is using Python3.3. Current Python3.3 is alpha version, but I have no trouble about it.

Python3.3のtarfileモジュールは.tar.xzパッケージに対応しています。なので、単純にPython3.3を使えばよいです。現在のPython3.3はalphaバージョンですが、私はこれに関して何の問題も抱えていません。

When you execute waf, please use python3.3 explicitly:

wafを起動するときは、python3.3を明示的に使用してください:

$ python3.3 waf dist