summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-02-23 09:04:44 +1100
committerAndrew Tridgell <tridge@samba.org>2010-04-06 20:26:35 +1000
commit5393e6c9d24cd66aab57274665be1774beb4e732 (patch)
tree126dc0d181710b5df7c5220094d95c74968252de /lib
parent73634d6ff337f3a23bb950a430569f5b3946ed9a (diff)
downloadsamba-5393e6c9d24cd66aab57274665be1774beb4e732.tar.gz
samba-5393e6c9d24cd66aab57274665be1774beb4e732.tar.bz2
samba-5393e6c9d24cd66aab57274665be1774beb4e732.zip
build: recognise manpages keyword
Diffstat (limited to 'lib')
-rw-r--r--lib/replace/wafsamba.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/replace/wafsamba.py b/lib/replace/wafsamba.py
index 0077c7a294..34a3a93846 100644
--- a/lib/replace/wafsamba.py
+++ b/lib/replace/wafsamba.py
@@ -198,7 +198,8 @@ def SAMBA_BINARY(bld, binname, source_list,
installdir=None,
ldflags=None,
cflags=None,
- autoproto=None):
+ autoproto=None,
+ manpages=None):
ilist = '. ' + os.environ.get('PWD') + '/bin/default ' + bld.SAMBA_LIBRARY_INCLUDE_LIST(deps) + ' ' + include_list
ilist = bld.NORMPATH(ilist)
ccflags = ''