diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2010-09-20 14:41:09 -0700 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2010-09-20 14:41:09 -0700 |
commit | aa8a2e310571b20f29d36d3dac60ae87c814d8e1 (patch) | |
tree | 8e458949fe6c00f3018dc022ccd3eb178302626e /buildtools/wafsamba | |
parent | e4d7bc24d1a3e1d712c2fd9da160f837707ba6d3 (diff) | |
download | samba-aa8a2e310571b20f29d36d3dac60ae87c814d8e1.tar.gz samba-aa8a2e310571b20f29d36d3dac60ae87c814d8e1.tar.bz2 samba-aa8a2e310571b20f29d36d3dac60ae87c814d8e1.zip |
wafsamba: Fix docstring for DIST_BLACKLIST.
Diffstat (limited to 'buildtools/wafsamba')
-rw-r--r-- | buildtools/wafsamba/samba_dist.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buildtools/wafsamba/samba_dist.py b/buildtools/wafsamba/samba_dist.py index 54ca6c9e96..7cd4d54b01 100644 --- a/buildtools/wafsamba/samba_dist.py +++ b/buildtools/wafsamba/samba_dist.py @@ -167,7 +167,7 @@ def DIST_DIRS(dirs): @conf def DIST_BLACKLIST(blacklist): - '''set the directories to package, relative to top srcdir''' + '''set the files to exclude from packaging, relative to top srcdir''' global dist_blacklist if not dist_blacklist: dist_blacklist = blacklist |