From 2d709c24d5514c3f43ac6b31bfc7069820fd3a33 Mon Sep 17 00:00:00 2001 From: Thomas Nagy Date: Sun, 16 Feb 2014 23:20:32 +0100 Subject: [PATCH] docs --- playground/package/wscript | 2 ++ 1 file changed, 2 insertions(+) diff --git a/playground/package/wscript b/playground/package/wscript index b859fefa..5004b6a8 100644 --- a/playground/package/wscript +++ b/playground/package/wscript @@ -5,6 +5,8 @@ Create a tarball of the build results. The package command aggregates the functionality of build, install and dist in a single command. $ waf configure package + +See also playground/distnet/ for a more enterprisey example """ APPNAME = 'ex'