wafsamba: Fix docstring for DIST_BLACKLIST.
authorJelmer Vernooij <jelmer@samba.org>
Mon, 20 Sep 2010 21:41:09 +0000 (14:41 -0700)
committerJelmer Vernooij <jelmer@samba.org>
Mon, 20 Sep 2010 21:41:09 +0000 (14:41 -0700)
buildtools/wafsamba/samba_dist.py

index 54ca6c9e96c3cbfcee46eda94eb5bc0476c928b8..7cd4d54b013a27e08fc927f7145b364f30de67bb 100644 (file)
@@ -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